Remove the unused parameter const arch_env_t *env from arch_get_irn_register().
[libfirm] / ir / be / bearch.h
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-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-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-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-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-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-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-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-09-28 Matthias Braunalso count remats
2008-09-10 Michael Beckarch_register_class_put() is only used locally
2008-09-10 Michael Beck- fixed typo, indentation
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-13 Christoph MallonFix stale comments.
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
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-02-14 Matthias Braunneed to include obstack
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Matthias Braunremove #if 0 around arch_get_irn_ops, no idea why it...
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
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-18 Matthias Braunflags for register classes
2007-09-12 Matthias Braunadd a modify_flags flag
2007-08-30 Matthias Braunremove arch_irn_class_const, not used and not usefull IMO
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-03-29 Matthias Braunmove backend into libfirm
2007-03-23 Matthias Braunnew declaration for state register type
2007-03-19 Matthias BraunThe big committ:
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-02-22 Christian Würdigfixed indenting and some comments
2007-02-09 Christian Würdigchanged type for callback
2007-02-09 Christian Würdigadded isa-callback so backend can provide it's own...
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-18 Matthias Braunreindentation...
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-12 Christian Würdigadded new codegen hook (spill)
2006-12-04 Christian Würdigadded function to retrieve ilp scheduler interface
2006-11-02 Christian Würdigfixed CRLF
2006-11-02 Christian Würdigadded callback interfaces for abstract machine specific...
2006-10-09 Christian Würdigadded new register type "virtual"
2006-09-27 Christian Würdigadded register type joker
2006-09-20 Christian Würdigadded macro to retirve register class name
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 Szalkowskifixed typo
2006-09-04 Adam Szalkowskitemplate for function identifying constructors
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
next