- 01 Dec, 2010 1 commit
-
-
Matthias Braun authored
[r28172]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r28012]
-
- 06 Sep, 2010 1 commit
-
-
Matthias Braun authored
allow backend to specify endianess, rewrite bitfield emitter to handle little and big-endian byte order [r27974]
-
- 19 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27953]
-
- 18 Aug, 2010 2 commits
-
-
Matthias Braun authored
backend is responsible for defining what lowering operations need to be performed => so the logical thing is to use a backend callback for performing lowerings [r27938]
-
Matthias Braun authored
make if-conversion and archdep optimisations get their information directly from the backend without frontends needing special code to transfer these infos [r27937]
-
- 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]
-
- 02 Jan, 2010 1 commit
-
-
Matthias Braun authored
[r26876]
-
- 02 Jan, 2009 1 commit
-
-
Michael Beck authored
[r25054]
-
- 13 Dec, 2008 1 commit
-
-
Matthias Braun authored
[r24603]
-
- 09 Dec, 2008 1 commit
-
-
Michael Beck authored
- add architecture for trampoline builder - implemented trampoline builder for x86 [r24418]
-
- 28 Nov, 2008 1 commit
-
-
Matthias Braun authored
[r24112]
-
- 05 Aug, 2008 1 commit
-
-
Michael Beck authored
[r20999]
-
- 31 Jul, 2008 1 commit
-
-
Moritz Kroll authored
[r20847]
-
- 29 Jul, 2008 1 commit
-
-
Matthias Braun authored
[r20749]
-
- 28 Jul, 2008 1 commit
-
-
Matthias Braun authored
[r20726]
-
- 30 May, 2008 2 commits
-
-
Michael Beck authored
[r19852]
-
Michael Beck authored
[r19841]
-
- 30 Mar, 2008 1 commit
-
-
Matthias Braun authored
[r18294]
-
- 13 Feb, 2008 1 commit
-
-
Matthias Braun authored
[r17699]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 19 Nov, 2007 1 commit
-
-
Michael Beck authored
[r16804]
-
- 11 Nov, 2007 1 commit
-
-
Matthias Braun authored
[r16515]
-
- 06 Jul, 2007 2 commits
-
-
Michael Beck authored
[r14980]
-
Michael Beck authored
removed unnecesary includes [r14979]
-
- 18 Jun, 2007 1 commit
-
-
Michael Beck authored
[r14622]
-
- 06 Jun, 2007 1 commit
-
-
Michael Beck authored
added a prefer_fastcall bit [r14341]
-
- 01 Jun, 2007 2 commits
-
-
Michael Beck authored
[r14255]
-
Matthias Braun authored
[r14240]
-
- 31 May, 2007 1 commit
-
-
Michael Beck authored
[r14214]
-
- 27 Apr, 2007 2 commits
-
-
Christian Würdig authored
fixed include structure (files should include all needed headers - not more and not less) [r13523]
-
Christian Würdig authored
[r13508]
-
- 18 Apr, 2007 1 commit
-
-
Matthias Braun authored
- Started working on flags [r12716]
-
- 02 Mar, 2007 1 commit
-
-
Matthias Braun authored
- No #ifdef WITH_LIBCORE anymore in backend, compilation without libcore was broken anyway so we always require it now - changed some #include "config.h" to the recommended #include <config.h>
-
- 21 Dec, 2006 1 commit
-
-
Matthias Braun authored
- New register allocator modules can register themselfes in a list now, the same will be done for spillers, copy coalescers, architectures soon
-
- 15 Dec, 2006 1 commit
-
-
Christian Würdig authored
-
- 14 Dec, 2006 1 commit
-
-
Matthias Braun authored
-
- 24 Oct, 2006 1 commit
-
-
Christian Würdig authored
-