bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / amd64 / amd64_emitter.c
2012-11-29 Christoph Mallonbeemit: Provide be_emit_node(), which merges the (almos...
2012-11-29 Christoph Mallonbeemit: Provide be_set_emitter() replacing identical...
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from besched....
2012-11-24 Christoph Malloncleanup: Remove unnecesary #include from bearch.h.
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-07-24 Christoph MallonAdd and use amd64_emitf().
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-06-18 Christoph MallonAlways (instead of never) emit labels for basic blocks...
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-05-13 Christoph MallonRemove the unused macro constant SNPRINTF_BUF_LEN.
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunbe: let begnuas call be_dbg_method_begin/end
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-12 Matthias Braunsimplify/remove unnecessary complicated copy-pasta...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-28 Matthias Braunfix amd64 backend since negated_relation may return...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-07-05 Matthias Braunput stack_layout into beirg instead of be_abi datastruc...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-30 Robin Redekeramd64: made SymConst rematerializable and added emissio...
2010-06-30 Robin Redekeramd64: fixed spill code. added Sub and Neg. Fixed Cmp.
2010-06-30 Robin Redekeramd64: added be_Spill and be_Reload transformation.
2010-06-29 Robin Redekeramd64: Added Mul.
2010-06-29 Robin Redekeramd64: Added Conv handling. Fixed %rax handling for...
2010-06-29 Robin Redekeramd64: using mode_Lu for registers now.
2010-06-28 Robin Redekeramd64: small changes w.r.t. stack alignment.
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).