bestate: Remove unnecessary test.
[libfirm] / ir / be / beabi.h
2012-11-24 Christoph Mallonbeabi: Remove unnecessary #include from beabi.h.
2012-11-24 Christoph Mallonbeabi: Remove the declaration of the non-existent funct...
2012-11-24 Christoph Mallonbeabi: Remove the unused function be_abi_call_set_call_...
2012-11-24 Christoph Mallonbeabi: Turn be_abi_call_flags_t into a struct.
2012-11-24 Christoph Mallonbeabi: Pass be_abi_irg_t around locally instead of...
2012-03-06 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-05 Matthias Braunfactor out code for address of register param taken
2011-08-04 Matthias Braunremove (broken+unused) support for right_to_left parame...
2011-04-13 Matthias Braunfix some warnings by removing the strange abi_get_ignor...
2011-04-13 Matthias Braunmove private API into .c file
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-04-08 Matthias Braunchange get_ignore_irn API to take irg instead of abi
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-09-10 Matthias Braunrefactoring: split stackframe handling completely from...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-23 Matthias Braunsparc: fix MemPerm emitter as far as possible
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-10 Matthias Braunreorganize beabi - save wether we are using omit_fp...
2010-07-06 Matthias Braunremove unnecessary members from be_abi_irg_t structure...
2010-07-05 Matthias Braunput stack_layout into beirg instead of be_abi datastruc...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-04-13 Hannes Rapp- various updates to sparc backend
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-11-03 Michael Beck- add some comments
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-08-12 Matthias Braunforgot to commit this
2008-01-02 Michael Beckupdate copyright message
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-10-12 Matthias Braunimprove and generalize handling of calls shrinking...
2007-09-17 Christoph MallonRemove be_abi_get_start_barrier(). Nobody calls it...
2007-05-10 Michael Beckdoxygen comments added
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-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-01-29 Michael Becktypo fixed
2007-01-19 Christian Würdigadded new abi callback (fix stack phis)
2007-01-11 Christian Würdigadded comment
2006-12-13 Michael Beck- renamed access offset functions\n- renamed entity...
2006-11-19 Christian Würdigadded function and call attribute to set register class...
2006-10-09 Christian Würdigadded attribute and function to retrieve barrier from...
2006-09-26 Matthias Braunfix regdiff
2006-09-20 Michael Beckbe_abi_omit_fp() added
2006-09-12 Michael Beckmade the stack layout accessible for the debug output
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-08-28 Sebastian HackSeveral bug fixes
2006-07-31 Sebastian HackAdapted to new liveness
2006-06-08 Michael BeckAdded code to support the value based type (compound...
2006-04-06 Sebastian HackAdded included support for be_insn_t
2006-04-05 Sebastian HackFixed some bugs
2006-04-03 Michael BeckFixed register allocation for fp != sp
2006-04-03 Michael Beckimplemented nodeset: a pointer set using node numbers...
2006-03-23 Sebastian HackAdded alignment/space before and after for stack args
2006-03-22 Sebastian HackAdded alignment for stack params
2006-03-17 Sebastian HackPrologue barriers have also memory now
2006-03-16 Sebastian HackAdded leaf function flag
2006-03-16 Sebastian HackSeveral changes
2006-03-15 Sebastian HackThe bad, the evil and the ugly
2006-03-15 Michael Beckremoved dependency of type.h
2006-03-07 Sebastian HackFixed several bugs
2006-03-03 Sebastian HackAdapted to changes in ABI handling
2006-03-01 Sebastian HackRestructured
2006-02-28 Sebastian HackAlpha version of ABI handling
2006-02-24 Sebastian HackSeparated dominance frontier calculations again
2006-02-21 Sebastian HackAdded header files for ABI