big refactoring of arch_XXX functions
[libfirm] / ir / be / bearch.c
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-16 Matthias Braundumper now dumps all generic backend flags
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-08-09 Matthias Braundump double and aligned register requirements
2010-07-27 Matthias Braundraft for register width specifications
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
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 Braunrename benode_t.h to benode.h, remove some unused code
2009-09-11 Matthias Brauninline arch_get_register_req_out to make the backend...
2009-09-05 Matthias Braunavoid putting interfering stuff into the same congruenc...
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 MallonFollow-up to r22928: Remove arch_register_class_put().
2008-10-15 Christoph MallonRemove arch_get_allocatable_regs().
2008-10-15 Christoph MallonUse arch_get_register_req() instead of duplicating...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Christoph MallonRemove the unused function arch_is_register_operand().
2008-10-11 Christoph MallonRemove the unused function arch_irn_flag_str().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
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_is_possible_memory_oper...
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-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
next