- 05 Jun, 2015 1 commit
-
-
Christoph Mallon authored
-
- 29 Dec, 2014 1 commit
-
-
Matthias Braun authored
This first version should perform similar to the support in the ia32 backend, but needs more work to add amd64 specific immediate types.
-
- 02 Dec, 2014 2 commits
-
-
Matthias Braun authored
Also adds a new INSN_MODE_INVALID for 0 to catch uninitialized values.
-
Matthias Braun authored
-
- 14 Nov, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 Feb, 2014 1 commit
-
-
Tobias Rapp authored
-
- 03 Feb, 2014 3 commits
-
-
Tobias Rapp authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 27 Jan, 2014 1 commit
-
-
Christoph Mallon authored
-
- 07 Oct, 2013 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Oct, 2013 1 commit
-
-
Matthias Braun authored
-
- 02 Oct, 2013 1 commit
-
-
Matthias Braun authored
-
- 06 Jun, 2013 1 commit
-
-
Matthias Braun authored
-
- 09 Jan, 2013 2 commits
-
-
Matthias Braun authored
-
Robin Redeker authored
-
- 19 Dec, 2012 1 commit
-
-
Christoph Mallon authored
Further, do not spell it TEMPALTE (sic).
-
- 12 Dec, 2012 1 commit
-
-
Matthias Braun authored
Just state the copyright and the project the files belong to. You can then find the COPYING file for the whole project.
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 27 Sep, 2011 1 commit
-
-
Matthias Braun authored
This was an odd convention from the past, there's no need for it anymore.
-
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 10 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27995]
-
- 28 Jun, 2010 1 commit
-
-
Robin Redeker authored
amd64: Added Load and FrameAddr transformation. And fixed some corruption bugs w.r.t. node attribute handling. [r27666]
-
- 25 Jun, 2010 2 commits
-
-
Robin Redeker authored
[r27660]
-
Robin Redeker authored
[r27658]
-
- 06 May, 2010 1 commit
-
-
Robin Redeker authored
[r27495]
-
- 29 Apr, 2010 1 commit
-
-
Robin Redeker authored
[r27454]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 09 Jan, 2009 1 commit
-
-
Michael Beck authored
[r25129]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 04 Jun, 2007 1 commit
-
-
Matthias Braun authored
- "Fix" TEMPLATE backend - Load TEMPLATE backend in bemodules - fix ppc32 not scheduling alot of nodes [r14319]
-
- 30 Apr, 2007 1 commit
-
-
Matthias Braun authored
[r13566]
-
- 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 1 commit
-
-
Michael Beck authored
No more extra allocation needed, but must be last in the attribute structure
-
- 03 Mar, 2006 1 commit
-
-
Christian Würdig authored
-