libfirm
2007-10-19 Michael BeckFixed broken indentation of r16286
2007-10-19 Michael Beckfixed typos
2007-10-19 Christoph MallonNow even correct! (see r16284)
2007-10-19 Michael BeckMake the ir_loop link field permanent. The other behavi...
2007-10-19 Matthias Braunfix Cmp input normalisation
2007-10-19 Christoph MallonA do-while loop is nicer than a for loop here.
2007-10-19 Christoph MallonFix fehler99: always skip at least one node and check...
2007-10-19 Christoph Mallonfehler99: defective copykeep when ShrD has to identical...
2007-10-19 Michael Beckadd missing initialization
2007-10-19 Michael Beckfixed warnings in release mode
2007-10-19 Michael Beckto shut up gcc in release mode
2007-10-19 Michael Beckrenamed type_state to ir_type_state
2007-10-19 Michael Beckrestrict some Cmp related optimizations to integer...
2007-10-19 Matthias BraunA+X == A -> X==0 optimisations
2007-10-19 Matthias Braunnew testcases
2007-10-19 Matthias Braun- improve set transformation
2007-10-19 Matthias Braunmake it possible to specify custom mode for set lowering
2007-10-19 Christoph MallonFix fehler 98. clarify comments.
2007-10-19 Christoph Mallonmake fehler98.c behave properly.
2007-10-19 Christoph Mallonfehler98: gen_Cmp tries to build test with two immediates.
2007-10-18 Michael Beckfixed release build
2007-10-18 Michael Beckfixed release build with assertions enabled
2007-10-18 Christoph MallonSmall cleanup.
2007-10-18 Christoph MallonRestructure gen_Cmp() so it does not use ia32_use_sourc...
2007-10-17 Michael Beckfixed declaration of dbg
2007-10-17 Michael Beckfixed _is_Phi()
2007-10-17 Matthias Braunadd inline versions of is_Phi and is_Proj
2007-10-17 Michael Beckremoved an if, should not happen on this place
2007-10-17 Matthias Braununsafe mode for float to int conversion
2007-10-17 Matthias Braunimprove float->int conversion
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-17 Matthias Braunsome interesting testcases to look at
2007-10-17 Michael Beckextended version
2007-10-17 Michael Beckfixed two warnings
2007-10-17 Michael BeckRefactored attributes:
2007-10-17 Michael Beckfloat->unsigned 64bit does not work yet: panic
2007-10-17 Michael Beck- renamed a lot of parameters to more sensible names
2007-10-17 Matthias Braunfehler97
2007-10-17 Michael Beckadd some comments, DBG_OPT call
2007-10-17 Michael Beckenable Minus(Iu) const folding
2007-10-17 Christoph MallonIn the RA constraint handler insert no copy when an...
2007-10-16 Matthias Braunno need to test mode of other argument in use_source_ad...
2007-10-16 Christoph MallonDecompose Mul(x, 2**b + 2**a) into y = x + x << (b...
2007-10-16 Matthias Braunanother interesing case
2007-10-16 Matthias Braunfix AM matcher seeing add x, x as value with scale 2
2007-10-16 Michael Beckunused functions removed
2007-10-16 Michael Beckremoved unused got_lea attribute
2007-10-16 Michael Beck- removed identical is_downconv()
2007-10-16 Matthias Braun0 constants don't modify flags anymore
2007-10-16 Michael Beck- removed identical is_downconv()
2007-10-16 Michael Beckreduced memory usage
2007-10-16 Michael Beckadd doxygen comments
2007-10-16 Michael Becksome comments added
2007-10-16 Matthias Braunskip projs when comparings needed flags
2007-10-15 Matthias Braunno need for Conv_I2I8Bit for AM
2007-10-15 Matthias Braunfix conv_conv optimisation, first optimize IncSP_IncSP...
2007-10-15 Christoph MallonFix wrong assert condition. The assert could never...
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-10-15 Christoph MallonSkip unnecessary Convs before the shift count when...
2007-10-15 Christoph MallonUse match_arguments() in create_I2I_Conv().
2007-10-15 Matthias Braunmove lea_to_add into the peephole phase
2007-10-15 Matthias Braunfix problems with multispill/belady
2007-10-15 Matthias Braunfix problems with multispill/belady
2007-10-15 Matthias Braunmake ir_node *irn const for liveness_remove
2007-10-15 Matthias Braunimprove peephole API, do IncSP stuff as peephole opts...
2007-10-15 Christoph Mallonfehler96: tarval module calculates Shrs wrong for mode_Iu.
2007-10-15 Sebastian HackAdapted to Matze's changes
2007-10-15 Sebastian HackSmall changes in stat_ev names
2007-10-15 Matthias Braunrematerialized values are like reloads
2007-10-14 Matthias Braunmorgan isn't there anymore
2007-10-14 Matthias Braunmore intelligent spill placement, should move spills...
2007-10-14 Matthias Braunremove morgan spiller, it's unused and the coming bespi...
2007-10-14 Matthias Braunir_livecheck shows quadratic behaviour in number of...
2007-10-14 Matthias Braunfix warning
2007-10-14 Matthias Braunfix struct returns for real now
2007-10-13 Michael Beckused set_type_size_bytes() instead of *_bits() where...
2007-10-13 Matthias Braunsimpler
2007-10-13 Matthias Braunfehler95 (entity size is stored in bits which provokes...
2007-10-13 Matthias Braunrehash changed mode_b nodes
2007-10-12 Matthias Braunimprove and generalize handling of calls shrinking...
2007-10-12 Matthias Braunimproved and fixed warnings
2007-10-12 Matthias Braunfehler94
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-10-12 Matthias Braundon't worry about IP view in backend
2007-10-12 Matthias Braunfix warnings
2007-10-12 Matthias Braunreenable conv skipping in address mode code
2007-10-11 Michael Beckallow get_mode_all_one() for mode_b
2007-10-11 Matthias BraunProjs aren't scheduled anymore
2007-10-11 Matthias Braunwe can use a simpler test again with fixed smaller_mode
2007-10-11 Matthias Braunfix smaller mode
2007-10-11 Matthias Braunwe can only remove Convs before Cmps if sign doesn...
2007-10-11 Matthias Braunfehler93
2007-10-11 Matthias Braunmove all constlike nodes to right for Cmps
2007-10-11 Michael Beckremove Cast node
2007-10-11 Michael Beck- fixed apply_binop_on_phi: need mode for Shift operati...
2007-10-10 Michael Beckcount executed optimization
2007-10-10 Matthias Braunfehler92
2007-10-10 Matthias BraunConvI2I8Bit is also a transformed Load
2007-10-10 Matthias Braunavoid some of the mode_b lowering related out-edge...
next