cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / be / amd64 / amd64_transform.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
2012-07-19 Christoph MallonLet panic() print file, line and function.
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-09 Michael BeckC99 feature removed.
2010-07-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
2010-06-30 Robin Redekeramd64: fixed spill code. added Sub and Neg. Fixed Cmp.
2010-06-29 Robin Redekeramd64: Added Mul.
2010-06-29 Robin Redekeramd64: using mode_Lu for registers now.
2010-06-28 Robin Redekeramd64: implemented Store, Mul and Sub.
2010-06-28 Robin Redekeramd64: Added Load and FrameAddr transformation. And...
2010-06-25 Robin Redekeramd64: Cmp, Cond and Jcc seem to work for now.
2010-06-25 Robin RedekerAdded preliminary Conv, Call and Jmp instructions to...
2010-05-06 Michael BeckC99 feature removed.
2010-05-06 Robin Redekerfixed two warnings.
2010-05-06 Robin Redekeradded symconst skeleton code and basic parameter passing.
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-30 Robin Redekeradjusted emitter to more current API.
2010-04-29 Robin Redekeradded amd64 backend code (which doesn't do much yet).