- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 09 Jan, 2009 1 commit
-
-
Michael Beck authored
[r25129]
-
- 23 Jun, 2008 1 commit
-
-
Michael Beck authored
- fixed RRX comment - fixed constraints for ARM shift operations [r20220]
-
- 12 Mar, 2008 1 commit
-
-
Michael Beck authored
- now stored as long values (should be enough) - floating point values are emitted right [r18088]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 27 Jun, 2007 1 commit
-
-
Michael Beck authored
[r14775]
-
- 26 Jun, 2007 1 commit
-
-
Michael Beck authored
[r14767]
-
- 17 Jun, 2007 1 commit
-
-
Michael Beck authored
- added missing break for gen_Load - fixed gen_Conv - fixed create_const_graph*(): now uses the new_block [r14541]
-
- 15 Jun, 2007 1 commit
-
-
Michael Beck authored
added some more isntructions, some fixes at least HelloWorld compiles again :-) [r14532]
-
- 10 Jun, 2007 1 commit
-
-
Michael Beck authored
split arm attributes fixed "SymConst get combined" Bug, HelloWorld runs now ;-) [r14396]
-
- 04 Jun, 2007 1 commit
-
-
Matthias Braun authored
- "Fix" TEMPLATE backend - Load TEMPLATE backend in bemodules - fix ppc32 not scheduling alot of nodes [r14319]
-
- 01 Jun, 2007 1 commit
-
-
Matthias Braun authored
[r14240]
-
- 09 May, 2007 1 commit
-
-
Michael Beck authored
- arm_SymConst: label attribute is now an ident - indirect accessed SymConsts are now hold in a map, eliminating double values - fixed missed ignore marker for the mov lr,pc instruction - add dependency edges from the arm constants to the barrier, so constants are not scheduled before the barrier [r13738]
-
- 02 May, 2007 1 commit
-
-
Matthias Braun authored
[r13578]
-
- 27 Apr, 2007 1 commit
-
-
Christian Würdig authored
[r13508]
-
- 18 Apr, 2007 1 commit
-
-
Matthias Braun authored
- Started working on flags [r12716]
-
- 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.
-
- 20 Apr, 2006 2 commits
-
-
Michael Beck authored
No more extra allocation needed, but must be last in the attribute structure
-
Michael Beck authored
-
- 02 Apr, 2006 1 commit
-
-
Michael Beck authored
- reorganized most instructions to have _i and normal forms - added support for shift-operand and condition - removed unused double fp opcodes, use mode instead (not working yet) - new constant create algorithm creates shorter sequences - dumper now writes immediate operands
-
- 27 Mar, 2006 1 commit
-
-
Michael Beck authored
-
- 03 Mar, 2006 1 commit
-
-
Christian Würdig authored
-
- 15 Feb, 2006 1 commit
-
-
Christian Würdig authored
-