- 17 May, 2009 1 commit
-
-
Matthias Braun authored
unintuitive as it writes up to n+1 bytes, so you have to do: strncat(buf, X, sizeof(buf)-1); - fixed a bunch of other warnings in release mode [r25996]
-
- 16 May, 2009 6 commits
-
-
Michael Beck authored
[r25986]
-
Michael Beck authored
[r25985]
-
Michael Beck authored
[r25984]
-
Matthias Braun authored
[r25982]
-
Matthias Braun authored
[r25981]
-
Matthias Braun authored
[r25980]
-
- 15 May, 2009 5 commits
-
-
Matthias Braun authored
[r25972]
-
Matthias Braun authored
[r25967]
-
Matthias Braun authored
[r25965]
-
Matthias Braun authored
[r25964]
-
Matthias Braun authored
[r25962]
-
- 14 May, 2009 7 commits
-
-
Michael Beck authored
[r25956]
-
Christoph Mallon authored
[r25950]
-
Matthias Braun authored
[r25945]
-
Matthias Braun authored
add some hacks that fixes register pressure faithfullness of Asm nodes in common cases (fixes asm_test6.c) [r25944]
-
Michael Beck authored
- improved move_loads_out_of_loops() by calculating the avail set [r25942]
-
Michael Beck authored
[r25941]
-
Matthias Braun authored
[r25939]
-
- 13 May, 2009 1 commit
-
-
Matthias Braun authored
- Introduce the concept of the graph state bitset: This is a set of flags that indicate the current "state" of a graph. (Used so far to indicate wether muxes are lowered and should not be touched anymore and wether architecture dependent mul and div with constant implementations are used) We should use this to indicate dom/loop/... consistency in the fututure - fixed a bug where lower_mode_b was creating a "set" instruction with the help of a Mux. (Maybe we should create a new Node for this and not use a 0/1 mux?) [r25937]
-
- 12 May, 2009 1 commit
-
-
Matthias Braun authored
[r25931]
-
- 11 May, 2009 5 commits
-
-
Matthias Braun authored
[r25926]
-
Matthias Braun authored
[r25924]
-
Matthias Braun authored
[r25923]
-
Matthias Braun authored
[r25921]
-
Matthias Braun authored
- make some functions consistent: new_r(d)_Unknown, new_r(d)_Dummy actually take graphs and debug infos now [r25919]
-
- 08 May, 2009 7 commits
-
-
Michael Beck authored
[r25903]
-
Michael Beck authored
- changed handling of Mux nodes: these are now optimized using the iropt instead of additional runs in the if-conv if-conv: - through away analysis info only when graph was changed - fixed handling of Raise - removed useless dominator computation - add some docu [r25901]
-
Michael Beck authored
- add missing static - fixed documentation [r25900]
-
Michael Beck authored
[r25899]
-
Michael Beck authored
[r25898]
-
Michael Beck authored
- do not run node_is_in_irg_storage() in release mode, this seems to use a remarkable amount of time [r25897]
-
Michael Beck authored
- fixed type of iterator variable - iterate backwards [r25896]
-
- 07 May, 2009 3 commits
-
-
Matthias Braun authored
- No exceptions for argument order in the Builtin constructor - add missing functions for Borrow node [r25888]
-
Matthias Braun authored
[r25887]
-
Matthias Braun authored
[r25886]
-
- 22 Apr, 2009 1 commit
-
-
Matthias Braun authored
[r25831]
-
- 19 Apr, 2009 2 commits
-
-
Michael Beck authored
[r25829]
-
Michael Beck authored
[r25828]
-
- 18 Apr, 2009 1 commit
-
-
Michael Beck authored
[r25827]
-