bemain: init_graph in arch_isa_if_t may now be a null pointer.
[libfirm] / ir / be / sparc /
2012-11-24 Christoph Mallonbemain: init_graph in arch_isa_if_t may now be a null...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-04 Christoph MallonUse be_get_Copy_op().
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
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-27 Matthias Braunfactorize upper_bits_clean and use in sparc+ia32
2012-08-21 Matthias Braunavoid usage of modifies_fp flags in sparc backend
2012-08-21 Matthias Braunsimplify by using C99
2012-08-13 Manuel Mohrsparc: Use be_peephole_exchange instead of exchange...
2012-08-09 Matthias Braunsparc: fix wrong delay slot test
2012-08-09 Matthias Braunsparc: fix delayslot picking order
2012-08-09 Matthias Braunsparc: support float perms
2012-08-09 Matthias Braunsparc: split128 bit float loads into 2x64bit load
2012-08-02 Matthias Braunsparc: rework emitter/delayslot handling
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
2012-08-02 Matthias Braunuse C99 to cleanup code
2012-08-02 Christoph MallonAssert that there is currently no object under construc...
2012-08-02 Christoph MallonFactorise code to set the register contraints and regis...
2012-08-02 Christoph MallonFactorise code to get the register projs of the SPARC...
2012-08-02 Christoph MallonPut SPARC initial register info into a struct.
2012-08-01 Christoph MallonSimplify emit_sparc_Div(): Pass the instruction mnemoni...
2012-07-25 Matthias Braunprefere local registers when allocating for sparc
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-19 Christoph MallonAdd sparc_emitf() to make the SPARC emitter more readable.
2012-07-17 Manuel Mohrsparc: Fix Alloc nodes.
2012-07-16 Manuel Mohrsparc: Fix gen_Const on 64-bit machines.
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-06-19 Christoph MallonMark memory using nodes with "uses_memory".
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-04-25 Matthias Braunrename dbg_set_dbg_info to dbg_location
2012-04-25 Matthias Braunadd dwarf register number to register description
2012-03-14 Matthias Braunfix sparc backend restore node
2012-03-01 Matthias BraunRoute stackpointer through Restore node
2012-02-09 Matthias Braunsparc: fix too short Save offsets
2012-02-09 Matthias Braunsparc: another fix for sparc stack alignment
2012-02-09 Matthias Braunsparc: fix float to short conversion
2012-02-09 Matthias Braunsparc: fix wrong mode on Div result
2012-01-19 Matthias Braunsparc: implement float->unsigned conversions
2012-01-19 Matthias Braunsparc: respect frame_type alignment
2012-01-10 Matthias Braunsparc: implement 64bit from/to float conversions
2012-01-10 Matthias Braunsparc: fix wrong reg-width in double->int Conv
2012-01-09 Matthias Braunsparc: Fix constants for double parameter opt
2011-12-29 Sebastian BuchwaldAdded missing casts.
2011-12-19 Matthias Braunmake opcode list global
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-06 Christoph MallonTurn if cascade into switch.
2011-12-05 Sebastian BuchwaldRemoved superfluous assignment.
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-12-01 Matthias Braunsparc: optimize float constants function paramters
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
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-09 Matthias Braunbepeephole: reachability check in can_move_before
2011-11-03 Manuel Mohrsparc: Pass correct argument to lower_alloc.
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunbe: let begnuas call be_dbg_method_begin/end
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-10-17 Matthias Braunsparc: emit extra-indentation for delay slots
2011-10-17 Matthias Braunsparc: implement more fold-into-restore peephole optimi...
2011-10-17 Matthias Braunbe: factor out can_move_to function from sparc_emitter
2011-10-17 Matthias Braunsparc: use AddCC, SubCC, MulCC
2011-10-17 Matthias Braunsparc: improve delay slot picking
2011-10-11 Matthias Braunsparc: prefer andn,orn,xorn when they lead to smaller...
2011-10-11 Matthias Braunsparc: peephole - fold copy into restore
2011-09-28 Manuel Mohrsparc: Corrected sp-relative access warning.
2011-09-28 Manuel Mohrsparc: Restore accidentally deleted assert.
2011-09-27 Manuel Mohrsparc: Warn if trying to emit stack relative Lds/Sts...
2011-09-27 Manuel Mohrsparc: Lower CopyB nodes before lowering double words.
2011-09-27 Matthias Braunsparc: attempt to fix stack alignment/address for omit...
2011-09-27 Matthias Braunsparc: fix wrong stack-offset in omit-fp commits
2011-09-27 Matthias Braunsparc: va_arg functions may not use omit-fp
2011-09-27 Matthias Braunsparc: read mode_gp from regclass instead of hardcoding...
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-27 Matthias Braunremove old/unused XXX_transform_env_t structs
2011-09-27 Matthias Braunsparc: mark has_delay_slot as node flag
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-21 Manuel Mohrsparc: Improve handling of MemPerm nodes.
2011-09-21 Matthias Braunbackend always expects outedges, assure them after...
2011-09-20 Matthias Braunsparc: do not emit the node comment twice for Ba
2011-09-20 Matthias Braunsparc: dont emit unnecarry block labels
2011-09-20 Matthias Braunsparc: fix spec, it's called dump_func not dump_node
next