rework ASM node, it always has a memory input now
[libfirm] / ir / be / 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
2011-09-16 Christoph MallonReplace magic 4 by SPARC_REGISTER_SIZE.
2011-09-16 Christoph MallonUse SPARC_STACK_ALIGNMENT and round_up2() instead of...
2011-09-15 Manuel Mohrsparc: Keep stack pointer 8 bytes aligned when generati...
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-15 Matthias Braunsome cleanups for middleend node creation in backends
2011-09-13 Matthias Braunsparc: implement returns_twice calling convention
2011-09-12 Matthias Braunsparc: first implementation of upper_bits_clean
2011-09-12 Matthias Braunsparc: remove unnecessary convs before stores
2011-09-08 Matthias BraunChange "associated type" logic to a single linked list...
2011-09-08 Sebastian BuchwaldFix offsets for Loads and Stores.
2011-09-08 Sebastian BuchwaldUse additional register instead of multiple immediate...
2011-09-08 Sebastian BuchwaldIgnore g4 for internal usage.
2011-09-08 Sebastian BuchwaldFixed some typos.
2011-09-06 Matthias Braunsparc: fix invalid stack bias calculation in omit-fp...
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-09-06 Matthias Braunsparc: support for thread local storage
2011-09-06 Matthias Braunbegnuas: let user specify elf variants
2011-09-06 Matthias Braunsparc: do not use MATCH_MODE_NEUTRAL when using Or...
2011-09-06 Manuel Mohrsparc: Ignore long doubles like ia32 backend.
2011-09-06 Matthias Braunsparc: split Mulh node into SMulh and UMulh
2011-09-06 Manuel Mohrsparc: Stop looking for delay slot node when leaving...
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.
next