change pn_XXX_max enum to really be the maximum pn and not maximum+1, add n_XXX_max...
[libfirm] / ir / be / beabihelper.c
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...