bearch: Dump the output requirement and the assigned register in the same line for...
[libfirm] / ir / be / beabihelper.c
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from besched....
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodemap_get(), which has...
2012-05-10 Matthias Braunsparc: fix problem with compound return
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-09-20 Matthias Braunadd missing keeps after rematerializing nodes
2011-08-23 Matthias Braunfix the fix of the call ordering...
2011-08-22 Matthias Braunsparc: support va_start
2011-08-22 Matthias Braunadd special constant to represent VA_START-address...
2011-08-19 Manuel MohrFixed call dependency comparison for backend call ordering.
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-08-05 Matthias Braunfactor out code for address of register param taken
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-30 Michael BeckFurther push size_t.
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-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-16 Matthias Braunfix missing keep walker missing some cases
2011-03-16 Matthias Braunremove more barrier handling code
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-08 Matthias Braunfurther spread size_t
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2010-12-28 Michael BeckAdd and fix some comments.
2010-12-06 Michael BeckFixed memory leak, fixed some typos, add some doxygen...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-07-23 Matthias Braunmake add_missing_keeps more robust in case of SwitchJumps
2010-07-22 Matthias Braunperform custom abi construction in sparc as well to...
2010-07-22 Matthias Braunimprove assert in abihelper register value getter
2010-07-16 Matthias Braunavoid code duplication: use be_add_missing_keeps in...
2010-07-14 Matthias Braunarm: implement calling conventions for float and double...
2010-07-09 Matthias Braunhandle arm ABI in arm transform phase
2010-07-09 Matthias Braunhelper functions for doing custom abi construction...