- 24 May, 2015 1 commit
-
-
Matthias Braun authored
-
- 18 May, 2015 4 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
Matze's cleanup broke things 8ebe31d226843d6f2cdfcc1ee100ca607c79ba65 Apparently, value==result shall be explicitly allowed, but in the case of NaN, result was modified and afterwards a read from value returns the wrong results. Fix was to move the reads before the writes. Also, a cast from implicit one to explicit one forgot to set the one. Likewise, the size comparison was oblivious of explicit ones. Adds few more asserts. Adds a unittest to check NaN payload stuff.
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
- 12 May, 2015 1 commit
-
-
yb9976 authored
-
- 11 May, 2015 6 commits
-
-
yb9976 authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It is only passed around recursively.
-
Christoph Mallon authored
-
Christoph Mallon authored
This makes the code a bit clearer.
- 09 May, 2015 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 08 May, 2015 2 commits
-
-
yb9976 authored
This fixes opt/minus_zero.c.
-
Matthias Braun authored
-
- 07 May, 2015 6 commits
-
-
yb9976 authored
-
yb9976 authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
The idea here, is that you do not simply set a target operating system or architecture, but have a setting for all things different between the operating systems. Knowledge about the name and habits of the operating system is left to the frontend. (We may want to provide a small support library in the future to share the triple parsing and OS -> settings code between multiple frontends).
-
Matthias Braun authored
-
- 05 May, 2015 1 commit
-
-
Andreas Zwinkau authored
This reverts commit 5165321c. lower_highlevel() is used by x10i. Also, I'd argue we should rather deprecate lower_highlevel_graph instead.
-
- 29 Apr, 2015 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
be: Factorise the code to emit an asm node and use a callback for each backend to output the operands.
-
Christoph Mallon authored
-
- 27 Apr, 2015 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 26 Apr, 2015 1 commit
-
-
Christoph Mallon authored
-
- 25 Apr, 2015 1 commit
-
-
Christoph Mallon authored
-
- 24 Apr, 2015 1 commit
-
-
Christoph Mallon authored
Both functions do the same and the former is used way less.
-
- 19 Apr, 2015 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 16 Apr, 2015 2 commits
-
-
Christoph Mallon authored
create_compilerlib_entity() does it already, so it is not necessary to do it again in replace_with_call().
-
Christoph Mallon authored
-
- 15 Apr, 2015 1 commit
-
-
Christoph Mallon authored
-