Remove the unused function arch_get_irn_ops().
[libfirm] / ir / be / bearch.c
2008-10-11 Christoph MallonRemove the unused function arch_get_irn_ops().
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused function arch_count_non_ignore_regs().
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-10 Michael Becksimplified more
2008-09-10 Michael Beck- fixed comment: bs cannot be NULL anymore (and was...
2008-09-10 Michael Beckarch_register_class_put() is only used locally
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-23 Matthias Braunwe don't need no stinking selfs
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the irn_handler stack.
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-01-02 Michael Beckupdate copyright message
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-27 Christoph MallonFix warning in r15953.
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-18 Matthias Braunadd midding modify_flags case
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-14 Christian Würdigfixed handling of other_same/other_different constraint...
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.