- 06 Oct, 2015 2 commits
-
-
Matthias Braun authored
This flag can be set on entities where the actual address isn't known/compared against other address. This also fixes a bug where we used the mach-o csrings section for global char arrays which need distinct addresses.
-
Matthias Braun authored
It doesn't matter for correctness but looks nicer.
-
- 05 Oct, 2015 7 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
As of the switch to C99 libfirm uses too many features that are not supported by microsoft visual c and I don't see any hope to support it again. Windows users can still switch to a gcc based toolchain (cygwin or msys) or may have better luck with a proper C99 compiler (clang, icc, future versions of msvc?)
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 02 Oct, 2015 13 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It combines sched_add_before() and be_peephole_exchange().
-
Christoph Mallon authored
Default initialisation just happens to set the correct value.
-
Christoph Mallon authored
-
Andreas Fried authored
-
Andreas Fried authored
-
Andreas Fried authored
-
Andreas Fried authored
This is relevant for long doubles, which are 80 bits long, but take up 128 bits on the stack and in memory according to the AMD64 ABI.
-
yb9976 authored
-
yb9976 authored
-
Matthias Braun authored
This may make opt/reassoc033.c fail consistently instead of randomly.
-
Matthias Braun authored
... by rewriting stupid code.
-
- 30 Sep, 2015 2 commits
- 28 Sep, 2015 9 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 25 Sep, 2015 6 commits
-
-
Christoph Mallon authored
tarval_convert_to() does not return tv_unknown or null pointer.
-
Christoph Mallon authored
-
Christoph Mallon authored
The following get_tarval_long(tv) has the same assertion internally.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 24 Sep, 2015 1 commit
-
-
Matthias Braun authored
-