bescripts: Remove unused execution unit specification.
[libfirm] / ir / be / sparc / bearch_sparc.c
2012-11-30 Christoph Mallonbemain: Centrally call be_gas_end_compilation_unit...
2012-11-30 Christoph Mallonbemain: Centrally call be_emit_init() and be_gas_begin_...
2012-11-30 Christoph Mallonsparc: Do not force the object file format to ELF.
2012-11-27 Christoph Mallonbearch: Introduce be_foreach_out().
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-24 Christoph Mallonbearch: Remove arch_get_inverse() and associated code.
2012-11-24 Christoph Mallonbearch: Remove the write-only attribute link_class...
2012-11-24 Christoph Mallonbemain: init_graph in arch_isa_if_t may now be a null...
2012-10-25 Matthias Braunswitch_lowerer: cast to backend specified Switch mode
2012-10-25 Matthias Braunremove no-out_of_bounds option from lower_switch
2012-09-13 Matthias Braunsparc: use 128bit long double even for softfloat
2012-08-21 Matthias Braunavoid usage of modifies_fp flags in sparc backend
2012-07-17 Manuel Mohrsparc: Fix Alloc nodes.
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-02-09 Matthias Braunsparc: fix float to short conversion
2012-01-19 Matthias Braunsparc: implement float->unsigned conversions
2011-12-19 Matthias Braunmake opcode list global
2011-11-10 Matthias Braunbe: rework isa_if interface and initialisation
2011-11-10 Matthias Braunbe: get rid of arch_irn_classify callback
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunbe: remove more unnecessary callbacks
2011-11-10 Matthias Braunbe: remove unused reg_class_for_mode callback
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-03 Manuel Mohrsparc: Pass correct argument to lower_alloc.
2011-10-27 Matthias Braunlet backends decide wether to use begnuas
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-25 Christoph MallonRemove ia32_l_Setcc and remove set creation callback...
2011-09-27 Manuel Mohrsparc: Lower CopyB nodes before lowering double words.
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-27 Manuel MohrAdded option to prevent creation of misaligned loads...
2011-09-22 Matthias Braunconvenience function to see if mux gets optimized away
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-06 Matthias Braunbegnuas: let user specify elf variants
2011-09-06 Manuel Mohrsparc: Ignore long doubles like ia32 backend.
2011-09-06 Matthias Braunsparc: initial support for Alloc/Free nodes
2011-09-01 Manuel MohrDirectly ask backend for current machine size in CopyB...
2011-09-01 Manuel MohrImproved CopyB lowering, made it part of target lowering.
2011-08-18 Manuel Mohrsparc: Set object file format when initializing backend.
2011-08-17 Matthias Braunreplace unsupported builtins with library calls
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-08-16 Sebastian BuchwaldAdded soft float support for SPARC backend.
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Brauncustom stack bias code for sparc
2011-08-15 Matthias Braunsparc: fix float calling conventions
2011-08-12 Matthias Braunmerge after_ra and finish phase, and move stack_bias...
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-08-05 Matthias Braunsimplify/rework lower_calls interface and code
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...
next