bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / sparc / sparc_cconv.c
2012-11-24 Christoph Malloncleanup: Remove unnecesary #include from bearch.h.
2012-08-21 Matthias Braunsimplify by using C99
2012-08-09 Matthias Braunsparc: support float perms
2012-08-02 Matthias Braunsparc: rework emitter/delayslot handling
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-06-06 Matthias Braunbe: expose be_options variable globally
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-27 Matthias Braunsparc: va_arg functions may not use omit-fp
2011-09-16 Christoph MallonReplace magic 4 by SPARC_REGISTER_SIZE.
2011-09-13 Matthias Braunsparc: implement returns_twice calling convention
2011-09-08 Sebastian BuchwaldIgnore g4 for internal usage.
2011-09-06 Matthias Braunsparc: panic instead of segfault for struct parameters
2011-09-06 Matthias Braunremove has_compound_ret_parameter, we already had cc_co...
2011-08-22 Matthias Braunsparc: support va_start
2011-08-15 Matthias Braunimplement aggregate returns according to sparc ABI
2011-08-15 Matthias Braunsparc: fix float calling conventions
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-04-08 Andreas Zwinkaumerge kaps
2010-10-08 Matthias Braunbackend: put ignore regs into beirg
2010-10-08 Matthias Braunsparc: implement omit-fp mode
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-07-29 Matthias Braunuse new double wide register requirements; implement...
2010-07-23 Michael Beckadd doxygen comment
2010-07-22 Matthias Braunperform custom abi construction in sparc as well to...