- 28 Apr, 2011 2 commits
-
-
Matthias Braun authored
See http://www.libfirm.org/Unreachable_Code for details
-
Matthias Braun authored
add unknown_jump opflag for the special case of a jump where we can't directly influence the destination and can't predict/change them
-
- 15 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 30 Mar, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 02 Mar, 2011 1 commit
-
-
Michael Beck authored
-
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 09 Feb, 2011 3 commits
-
-
Matthias Braun authored
[r28346]
-
Matthias Braun authored
[r28345]
-
Matthias Braun authored
[r28340]
-
- 05 Feb, 2011 1 commit
-
-
Christoph Mallon authored
[r28310]
-
- 08 Jan, 2011 2 commits
-
-
Matthias Braun authored
remove get_irn_modename, get_irn_modeident from public API. It's unclear why we need an explicit combination of get_irn_mode and get_mode_name [r28240]
-
Matthias Braun authored
[r28234]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 08 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28079]
-
- 06 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28043]
-
- 22 Sep, 2010 3 commits
-
-
Matthias Braun authored
[r28021]
-
Matthias Braun authored
[r28020]
-
Matthias Braun authored
differentiate between Bad and Deleted (because of exchange) nodes, this avoid some invalid memory accesses when trying to get irg from a Bad node [r28019]
-
- 18 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27944]
-
- 28 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27833]
-
- 19 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27762]
-
- 06 Apr, 2010 1 commit
-
-
Matthias Braun authored
[r27346]
-
- 29 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27328]
-
- 15 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27300]
-
- 10 Mar, 2010 1 commit
-
-
Matthias Braun authored
- rework ir_phase API (sorry for mixing these 2 things into 1 commit) [r27285]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 07 Mar, 2010 1 commit
-
-
Matthias Braun authored
- remove a bunch of code which unexpectedly dependent on current_ir_graph being set to something - fix unnecessary double creation of backedge arrays in some cases [r27265]
-
- 03 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27254]
-
- 27 Feb, 2010 2 commits
-
-
Jonas Fietz authored
[r27239]
-
Michael Beck authored
- reduced number of calls - kicked C99 comment [r27230]
-
- 19 Feb, 2010 1 commit
-
-
Christoph Mallon authored
[r27182]
-
- 14 Feb, 2010 1 commit
-
-
Christoph Mallon authored
Some more cleanup: Put the return type and other specifiers on the same line as the declarator of a function declaration. [r27155]
-
- 13 Feb, 2010 2 commits
-
-
Christoph Mallon authored
[r27153]
-
Christoph Mallon authored
[r27145]
-
- 10 Feb, 2010 1 commit
-
-
Jonas Fietz authored
This commit adds the neccessary attributes to each ir_node. It also adds the initialization code and some prototypes for the graph_pass and some support functions. [r27094]
-
- 04 Feb, 2010 1 commit
-
-
Matthias Braun authored
clumsy. Bring back get_entity_visibility and set_entity_visibility [r27039]
-
- 03 Feb, 2010 1 commit
-
-
Matthias Braun authored
- Merge stickyness, visibility and variability into ir_linkage - Add proper support for common symbols, weak symbols and C++ COMDAT stuff - Mark OO-features type_visibility, peculiarity and allocation as deprecated OO feature will be separated from firm core into higher levels in the long run - Rework, simplify and fix bugs in begnuas.c [r27030]
-
- 28 Jan, 2010 1 commit
-
-
Olaf Liebe authored
[r26997]
-
- 18 Jan, 2010 1 commit
-
-
Michael Beck authored
CSE neutral to its users, i.e. op(..., x, ...) ~ op(..., y, ...) if x and y are both neutral. Setting this property to ia32_ProduceVal nodes allow to CSE nodes that differ in ProduceVals only (which themself NEVER are cse'd). This "fixes" divmod. [r26981]
-