remove old type
[libfirm] / ir / be / sparc / sparc_emitter.c
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
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-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
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-01 Matthias Braunmake the character used for specifying elf types config...
2010-02-01 Hannes Rapp- std function-prolog emitter eingebaut
2009-12-15 Hannes Rappinitaler checkin SPARC backend