Remove the unused parameter const arch_env_t *env from arch_irn_get_flags(), arch_irn...
[libfirm] / ir / be / arm / arm_transform.c
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-09 Christoph MallonAdd be_dep_on_frame() to let a node depend on the frame...
2008-10-09 Christoph MallonDo not pass the cg to transform_nodes().
2008-10-08 Christoph MallonRemove redundant be_set_transformed_node() in transform...
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-06-24 Christoph MallonAdd ARM TstBra and use it for comparison with 0.
2008-06-23 Michael Beckconvert rotl x, const into rotr x,32-const
2008-06-23 Michael BeckImproved version of gen_Rotl()
2008-06-23 Michael Beck- add support for Rotl
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-05-29 Michael Beck- Add a peephole phase that fixes all stack offsets
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckupdated be_AddSP semantics
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Christoph MallonLet constants and simular things depend on the stack...
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-06-26 Michael Beckmore floating point immediate support
2007-06-26 Michael Beckinitial support for fpa immediates
2007-06-25 Michael Beckfixed MLA creation
2007-06-22 Michael BeckImplemented Unknown
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Matthias Braunexperimental machine operands, fixed warnings
2007-06-19 Michael BeckBugFix: new_op must be used instead of op
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Michael Beckfixed mode or arm_SymConst
2007-06-17 Michael Beckfixed mode of integer instructions
2007-06-17 Michael BeckBugFixes:
2007-06-16 Michael BeckVarious fixes
2007-06-15 Michael BeckChanged transformer to be like ia32: do a transform...
2007-06-14 Michael Beckreplaced assert(0) by panic()
2007-06-14 Michael Beckfpa constants implemented
2007-06-10 Michael BeckFixed some ugly "const" code
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-09 Michael BeckSeveral BugFixes and updates:
2007-05-05 Michael Beckused entities are now marked
2007-05-02 Michael Beckupdated header
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Oliver...
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-15 Matthias Braunwarning fixes
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beck- renamed access offset functions
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-04 Christoph MallonFix warnings
2006-04-20 Michael BeckImplemented basic FPA support
2006-04-08 Michael Beckused new outs feature
2006-04-05 Michael Beckremoved the arm_transform_env_t structure
2006-04-02 Michael BeckBig Changes:
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigmade code C89 compliant
2006-03-27 Michael BeckAdded arm backend from BE praktikum