bescripts: Remove unused execution unit specification.
[libfirm] / ir / be / sparc / sparc_emitter.c
2012-11-29 Christoph Mallonbeemit: Provide be_emit_node(), which merges the (almos...
2012-11-29 Christoph Mallonbeemit: Provide be_set_emitter() replacing identical...
2012-11-27 Christoph Mallonbearch: Introduce be_foreach_out().
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
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-02 Matthias Braunsparc: rework emitter/delayslot handling
2012-08-02 Matthias Braunuse C99 to cleanup code
2012-08-01 Christoph MallonSimplify emit_sparc_Div(): Pass the instruction mnemoni...
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-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-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
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-03-14 Matthias Braunfix sparc backend restore node
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
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-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunbe: let begnuas call be_dbg_method_begin/end
2011-10-17 Matthias Braunsparc: emit extra-indentation for delay slots
2011-10-17 Matthias Braunbe: factor out can_move_to function from sparc_emitter
2011-10-17 Matthias Braunsparc: improve delay slot picking
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 Matthias Brauninclude backend headers without "../"
2011-09-27 Matthias Braunsparc: mark has_delay_slot as node flag
2011-09-21 Manuel Mohrsparc: Improve handling of MemPerm nodes.
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-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-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 Braunsparc: split Mulh node into SMulh and UMulh
2011-09-06 Manuel Mohrsparc: Stop looking for delay slot node when leaving...
2011-08-18 Manuel Mohrsparc: Set object file format when initializing backend.
2011-08-15 Matthias Braunremove old type
2011-08-15 Matthias Braunimplement aggregate returns according to sparc ABI
2011-08-15 Matthias Braunsparc: floatingpoint flags producing nodes have 1 cycle...
2011-08-12 Matthias Braunsimplify/remove unnecessary complicated copy-pasta...
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-05-23 Matthias Braunsparc: implement 64bit lowering
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling
2011-03-04 Matthias Braunsparc: document authors
2011-03-04 Matthias Braunsparc: fix problems after recent firm updates
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-01-30 Michael BeckMore size_t related changes.
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: implement omit-fp mode
2010-10-08 Matthias Braunsparc: model restore as explicit node, refactor Save...
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-10 Matthias Braunsparc: fix fmov emitter
2010-09-10 Matthias Braunextend switch lowerer to produce the out-of-bounds...
2010-09-10 Matthias Braunrefactoring: split stackframe handling completely from...
2010-09-06 Matthias Braunsparc: first attempt at using delay slots
2010-08-19 Matthias Braunsparc: preliminary SwitchJmp implementation
2010-08-19 Matthias Braunsparc: mostly implement reg+reg address mode
2010-08-19 Matthias Braunsparc: implement div instructions correctly
2010-08-19 Matthias Braunsparc: rewrite address mode matching, we now use offset...
2010-08-09 Matthias Braunsparc: redo and improve sparc immediate handling (low...
2010-08-09 Matthias Braunsparc: implement all floating point operations in singl...
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 Braunfirst implementation of floatingpoint arithmetic operations
2010-07-23 Matthias Braunsparc: fix MemPerm emitter as far as possible
2010-07-22 Matthias Braunperform custom abi construction in sparc as well to...
2010-07-22 Matthias Braunsparc: fix unsigned compares and cleanup cmp attributes
2010-07-22 Matthias Braunfix sparc stack offset, stack must be 8byte aligned...
2010-07-22 Matthias Braunfix sparc stack offset emitter
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-16 Christoph MallonReduce code duplication, improve readability.
2010-07-16 Christoph MallonDeMorgan to the rescue!
2010-07-15 Matthias Braunfix a few whitespace errors and remove spec cruft
2010-07-14 Michael BeckFixed imm13 range inside assertion.
2010-07-13 Hannes Rapp- SPEC gzip laeuft
2010-07-05 Matthias Braunput stack_layout into beirg instead of be_abi datastruc...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-16 Hannes Rapp- restliche ops implementiert: div, mod, and, or etc
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-27 Hannes Rapp- added emit_section_sparc to begnuas
next