all backends have decreasing stack
[libfirm] / ir / be / bearch.h
2011-04-08 Matthias Braunall backends have decreasing stack
2011-03-16 Matthias Braunbestack: add support for nodes resetting the stack
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-12-06 Michael BeckRemoved the arch_register_type_is() macro.
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-11-19 Michael BeckAdd some doxygen docu.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-22 Matthias Braunremove some unnecessary #defines
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-08-09 Matthias Braunallow ignore registers as inputs of Phis; cleanup bessa...
2010-08-05 Matthias Braunbackend: created a (not so nice) macro to iterate over...
2010-07-29 Matthias Braunuse new double wide register requirements; implement...
2010-07-27 Matthias Braundraft for register width specifications
2010-07-16 Matthias Braunavoid code duplication: use be_add_missing_keeps in...
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-25 Matthias Braunfix doxygen comment
2010-06-23 Matthias Braunremove the (mis-)feature of arch_get_irn_reg_req_out...
2010-06-23 Matthias Braunremove arch_irn_class_is macro as it hides usages of...
2010-06-23 Matthias Brauncleanup and reformat bearch.h header
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-11 Matthias Brauninline arch_get_register_req_out to make the backend...
2009-09-07 Matthias Braunreturn 0 for number of outputs for nodes without backen...
2009-08-13 Matthias Braun- rework backend node dumping; add a dumper for Phi...
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-15 Christoph MallonRemove arch_get_allocatable_regs().
2008-10-15 Christoph MallonRemove wrong comment.
2008-10-15 Christoph MallonAdd arch_reg_out_is_allocatable().
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-15 Christoph MallonAdd arch_get_register_req_out().
2008-10-12 Christoph MallonNobody is interested in what a arch_irn_class_load...
2008-10-12 Christoph MallonRemove the unused arch irn classes arch_irn_class_call...
2008-10-12 Christoph MallonNobody cares what a "normal" node is, so do not try...
2008-10-11 Christoph MallonRemove the unused function arch_is_register_operand().
2008-10-11 Christoph MallonRemove the unused enum arch_operand_type_t.
2008-10-11 Christoph MallonRemove the unused enum entry arch_operand_type_last.
2008-10-11 Christoph MallonRemove the unused enum entry arch_irn_flags_last.
2008-10-11 Christoph MallonRemove the unused function arch_irn_flag_str().
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 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
next