fix bugs when exchanging nodes to projs in bepeephole
[libfirm] / ir / be /
2007-10-29 Matthias Braunfix bugs when exchanging nodes to projs in bepeephole
2007-10-29 Christoph Mallonfehler103: Unusual 64bit shift triggers assert in const...
2007-10-28 Michael Becktestcase for rts library call optimization
2007-10-28 Matthias Braunfix bug introduces in last commit
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-10-28 Matthias Braunmore interesting lea problems
2007-10-28 Matthias Braunend block can also have 0 predecessors
2007-10-28 Matthias Braunimprove asm test
2007-10-26 Michael Beckfixed handling of pn_Call_X_regular
2007-10-26 Michael BeckC99 constructs removed
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-26 Matthias Braunsmall optimisation and cleanup
2007-10-26 Matthias Braunmake IS_ macros return 0 or 1
2007-10-26 Matthias Braunadded some comments, don't make backedges fallthrough...
2007-10-25 Michael Beckupdated cpu architectures
2007-10-25 Michael BeckC99 constructs removed
2007-10-25 Christoph MallonFix debug output.
2007-10-25 Christoph MallonSmall cleanups.
2007-10-25 Christoph MallonUse add_ia32_flags() instead of set_ia32_flags(), which...
2007-10-25 Matthias Braunfix parameter loads not being rematerialized
2007-10-25 Christoph MallonHandle integer Abs for modes which are not 32bits wide.
2007-10-25 Christoph Mallonfehler102: ia32 backend cannot handle integer Abs with...
2007-10-25 Christoph MallonIn match_arguments() assert that match_am is set when...
2007-10-25 Christoph MallonRemove unused variable.
2007-10-24 Michael Beckmore Phi optimizations for Div, Mod, DivMod
2007-10-24 Michael Beckfixed test
2007-10-24 Michael Beckadd test for new phi optimization
2007-10-24 Sebastian HackA more general color priorization.
2007-10-24 Christoph MallonEmit the "t" suffix for f96 numbers in the ia32 backend.
2007-10-24 Christoph MallonPad the names of fehler*.c with leading zeros for sorting.
2007-10-24 Christoph MallonGive direct visual feedback by printing "FAILED" when...
2007-10-24 Michael Becklong double x87 modes don't support AM
2007-10-24 Michael Beckimproved fehler101.c. Now with printing!
2007-10-24 Michael Beckcannot output suffix for long double store
2007-10-24 Christoph MallonRestore the AM fold behavior of prior to r16324. It...
2007-10-24 Christoph MallonActually implement what r16324 promised.
2007-10-24 Sebastian HackPrioritize chunks with constraint nodes more
2007-10-23 Christoph MallonImprove the AM folding heuristics: Do not fold AM if...
2007-10-23 Christoph MallonRemove dead code, remove pointless marking of memory...
2007-10-23 Christoph MallonRemove the unused function mode_needs_gp_reg().
2007-10-23 Christoph MallonClarify a comment.
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-23 Christoph MallonDo no parse {,!}out_rBAR constraints anymore. The const...
2007-10-23 Michael BeckAdd a main to let it compile.
2007-10-23 Michael Beckadded initialization to suppress (wrong) warning
2007-10-23 Michael Becktemporary disable "manual" spill due to probles with...
2007-10-23 Michael Becknow even buggier
2007-10-23 Michael Beckwrong spill ?
2007-10-22 Michael Beckheur5 not available yet ;-)
2007-10-22 Sebastian HackSome heur4 tweaks
2007-10-22 Matthias Braunsome more code I played around with lately
2007-10-22 Michael Becktransform the macro block header
2007-10-21 Matthias Braundon't aggressively fold some nodes when we know it...
2007-10-21 Matthias Braunfix address mode calculation: we can not eat immediates...
2007-10-21 Matthias Braun- fix a conceptual bug in peephole, we need a callback...
2007-10-20 Christoph MallonFix r16293.
2007-10-19 Christoph MallonMake the emit sequences of ShrD and ShlD probably more...
2007-10-19 Christoph MallonNow even correct! (see r16284)
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 Beckto shut up gcc in release mode
2007-10-19 Matthias Braunnew testcases
2007-10-19 Matthias Braun- improve set transformation
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 MallonRestructure gen_Cmp() so it does not use ia32_use_sourc...
2007-10-17 Michael Beckfixed declaration of dbg
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 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...
next