draft for register width specifications
[libfirm] / ir / be / bearch.h
2006-08-29 Christian Würdiglist sched selector callback takes one more argument
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-28 Matthias Braunask abi about ignore regs
2006-08-27 Matthias Braun- Fix perform_memop stuff in bechordal_main after adams...
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-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-11 Christian Würdigirn classify is now a mask
2006-08-09 Matthias Braun- add new finish call to architecture calls. This call...
2006-07-29 Adam Szalkowskiadded spill cost estimation
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-19 Christian Würdigadded new irn class flags (needed for stats)
2006-05-11 Michael Beckbe_init now return parameters for the frontend
2006-05-10 Christian Würdigfixed indent
2006-05-10 Adam Szalkowskimoved get_inverse_op to bearch
2006-05-02 Sebastian HackAdded modify_sp flag
2006-04-07 Christian Würdigadded const irn classifier
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckplaced register_options() last in the interface
2006-03-31 Michael BeckFixed docu
2006-03-30 Michael Beckarch_isa_if_t: get_reg_class_alignment() to retrieve...
2006-03-21 Daniel GrundRemoved arch_irn_is_ignore with generic macro
2006-03-20 Michael Beckdoxygen docu added
2006-03-17 Christian Würdigadded comment sign
2006-03-15 Michael Beckreplaced config.h by firm_config.h, removed useless...
2006-03-13 Christian Würdigmoved typedefs to bearch_t.h
2006-03-09 Christian Würdigadded after_ra hook
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-03-01 Christian Würdigchanged codegen interface
2006-02-28 Christian Würdigremoved unnecessary function
2006-02-28 Sebastian HackMinor changes
2006-02-24 Sebastian HackSeparated dominance frontier calculations again
2006-02-24 Christian Würdigremoved unnecessary function
2006-02-23 Sebastian Hack*** empty log message ***
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-27 Christian Würdigadded some callbacks
2006-01-26 Sebastian HackChanged API a little
2006-01-25 Sebastian HackMinor changes
2006-01-24 Sebastian HackSome minor changes
2006-01-24 Christian Würdigadded codegenerator to main environment
2006-01-23 Christian Würdigadded interface layer for irn_ops
2006-01-19 Christian Würdigadded hook for projnum register translation
2006-01-18 Daniel Grund*** empty log message ***
2006-01-18 Daniel GrundIncludes
2006-01-17 Sebastian HackRemoved some stuff
2006-01-17 Daniel Grundbugfix in arch_reg_req_is ## macro
2006-01-17 Daniel Grundadapted to new reqister_should_be_equal requirement
2006-01-17 Sebastian HackAdded small macro for checking constraints
2006-01-16 Christian Würdigremoved union from register requirements to make static...
2006-01-09 Christian Würdigfixed typos
2006-01-09 Sebastian HackFulfilled Christian's wishes
2005-12-16 Sebastian HackModified enum names
2005-12-13 Christian Würdigget file handle from backend caller and pass to isa...
2005-12-08 Sebastian HackMade everything really kaputt
2005-11-22 Christian Würdigadded a codegen function to the isa interface
2005-11-16 Sebastian HackAdded irn_handler field to arch_isa_t
2005-11-08 Christian Würdigfixed indents
2005-08-16 Sebastian HackMisc changes
2005-08-10 Sebastian HackAdded call serialization for firm arch
2005-07-26 Sebastian HackFixed several bug and introduced some others
2005-07-26 Sebastian HackMoved to new lpp library
2005-06-14 Sebastian HackAdded classify wrapper function.
2005-06-14 Sebastian HackAdded irn class branch and dummy firm backend implement...
2005-06-07 Sebastian HackAdded insert_Perm and be_*_main_env_t
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
2005-05-11 Sebastian HackAdded new arch interface
2005-05-04 Daniel GrundAdded is_reg_allocateble
2005-04-28 Sebastian HackSome bug fixes
2005-04-21 Sebastian HackAdded bearch stuff
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.