- 05 Jun, 2015 1 commit
-
-
Christoph Mallon authored
-
- 15 Feb, 2015 1 commit
-
-
Matthias Braun authored
-
- 12 Jan, 2015 1 commit
-
-
Christoph Mallon authored
In case of endless loops, there is no user of Start, so the missing keeps walker keeps Start's results. Then the be_keep_if_unused() workaround does not trigger, because after rewiring the initial SP's users (here the Keep) to the IncSP it has one user. But the IncSP is placed after the Keep in the schedule. This either makes the verifier unhappy (arm) or gets erroneously removed by the dead nodes walker (sparc). This solution is not entierly correct, but is consistent with what the ia32 backend does. The correct solution would be a memory output for IncSP.
-
- 10 Jan, 2015 1 commit
-
-
Christoph Mallon authored
-
- 26 Dec, 2014 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 04 Dec, 2014 1 commit
-
-
Christoph Mallon authored
Checking the register implicitly covers checking for a data mode.
-
- 25 Nov, 2014 1 commit
-
-
Matthias Braun authored
Add callbacks on functions that really need them instead.
-
- 13 Nov, 2014 3 commits
-
-
Christoph Mallon authored
* No \n at end; panic() adds one * No punctuation mark at end * Lowercase first letter
-
Christoph Mallon authored
* It was retrieved from the arch_env before. * Also rename be_abi_fix_stack_nodes() to be_fix_stack_nodes().
-
Christoph Mallon authored
All other structs holding a register class call it cls, too.
-
- 11 Nov, 2014 1 commit
-
-
Christoph Mallon authored
-
- 27 Oct, 2014 1 commit
-
-
Christoph Mallon authored
-
- 17 Sep, 2014 1 commit
-
-
Matthias Braun authored
-
- 21 Aug, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 07 Apr, 2014 2 commits
-
-
Matthias Braun authored
- We now create a spill/reload/phi-web and take the largest necessary reload size to determine the size of the entities and the spills. - Some cleanups
-
Matthias Braun authored
-
- 02 Apr, 2014 1 commit
-
-
Matthias Braun authored
-
- 29 Mar, 2014 1 commit
-
-
Christoph Mallon authored
-
- 17 Feb, 2014 1 commit
-
-
Christoph Mallon authored
-
- 05 Dec, 2013 1 commit
-
-
yb9976 authored
-
- 04 Jul, 2013 1 commit
-
-
Matthias Braun authored
-
- 27 Jun, 2013 2 commits
-
-
Matthias Braun authored
This mainly adds comments explaining the situation and avoids an extra graph walk.
-
Manuel Mohr authored
This works around a problem with modeling control flow for calls to setjmp and similar functions.
-
- 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.
-
- 23 Apr, 2013 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Apr, 2013 2 commits
- 28 Mar, 2013 1 commit
-
-
Matthias Braun authored
-
- 15 Dec, 2012 2 commits
-
-
Christoph Mallon authored
-
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
-
- 02 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 28 Nov, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The only user knwos, where its sp is.
-
- 27 Nov, 2012 1 commit
-
-
Christoph Mallon authored
-