lowering: fix i_mapper for new exception attributes
[libfirm] / ir / be / sparc / bearch_sparc.c
2011-07-28 Matthias Braunlowering: fix i_mapper for new exception attributes
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-17 Matthias Braunlet backends report their machine_size and the size...
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-06-01 Matthias Braunlower small switches to ifs
2011-05-23 Matthias Braunsparc: implement 64bit lowering
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunall backends have decreasing stack
2011-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-03-16 Matthias Braunbestack: add support for nodes resetting the stack
2011-03-16 Matthias Braunallocate spillslots at beginning/end of stackframe...
2011-03-06 Michael BeckFixed size_t related warnings.
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling
2011-03-04 Matthias Braunsparc: document authors
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-11-23 Matthias Braunremove strange init_once/inited checks from arch_init...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunsparc: support mode_b lowering
2010-10-08 Matthias Braunsparc: model restore as explicit node, refactor Save...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunallow_ifconv callback may not be NULL anymore
2010-10-02 Michael BeckC99 feature removed.
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-10 Matthias Braunsparc: implement/fix remaining float<->int conversions
2010-09-10 Matthias Braunextend switch lowerer to produce the out-of-bounds...
2010-09-10 Matthias Brauninvoke switch lowerer in target specific lowering pass
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-09-06 Matthias Braunsparc: first attempt at using delay slots
2010-09-06 Matthias Braunsparc: use arch_dependent mul/div lowering
2010-08-19 Matthias Braunsparc: preliminary SwitchJmp implementation
2010-08-19 Matthias Braunsparc: mostly implement reg+reg address mode
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-19 Matthias Braunsparc: rewrite address mode matching, we now use offset...
2010-08-19 Matthias Braunsparc: remove entity_sign, gas/elf doesn't support...
2010-08-19 Matthias Braunsparc: no need for is_load_store attribute anymore
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-07-29 Matthias Braunuse new double wide register requirements; implement...
2010-07-27 Matthias Braunimplement floatingpoint compares
2010-07-27 Matthias Braunsparc: cleanup register classes, remove some unused...
2010-07-27 Matthias Braunuse custom spillslot coalescer so int->float and float...
2010-07-27 Matthias Braunbeflags: transform modifies_flags property into a callb...
2010-07-22 Matthias Braunperform custom abi construction in sparc as well to...
2010-07-22 Matthias Braunimplement sparc floatingpoint constants
2010-07-22 Matthias Braunfix sparc stack offset, stack must be 8byte aligned...
2010-07-22 Matthias Braunrefactor sparc nodes to have the same name as their...
2010-07-16 Matthias Braunsome cleanups in arm+sparc backends
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-16 Hannes Rapp- restliche ops implementiert: div, mod, and, or etc
2010-04-24 Michael BeckC99 feature removed.
2010-04-13 Hannes Rapp- fixed: new_r_Proj/new_rd_Proj args changed
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-03-16 Michael BeckSet svn:keywords property.
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-01 Hannes Rapp[r27015]
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-12-19 Michael BeckRemoved C99 features and fixed 2 wrong assertions.
2009-12-15 Hannes Rappinitaler checkin SPARC backend