- 06 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27970]
-
- 12 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27924]
-
- 08 Jul, 2010 1 commit
-
-
Matthias Braun authored
cleanup irphase: phase_reinit is a special case and doesn't polute the main callback interface anymore [r27709]
-
- 06 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27702]
-
- 02 Jul, 2010 2 commits
-
-
Matthias Braun authored
[r27693]
-
Matthias Braun authored
[r27690]
-
- 25 Jun, 2010 1 commit
-
-
Matthias Braun authored
[r27653]
-
- 12 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27293]
-
- 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]
-
- 13 Feb, 2010 1 commit
-
-
Christoph Mallon authored
[r27145]
-
- 21 Dec, 2009 1 commit
-
-
Matthias Braun authored
keep timer interface simple - no names and descriptions for timers anymore, you should do that bookkeeping externally [r26821]
-
- 18 Sep, 2009 1 commit
-
-
Matthias Braun authored
- Introduced be_Start which is now used instead of iro_Start+be_RegParams - further cleanups and fixes along the way [r26549]
-
- 17 Sep, 2009 1 commit
-
-
Matthias Braun authored
[r26535]
-
- 02 Sep, 2009 1 commit
-
-
Christoph Mallon authored
[r26468]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 16 May, 2009 1 commit
-
-
Matthias Braun authored
[r25982]
-
- 14 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22889]
-
- 11 Oct, 2008 2 commits
-
-
Matthias Braun authored
[r22754]
-
Matthias Braun authored
[r22724]
-
- 23 May, 2008 1 commit
-
-
Matthias Braun authored
[r19740]
-
- 14 Feb, 2008 1 commit
-
-
Matthias Braun authored
- copy obstack into libfirm - simplify configure/autoconf stuff [r17714]
-
- 13 Feb, 2008 1 commit
-
-
Matthias Braun authored
[r17695]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 22 Nov, 2007 1 commit
-
-
Sebastian Hack authored
Adapted all the files to that -> constification Added irg managed phases -> scheduling uses that now. [r16820]
-
- 03 Nov, 2007 1 commit
-
-
Matthias Braun authored
[r16417]
-
- 12 Oct, 2007 1 commit
-
-
Matthias Braun authored
[r16181]
-
- 10 Sep, 2007 1 commit
-
-
Sebastian Hack authored
[r15733]
-
- 20 Jul, 2007 1 commit
-
-
Matthias Braun authored
[r15280]
-
- 27 Jun, 2007 1 commit
-
-
Christoph Mallon authored
[r14796]
-
- 21 Jun, 2007 1 commit
-
-
Sebastian Hack authored
Fixed a bug in liveness [r14701]
-
- 19 Jun, 2007 1 commit
-
-
Michael Beck authored
[r14637]
-
- 17 Jun, 2007 1 commit
-
-
Matthias Braun authored
[r14557]
-
- 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]
-
- 19 Apr, 2007 1 commit
-
-
Christian Würdig authored
[r13418]
-
- 18 Apr, 2007 1 commit
-
-
Matthias Braun authored
- Started working on flags [r12716]
-
- 06 Apr, 2007 1 commit
-
-
Christoph Mallon authored
[r12668]
-
- 19 Mar, 2007 1 commit
-
-
Matthias Braun authored
- Replace limit callback in register requirements with a simple bitset - Fix backends, generators and the rest of the code for the change register requirements structure - Eliminated the custom register_requirement structures in the backend, they are pointless now, use the normal arch_register_req_t - Fix TEMPLATE backend - Extract emitter framework from ia32 and provide generic header/code for it - Port TEMPLATE backend to new emitter - Extract gas specific emit stuff (declarations, sections) from ia32 backend and provide it as generic header/code. Make TEMPLATE backend use that - Remove several FIRM_DBG_REGISTERs from functions which are called very often. Before we had millions of string hashtable lookups because of that. The prefered way is to have 1 static debug module per file and initialize it in the module constructor. No passing around in environment structs and in no case should you dynamically register it in single functions.
-
- 18 Mar, 2007 1 commit
-
-
Christian Würdig authored
-