bearch: Make arch_dump_register_req() static.
[libfirm] / ir / be / bearch.h
2012-11-27 Christoph Mallonbearch: Make arch_dump_register_req() static.
2012-11-27 Christoph Mallonbearch: Remove the special case for Projs from arch_get...
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is().
2012-11-26 Matthias Braunexpose some critical bearch functions for inlining
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "obst.h".
2012-11-25 Christoph Mallonbearch: remove arch_register_type_joker.
2012-11-24 Christoph Mallonbearch: Remove arch_get_inverse() and associated code.
2012-11-24 Christoph Mallonbearch: Remove special handling that a node has no...
2012-11-24 Christoph Malloncleanup: Remove unnecesary #include from bearch.h.
2012-11-24 Christoph Mallonbearch: Remove unnecessary indirection to access arch_n...
2012-11-24 Christoph Mallonbearch: Remove the write-only attribute link_class...
2012-11-13 Christoph MallonLet be_foreach_definition() declare the value variable.
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-10-29 Matthias Braunchange arch_XXX_out functions to use unsigned for pos
2012-08-21 Matthias Braunfix be_foreach_definition cls argument
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-04-25 Matthias Braunadd dwarf register number to register description
2012-03-01 Matthias BraunClarify interpretation of limited for wide values
2011-12-19 Matthias Braunmake opcode list global
2011-11-10 Matthias Braunbe: rework isa_if interface and initialisation
2011-11-10 Matthias Braunbe: get rid of arch_irn_classify callback
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunbe: remove more unnecessary callbacks
2011-11-10 Matthias Braunbe: remove unused reg_class_for_mode callback
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunlet backends decide wether to use begnuas
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-08-17 Christoph MallonCorrect reg_reqs_equal().
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Braunremove old type
2011-08-12 Matthias Braunmerge after_ra and finish phase, and move stack_bias...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-04-08 Andreas Zwinkaumerge kaps
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...
next