- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 20 Oct, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 25 Jun, 2011 1 commit
-
-
Michael Beck authored
-
- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 08 Feb, 2011 1 commit
-
-
Matthias Braun authored
[r28337]
-
- 06 Feb, 2011 2 commits
-
-
Michael Beck authored
Additionally - switched the type of a visitor counter to ir_visited_t - add some doxygen docu [r28328]
-
Michael Beck authored
Additionally: - rename some variables to reflect its content - add some doxygen comments [r28327]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 10 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27987]
-
- 12 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27924]
-
- 10 Mar, 2010 1 commit
-
-
Matthias Braun authored
- rework ir_phase API (sorry for mixing these 2 things into 1 commit) [r27285]
-
- 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 1 commit
-
-
Christoph Mallon authored
[r27153]
-
- 17 Sep, 2009 1 commit
-
-
Matthias Braun authored
[r26535]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 14 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22889]
-
- 11 Oct, 2008 1 commit
-
-
Matthias Braun authored
[r22754]
-
- 05 Oct, 2008 1 commit
-
-
Christoph Mallon authored
Good day and welcome to the FIRM XMALLOC*() macros. These macros are provided for the type safety and convenience of the IPD research facility personnel. The time is 15:32. Check xmalloc.h for details. [r22494]
-
- 01 Oct, 2008 1 commit
-
-
Matthias Braun authored
[r22392]
-
- 11 Sep, 2008 1 commit
-
-
Christoph Mallon authored
[r21837]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 04 Nov, 2007 1 commit
-
-
Matthias Braun authored
[r16424]
-
- 03 Nov, 2007 1 commit
-
-
Matthias Braun authored
report nextuse place in beuses, add a function which reports normal reload costs (not weighted with execfreqs) as integer number [r16416]
-
- 16 Jul, 2007 1 commit
-
-
Matthias Braun authored
[r15173]
-
- 17 Jun, 2007 1 commit
-
-
Matthias Braun authored
[r14557]
-
- 11 Jun, 2007 1 commit
-
-
Michael Beck authored
[r14408]
-
- 10 Jun, 2007 1 commit
-
-
Michael Beck authored
[r14395]
-
- 08 Jun, 2007 1 commit
-
-
Matthias Braun authored
[r14380]
-
- 30 Apr, 2007 1 commit
-
-
Christian Würdig authored
unified .h #ifndef ... #define ... changed some indenting removed some unused code removed beuses_t.h as unused header [r13559]
-
- 27 Apr, 2007 1 commit
-
-
Christian Würdig authored
[r13508]
-
- 19 Apr, 2007 1 commit
-
-
Christian Würdig authored
[r13420]
-
- 18 Apr, 2007 1 commit
-
-
Matthias Braun authored
- Started working on flags [r12716]
-
- 29 Mar, 2007 1 commit
-
-
Matthias Braun authored
- more work on state registers for x87 fpu rounding modes
-
- 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.
-
- 12 Dec, 2006 2 commits
-
-
Christian Würdig authored
-
Michael Beck authored
-
- 11 Dec, 2006 1 commit
-
-
Matthias Braun authored
- Fixes for compilation without DEBUG_libfirm - Fixed for compilation without WITH_LIBCORE (but it's still broken)
-
- 10 Dec, 2006 1 commit
-
-
Matthias Braun authored
- refactored backend to store some analysis info about the irg in the be_irg structure, added assure_ and invalidate_ functions for this
-
- 17 Nov, 2006 1 commit
-
-
Matthias Braun authored
-