- moved the imul mem,imm32 splitting into peephole optimizations
[libfirm] / ir / be /
2007-10-17 Michael Beckfloat->unsigned 64bit does not work yet: panic
2007-10-17 Matthias Braunfehler97
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 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 struct returns for real now
2007-10-13 Matthias Braunsimpler
2007-10-13 Matthias Braunfehler95 (entity size is stored in bits which provokes...
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 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 Matthias BraunProjs aren't scheduled anymore
2007-10-11 Matthias Braunfehler93
2007-10-10 Matthias Braunfehler92
2007-10-10 Matthias BraunConvI2I8Bit is also a transformed Load
2007-10-10 Matthias BraunNo need to calculate liveness of NoMem
2007-10-10 Matthias Braun"empty" blocks might still contain Pin nodes
2007-10-10 Michael Beckmore test added
2007-10-09 Michael Beckmore test added
2007-10-09 Michael Becktypo fixed
2007-10-08 Matthias Braunfehler91
2007-10-08 Matthias Braunimprove mode/conv handling in backend (should result...
2007-10-08 Sebastian HackTrivial fix of the manifestation problem
2007-10-08 Matthias Braunno need for (strict-)conv before store
2007-10-08 Matthias Braunremove unused R flags, mark vfld as rematerialisable
2007-10-08 Matthias Braunsupport AM in IJmp and IMul1OP
2007-10-08 Matthias Brauncleaned up, fixed and commented daemelspiller a bit
2007-10-07 Matthias Braunonly set pinned state when not already pinned
2007-10-07 Michael Beckadd initialization to supress warning
2007-10-07 Matthias Brauntestcase for strange loop depths in loopana
2007-10-07 Matthias Braunparameter loads are floating
2007-10-07 Matthias Braunwe have to use the pinned state from the load when...
2007-10-06 Matthias Braunadd an option to disable calling convention optimisation
2007-10-06 Matthias Braunemit a Begin and End marker around functions (usefull...
2007-10-06 Matthias Braunuse unknowns instead of Bads while constructing phis
2007-10-06 Matthias Braunreally disable CSE in backend, and add an assert about...
2007-10-05 Michael Beckmade parse_asm_constraint() static
2007-10-05 Michael Beckdoxygen comment added
2007-10-05 Michael Beckpreliminary added missing *stat_ev_int()
2007-10-05 Sebastian HackA small (very small) optimization
2007-10-05 Sebastian HackCosmetics
2007-10-04 Matthias Braunfix negated set pnc with float compare problem
2007-10-04 Matthias Brauncorrect register constraint for inb asm
2007-10-04 Michael Becksuppress warnings
2007-10-04 Matthias Braunfixed/improved assembler nodes
2007-10-04 Matthias Braunmore tricky asm tests
2007-10-04 Christoph MallonBetter detection of sign extension for generating 32x32...
2007-10-04 Christoph MallonManual CSE.
2007-10-04 Matthias Brauna testcase for the just fixed deconv problem
2007-10-04 Christoph MallonSwap the esp and value inputs of ia32_Push (so esp...
2007-10-03 Christoph MallonDo not transform a Shl by 0-3 into a Lea. A Lea with...
2007-10-03 Christoph MallonIn is_2addr_code() test whether the flag arch_register_...
2007-10-03 Christoph MallonFactorise the common code to transform binary operation...
2007-10-03 Matthias Braundo NOT mirror pnc on swap_left_right anymore, as it...
2007-10-03 Christoph MallonSbb is not commutative, so do not tell match_arguments...
2007-10-03 Matthias Braunrename another flipped to ins_permuted, ia32 transform...
2007-10-03 Christoph MallonMatch AM when transforming ia32_l_Mul and ia32_l_IMul.
2007-10-03 Christoph MallonWhen generating a ia32_Mul or ia32_IMul1OP mark them...
2007-10-03 Matthias Braunrename pnc_flipped to ins_permuted and change back...
2007-10-03 Michael Beckrenamed set_value/clear_value(): these names clash...
2007-10-03 Michael Beckadd some more comments
2007-10-03 Michael Beckremoved C99 features
2007-10-03 Michael Beckremoved C99 features
2007-10-03 Christoph MallonReplace the parameter int commutative of gen_binop...
2007-10-03 Christoph MallonRemove the node type ia32_int. It is unused and its...
2007-10-03 Christoph MallonRemove wrong AM specification from several nodes.
2007-10-03 Christoph Mallonvfprem is not capable of address mode.
next