- 30 Dec, 2014 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 29 Dec, 2014 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
In particular create Keeps for mode_T nodes in one go instead of adding one Proj to the Keep after another.
-
Christoph Mallon authored
-
Matthias Braun authored
-
- 28 Dec, 2014 2 commits
-
-
Christoph Mallon authored
The only user should be an arch_add_irn_flags() instead. It was harmless though, because no other flags were set.
-
Christoph Mallon authored
-
- 26 Dec, 2014 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Rematerialisations involving multiple nodes and Projs (e.g. Proj->Load) got miscounted. Now a rematerialization always counts as 1.
-
Christoph Mallon authored
The node was just created, so it is not scheduled.
-
- 13 Nov, 2014 1 commit
-
-
Christoph Mallon authored
-
- 18 Oct, 2014 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 21 Aug, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun 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.
-
- 08 Jul, 2014 2 commits
-
-
Matthias Braun authored
- the linked lists are introduced to get a deterministic order - irnodehashmap instead of set should be slightly faster
-
Matthias Braun authored
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 02 Apr, 2014 1 commit
-
-
Matthias Braun authored
-
- 04 Mar, 2014 1 commit
-
-
Christoph Mallon authored
-
- 17 Feb, 2014 1 commit
-
-
Christoph Mallon authored
-
- 04 Sep, 2013 1 commit
-
-
yb9976 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.
-
- 21 Dec, 2012 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
-
- 03 Dec, 2012 2 commits
-
-
Christoph Mallon authored
cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x), which do the same assert.
-
Matthias Braun authored
That way the spill engine can rematerialize the loads and needs no extra spills for these values.
-
- 30 Nov, 2012 3 commits
-
-
Christoph Mallon authored
The reloader never is a block.
-
Christoph Mallon authored
bespillutil: Inline be_add_reload2() into its only caller be_add_reload(), which in turn only calls the former.
-
Christoph Mallon authored
-
- 29 Nov, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 24 Oct, 2012 1 commit
-
-
Matthias Braun authored
-