- 02 Dec, 2015 1 commit
-
-
yb9976 authored
This also fixes a possible null pointer access.
-
- 10 Sep, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 27 Jul, 2015 1 commit
-
-
Christoph Mallon authored
Now register requirements always have have a register class. This is more consistent and removes some null pointer checks.
-
- 07 Jul, 2015 1 commit
-
-
Christoph Mallon authored
-
- 01 Jul, 2015 1 commit
-
-
Matthias Braun authored
We can easily identify the outputs producing a stack pointer by looking if the stack pointer register is assigned. Unfortunately this also needed a new mechanism to tell the verifier that some registers are not in SSA form (all the time) which needs a few extra lines in each backend.
-
- 19 Jun, 2015 1 commit
-
-
Matthias Braun authored
-
- 13 Feb, 2015 1 commit
-
-
Christoph Mallon authored
-
- 25 Jan, 2015 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 18 Jan, 2015 1 commit
-
-
Christoph Mallon authored
be: Move the info about the register classes and registers struct the arch_env_t into struct arch_isa_if_t.
-
- 09 Jan, 2015 1 commit
-
-
Christoph Mallon authored
belive: Replace the union for head and nodes of the liveness sets by a struct with a flexible array member.
-
- 31 Dec, 2014 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 30 Dec, 2014 6 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Projs are not scheduled anymore for a long time.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 25 Nov, 2014 1 commit
-
-
Matthias Braun authored
Add callbacks on functions that really need them instead.
-
- 13 Nov, 2014 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 11 Nov, 2014 1 commit
-
-
Christoph Mallon authored
-
- 17 Sep, 2014 1 commit
-
-
Matthias Braun authored
-
- 21 Aug, 2014 1 commit
-
-
Matthias Braun authored
-
- 04 Aug, 2014 1 commit
-
-
yb9976 authored
-
- 18 Jul, 2014 2 commits
-
-
Matthias Braun authored
Move the values interfere function to belive.h, move the inline implementation into belive.c
-
Matthias Braun authored
- Remove value_dominates_intrablock()/value_strictly_dominates_intrablock() and use sched_comes_before() instead - Use bool instead of int return types. - Assert that we don't check if a node interferes with itself as that is nearly always a bug in the code.
-
- 30 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 08 Apr, 2014 1 commit
-
-
Christoph Mallon authored
-
- 02 Apr, 2014 1 commit
-
-
Matthias Braun authored
-
- 17 Feb, 2014 1 commit
-
-
Christoph Mallon authored
-
- 08 Aug, 2013 1 commit
-
-
Matthias Braun authored
As they were just a single flag the name should reflect that. I did not change arch_irn_flags_none, as that is not about a single flag.
-
- 04 Jul, 2013 1 commit
-
-
Matthias Braun authored
also removed some assert(0) used in verifiers to stop when compiling with assertions (you better use your debugger to stop and keep the code clean)
-
- 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 Jan, 2013 1 commit
-
-
yb9976 authored
-
- 05 Jan, 2013 1 commit
-
-
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
-