sparc: fix wrong reg-width in double->int Conv
[libfirm] / ir / be / sparc / sparc_spec.pl
2011-12-29 Sebastian BuchwaldAdded missing casts.
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-17 Matthias Braunsparc: emit extra-indentation for delay slots
2011-10-17 Matthias Braunsparc: use AddCC, SubCC, MulCC
2011-10-17 Matthias Braunsparc: improve delay slot picking
2011-10-11 Matthias Braunsparc: peephole - fold copy into restore
2011-09-27 Manuel Mohrsparc: Warn if trying to emit stack relative Lds/Sts...
2011-09-27 Matthias Braunsparc: mark has_delay_slot as node flag
2011-09-20 Matthias Braunsparc: fix spec, it's called dump_func not dump_node
2011-09-15 Matthias Braunsome cleanups for middleend node creation in backends
2011-09-06 Matthias Braunsparc: split Mulh node into SMulh and UMulh
2011-09-06 Matthias Braunsparc: initial support for Alloc/Free nodes
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
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-15 Matthias Braunfix sparc fneg instruction emitter
2011-08-15 Matthias Braunavoid generic names like flags in generator
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-23 Matthias Braunsparc: implement 64bit lowering
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-16 Matthias Braunavoid verifier warnings in sparc by explicitely modelin...
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunmake sparc+arm backend completely independent from...
2010-10-08 Matthias Braunsparc: model restore as explicit node, refactor Save...
2010-09-10 Matthias Braunsparc: fix wrongly specified Stf emitter
2010-09-10 Matthias Braunsparc: implement/fix remaining float<->int conversions
2010-09-10 Matthias Braunsparc: fix fdiv having the wrong mode
2010-09-10 Matthias Braunsparc: rename misnamed node Slr to Srl
2010-09-10 Matthias Braunsparc: renumber emit shortcuts to start with 0 instead...
2010-09-06 Matthias Braunsparc: fix bitopcc bugs
2010-08-19 Matthias Braunsparc: new patterns to match comparisons of bitoperatio...
2010-08-19 Matthias Braunsparc: implement mode-neutral matching; support immedia...
2010-08-19 Matthias Braunsparc: preliminary SwitchJmp implementation
2010-08-19 Matthias Braunsparc: mostly implement reg+reg address mode
2010-08-19 Matthias Braunsparc: specifying ins in constructor variants makes...
2010-08-19 Matthias Braunsparc: implement div instructions correctly
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-09 Matthias Braunsparc: redo and improve sparc immediate handling (low...
2010-08-09 Matthias Braunsparc: mark Mul nodes as rematerializable
2010-08-09 Matthias Braunsparc: matching rules for andn and orn
2010-08-09 Matthias Braunsparc: No need for Minus, Not, Nop nodes. Implement...
2010-08-09 Matthias Braunsparc: implement all floating point operations in singl...
2010-08-06 Christoph MallonRemove redundant reg_req from SPARC nodes with construc...
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-22 Matthias Braunperform custom abi construction in sparc as well to...
2010-07-22 Matthias Braunimplement sparc floatingpoint constants
2010-07-22 Matthias Braunsparc: fix unsigned compares and cleanup cmp attributes
2010-07-22 Matthias Brauncleanup sparc attribute getters+setters
2010-07-22 Matthias Braunrefactor sparc nodes to have the same name as their...
2010-07-22 Matthias Braunno need for pointless comments
2010-07-16 Matthias Braunsome cleanups in arm+sparc backends
2010-07-15 Matthias Brauncleanup sparc spec
2010-07-15 Matthias Braunremove outdated/wrong comments from backend specs
2010-07-15 Matthias Braunchange backend node specification to use whole words...
2010-07-15 Matthias Braunfix a few whitespace errors and remove spec cruft
2010-07-13 Hannes Rapp- SPEC gzip laeuft
2010-06-16 Hannes Rapp- restliche ops implementiert: div, mod, and, or etc
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-02-01 Hannes Rapp[r27015]
2009-12-15 Hannes Rappinitaler checkin SPARC backend