- 09 Dec, 2011 1 commit
-
-
Matthias Braun authored
They're pointless with the new switch representation introduced a while ago.
-
- 17 Nov, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 06 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 13 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 09 Mar, 2011 1 commit
-
-
Christoph Mallon authored
-
- 09 Feb, 2011 2 commits
-
-
Matthias Braun authored
[r28346]
-
Matthias Braun authored
[r28345]
-
- 08 Jan, 2011 2 commits
-
-
Matthias Braun authored
[r28239]
-
Matthias Braun authored
[r28238]
-
- 15 Dec, 2010 1 commit
-
-
Matthias Braun authored
[r28188]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 13 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28116]
-
- 11 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28097]
-
- 08 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28062]
-
- 06 Oct, 2010 3 commits
-
-
Matthias Braun authored
[r28043]
-
Matthias Braun authored
cleanup ircons code; add current_ir_graph independent construction bits; new_ir_graph does not set current_ir_graph anymore [r28042]
-
Matthias Braun authored
[r28037]
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r28020]
-
- 06 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27968]
-
- 07 Aug, 2010 2 commits
-
-
Michael Beck authored
The gain from using an extra Unreachable is rather low, plus the noreturn call must probably be keeped anyway, so revrt it again [r27898]
-
Michael Beck authored
Unreachable nodes mark unreachable control flow (after noreturn calls). They "eat" the memory, saving the two keeps used before. Works mostly yet (scheduler issues warning about not scheduled Unreachable's) [r27894]
-
- 30 Jul, 2010 1 commit
-
-
Matthias Braun authored
bring back Carry and Borrow (firm_decomp apparently uses it) and add a note that the backends don't support them [r27849]
-
- 28 Jul, 2010 3 commits
-
-
Matthias Braun authored
[r27837]
-
Matthias Braun authored
[r27836]
-
Matthias Braun authored
[r27831]
-
- 26 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27813]
-
- 21 Jul, 2010 1 commit
-
-
Julian Oppermann authored
[r27774]
-
- 19 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27762]
-
- 01 Jun, 2010 2 commits
-
-
Matthias Braun authored
remove todo nodes from public API, they were outdated or wrong and well the public headers are not a good place to put TODOs in [r27616]
-
Matthias Braun authored
[r27615]
-
- 28 May, 2010 1 commit
-
-
Matthias Braun authored
[r27597]
-
- 25 May, 2010 1 commit
-
-
Matthias Braun authored
change firm API so the firm_parameter_t struct becomes completely optional and deprecated (because good libraries only export functions and opaque types - this makes bindings to other languages considerably easier) [r27584]
-
- 21 May, 2010 1 commit
-
-
Michael Beck authored
libFirm can now be build as static and as dynamic library. Two defines control it: FIRM_BUILD must be set when libFirm is build. FIRM_DLL must be set if libFirm is build as a dynamic library. The old FIRM_DLL macro is now renamed to FIRM_API. Additionally - FIRM_API is added to the ADT headers, this is at least needed for edgfe. - some more missing FIRM_API's added ... - add a resource file to show libFirm's version under windows [r27575]
-
- 20 May, 2010 1 commit
-
-
Matthias Braun authored
properly mark symbols in the public API to be exported. This allows us to use -fvisibility=hidden on ELF systems and dllexport on windows [r27564]
-
- 09 Apr, 2010 1 commit
-
-
Michael Beck authored
Partly undo r27277 and add a prototype for (formally undocumented) find_value(), needed by the edgjfe FE. [r27363]
-
- 09 Mar, 2010 2 commits
-
-
Matthias Braun authored
[r27277]
-
Matthias Braun authored
[r27274]
-
- 01 Mar, 2010 1 commit
-
-
Matthias Braun authored
- cleanup ir_spec generation a bit [r27251]
-