Fixed some typos.
[libfirm] / ir / be / sparc / sparc_transform.c
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-12-03 Matthias Braunmark stores in int->float, float->int and float->float...
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-25 Christoph Mallonsparc: Remove wrong register assignment code from trans...
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-08-27 Matthias Braunfactorize upper_bits_clean and use in sparc+ia32
2012-08-02 Matthias Braunsparc: rework emitter/delayslot handling
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
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-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-17 Manuel Mohrsparc: Fix Alloc nodes.
2012-07-16 Manuel Mohrsparc: Fix gen_Const on 64-bit machines.
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-02-09 Matthias Braunsparc: fix float to short conversion
2012-02-09 Matthias Braunsparc: fix wrong mode on Div result
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-15 Matthias Braunmake unique types/entities part of irprog
2011-12-06 Christoph MallonTurn if cascade into switch.
2011-12-05 Sebastian BuchwaldRemoved superfluous assignment.
2011-12-01 Matthias Braunsparc: optimize float constants function paramters
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-17 Matthias Braunsparc: use AddCC, SubCC, MulCC
2011-10-11 Matthias Braunsparc: prefer andn,orn,xorn when they lead to smaller...
2011-09-27 Matthias Braunsparc: read mode_gp from regclass instead of hardcoding...
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-21 Matthias Braunbackend always expects outedges, assure them after...
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-12 Matthias Braunsparc: first implementation of upper_bits_clean
2011-09-12 Matthias Braunsparc: remove unnecessary convs before stores
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: do not use MATCH_MODE_NEUTRAL when using Or...
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-22 Matthias Braunsparc: support va_start
2011-08-22 Matthias Braunfix mode of call-result proj
2011-08-18 Manuel Mohrsparc: Added a comment.
2011-08-18 Manuel Mohrsparc: Add support for Conds where selector is not...
2011-08-17 Matthias Braunsparc: fix mode of Ldf Projs
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Braunsparc: fix spilling+reloading of float values
2011-08-15 Matthias Braunimplement aggregate returns according to sparc ABI
2011-08-15 Matthias Brauncustom stack bias code for sparc
2011-08-15 Matthias Braunsparc: fix float calling conventions
2011-08-15 Matthias Braunsparc: fix mode of fdiv result
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-08-05 Matthias Braunfactor out code for address of register param taken
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-07-28 Matthias Braunfix sparc Call transform rule off-by-one error
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-31 Matthias Braunmove integer abs optimisation from backend to the middleend
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-23 Matthias Braunsparc: implement 64bit lowering
2011-05-23 Matthias Braunsparc: Sub is mode neutral
2011-05-23 Matthias Braunbackend: ProjT/Start is an anchor and explicitely trans...
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-13 Matthias Braunpanic if TLS is found in sparc backend
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunall backends have decreasing stack
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-16 Matthias Braunsparc: abort when encountering (non-lowered) 64bit...
2011-03-16 Matthias Braunavoid verifier warnings in sparc by explicitely modelin...
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
2011-03-04 Matthias Braunamend to barrier removal
2011-03-04 Matthias Braunsparc: avoid explicitely querying the barrier
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling
2011-03-04 Matthias Braunsparc: document authors
2011-03-04 Matthias Braunsparc: factor out is_imm_encodeable
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-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: put ignore regs into beirg
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-08 Matthias Braunsparc: crude implementation of float Unknown
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
next