backend: created a (not so nice) macro to iterate over all values defined by an instr...
[libfirm] / ir / be / amd64 /
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-27 Matthias Braunbeflags: transform modifies_flags property into a callb...
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunremove outdated/wrong comments from backend specs
2010-07-15 Matthias Braunchange backend node specification to use whole words...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-09 Michael BeckC99 feature removed.
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
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-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
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-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-10 Robin RedekerEmit bad instead of broken code for Add on amd64.
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).