- 13 Nov, 2014 2 commits
-
-
Christoph Mallon authored
All other structs holding a register class call it cls, too.
-
Christoph Mallon authored
ia32: Directly put the bitfields in ia32_attr_t instead of having another struct needlessly wrapping them.
-
- 12 Nov, 2014 2 commits
-
-
Christoph Mallon authored
This way we do not need to create a new Proj, when we replace a Store + IncSP by a Push.
-
Christoph Mallon authored
-
- 11 Nov, 2014 1 commit
-
-
Christoph Mallon authored
-
- 22 Oct, 2014 1 commit
-
-
Christoph Mallon authored
Most others were unused and removed already. These three were used, but lost their meaning long ago when the users of the others were removed.
-
- 02 Oct, 2014 1 commit
-
-
Matthias Braun authored
-
- 17 Sep, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
The previous approach put the irg link into the block attributes, so while saving memory an extra indirection was necessary. Some testing with valgrind massif+callgrind revealed that a direct link increses peak memory usage by ~1% while also increasing runtime by ~1%. More importantly the code gets a bit simpler and some strange corner cases can be removed with the direct link.
-
- 15 Aug, 2014 1 commit
-
-
yb9976 authored
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 24 Apr, 2014 1 commit
-
-
Christoph Mallon authored
-
- 07 Apr, 2014 1 commit
-
-
Matthias Braun authored
-
- 04 Mar, 2014 1 commit
-
-
Christoph Mallon authored
-
- 06 Feb, 2014 1 commit
-
-
yb9976 authored
-
- 27 Jan, 2014 1 commit
-
-
Christoph Mallon authored
-
- 05 Dec, 2013 2 commits
- 20 Nov, 2013 1 commit
-
-
yb9976 authored
-
- 12 Nov, 2013 1 commit
-
-
Matthias Braun authored
-
- 04 Nov, 2013 1 commit
-
-
Matthias Braun authored
Assembler/linker never supported this anyway.
-
- 07 Oct, 2013 1 commit
-
-
Matthias Braun authored
-
- 04 Jul, 2013 1 commit
-
-
Matthias Braun authored
-
- 06 May, 2013 1 commit
-
-
Matthias Braun authored
-
- 04 May, 2013 1 commit
-
-
Matthias Braun authored
It has been empty for nearly all systems. People who used to put stuff in config.h can still create a config.h on their own and inject -include (gcc) or /FI (msvc) into their CPPFLAGS.
-
- 03 Jan, 2013 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
An ia32 Load always loads into a GP register.
-
- 15 Dec, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
There is not (middleend) Start node in a graph at this point.
-
Christoph Mallon authored
-
- 12 Dec, 2012 1 commit
-
-
Matthias Braun authored
Just state the copyright and the project the files belong to. You can then find the COPYING file for the whole project.
-
- 04 Dec, 2012 1 commit
-
-
Matthias Braun authored
-
- 03 Dec, 2012 1 commit
-
-
Christoph Mallon authored
cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x), which do the same assert.
-
- 02 Dec, 2012 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 27 Nov, 2012 1 commit
-
-
Christoph Mallon authored
-
- 26 Nov, 2012 1 commit
-
-
Matthias Braun authored
-