bearch: Remove unnecessary test in arch_perform_memory_operand().
[libfirm] / ir / be / bearch.c
2007-05-07 Michael Beckarch_get_frame_entity() now takes a const irnode *
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2006-12-13 Michael Beckrename type entity into ir_entity
2006-11-02 Christian Würdigremoved unnecessary extern
2006-09-06 Michael Beckremoved the constructor_entities attribute, this is...
2006-09-04 Christian Würdigfixed profile support
2006-09-04 Christian Würdigadded call and set for determining cosntructor entities
2006-09-04 Adam Szalkowskianother typo
2006-09-04 Adam Szalkowskitemplate for function identifying constructors
2006-08-26 Adam Szalkowskiperform_memory operand now takes a spill instead of...
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-15 Christian Würdigadded function to retrieve irn ops
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-07-24 Christian Würdigadded new irn op callbacks for memory operands
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-20 Adam Szalkowskiadded callbacks to retrieve the cost of an operation...
2006-05-10 Adam Szalkowskimoved get_inverse_op to bearch
2006-05-02 Sebastian HackAdded modify_sp flag
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-03-17 Daniel GrundBugfixes
2006-03-15 Sebastian HackAdded missing include
2006-03-15 Sebastian HackFixed a bug
2006-03-07 Sebastian HackAdded get_frame_entity/set_frame_offset functions
2006-03-03 Sebastian HackAdapted to changes in ABI handling
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-28 Sebastian HackMinor changes
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-26 Sebastian HackChanged API a little
2006-01-24 Sebastian HackSome minor changes
2006-01-23 Christian Würdigadded interface layer for irn_ops
2006-01-18 Sebastian HackFixed some bugs
2006-01-18 Daniel GrundIncludes
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-16 Christian Würdigremoved union from register requirements to make static...
2006-01-09 Sebastian HackFulfilled Christian's wishes
2005-12-21 Daniel GrundBugfixes with register-req
2005-12-13 Christian Würdigget file handle from backend caller and pass to isa...
2005-12-08 Sebastian HackMade everything really kaputt
2005-08-16 Sebastian HackMisc changes
2005-08-10 Sebastian HackAdded call serialization for firm arch
2005-07-26 Sebastian HackMoved to new lpp library
2005-06-14 Sebastian HackAdded classify wrapper function.
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
2005-05-12 Sebastian HackMinor changes
2005-05-11 Sebastian HackReimplemented
2005-05-06 Michael Beckremoved killed header
2005-03-18 Sebastian HackBug fixes
2005-03-14 Sebastian HackAdded the bearch files to the makefile
2005-03-14 Sebastian HackAdded be arch reflection/backend support infrastructure.