Fix r15888.
[libfirm] / ir / be /
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-20 Michael Beckfixed Push creation (use new constants for get_irn_n...
2007-09-20 Matthias Braunseveral fixes for the flags handler
2007-09-20 Matthias Braunadd an be_node_add_flags function
2007-09-20 Michael Beckextended and improved
2007-09-20 Michael Beckdemonstrates a FE error
2007-09-20 Michael BeckC99 features removed
2007-09-20 Michael BeckAdd a test for x + x + x + ...
2007-09-20 Michael BeckC99 features removed
2007-09-20 Michael BeckAdd test for double call
2007-09-19 Matthias Braunfehler80
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-09-19 Matthias Brauntestcase for no yet comitted flags code
2007-09-18 Matthias Braundo optimize_graph after abi
2007-09-18 Matthias Braundifferent test to catch the bug in the implementation...
2007-09-18 Matthias Braunforgot to comitt benode for new perm_reduce semantics
2007-09-18 Matthias Braunremove debug printf
2007-09-18 Matthias Braunrewrote be_lower to correctly respect schedule on push_...
2007-09-18 Christoph MallonTreat the lower word of lowered 64bit operations always...
2007-09-18 Matthias Braunfor now forbid rematerialisation of flag changing nodes
2007-09-18 Matthias Braunuse register class flags to determine which classes...
2007-09-18 Matthias Braunnever move around flag mofying nodes
2007-09-18 Matthias Braunuse register_class_types, remove flag definitions
2007-09-18 Matthias Braunfix warning, disable negative symconsts
2007-09-18 Matthias Braunflags for register classes
2007-09-18 Matthias Braunremove old (nonfinished) flags handling, allow specific...
2007-09-18 Matthias Braunrehash fixed loop nodes in betranshelp
2007-09-18 Matthias Braunmake beflags work for cases where the flags are produce...
2007-09-18 Matthias Braunadd midding modify_flags case
2007-09-17 Christoph MallonRemove be_abi_get_start_barrier(). Nobody calls it...
2007-09-17 Christoph MallonLet constants and simular things depend on the stack...
2007-09-17 Christoph MallonRemove a write-only local variable.
2007-09-17 Christoph MallonSimplify is_Const_Minus_1().
2007-09-17 Christoph MallonRemove dead code: tarval_is_long() returns true for...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-17 Matthias Braunfix
2007-09-17 Matthias Brauntest for CSE moving flags into different block
2007-09-17 Christoph MallonAdd TODO.
2007-09-17 Christoph MallonAssert that static initialiser data does not overlap.
2007-09-17 Christoph MallonUse prepared CMD.
2007-09-17 Christoph MallonUse prepared CMD.
2007-09-17 Christoph MallonMake warning about missing register assignment more...
2007-09-15 Matthias Brauntestcase where tarval problems manifestated
2007-09-15 Matthias Braunextend am testapps to short and char types
2007-09-14 Michael Beckuse EMMS/FEMMS on AMD machines to clear x87 state
2007-09-14 Michael Beckuse ffreep st instead of fstp st on athlon
2007-09-14 Michael Beckffreep added
2007-09-14 Michael BeckARCH_ATHLON macro added
2007-09-14 Matthias Braunpass op to custom init_attr function
2007-09-14 Matthias Braundo mode_b lowering before abi phase
2007-09-14 Michael Beckadded eor test
2007-09-14 Michael Becktest local cse
2007-09-13 Michael Beckadd DeMorgan rules that reduce the number of instructions
2007-09-13 Michael Beckmore tests added
2007-09-13 Michael Beckmore test added
2007-09-13 Matthias Brauna cmp that can be CSEd (for the not yet comitted Cmp...
2007-09-13 Michael Beckmore cases added
2007-09-13 Christoph Mallon- Remove stale comment.
2007-09-13 Michael Beckmore cases added
2007-09-13 Michael Beckadded isa and bias to ia32_intrinsic_env_t, c99 feature...
2007-09-13 Christoph MallonMore local optimisation tests.
2007-09-13 Matthias Braunmore tests for localopts
2007-09-13 Michael Beckimproved test
2007-09-13 Michael BeckImproved 32x32=64bit multiplication
2007-09-13 Matthias Braunsome docu
2007-09-13 Matthias Braunfix memory inputs of argument copyb (must be call memor...
2007-09-13 Matthias Braunfix warnings
2007-09-13 Matthias Braunfix flags code for mem-input changes
2007-09-13 Matthias Braun- first experimental approach of flag modeling in add/adc
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-09-12 Sebastian HackDeveloped further... might be unstable. so don't use...
2007-09-12 Michael Beckadd test for n*n=2n bits multiplication
2007-09-12 Matthias Braunflags fixup phase
2007-09-12 Matthias Braunadd comment
2007-09-12 Matthias Braunwe need the fix_start_block hack
2007-09-12 Matthias Braunadd a modify_flags flag
2007-09-12 Matthias Braunfix warning
2007-09-12 Matthias Braunfixed testcase
2007-09-12 Matthias Braunedge case for 64bit add where add with flag output...
2007-09-12 Matthias Braunset names for ia32 default pns
2007-09-12 Matthias Braunset names for ia32 default pns
2007-09-11 Matthias Braunremove some unused l_ nodes
2007-09-11 Matthias Braunexecute finish in the finish phase not in the after_ra...
2007-09-11 Christoph Mallonfehler76: assertion when converting float constant...
2007-09-11 Christoph Mallonfehler75: 64bit comparison gets lowered incorrectly.
2007-09-11 Christoph MallonRemove duplicate AM declarations.
2007-09-10 Matthias Braunmake use of custom_init_attribute functions for specify...
2007-09-10 Matthias Braunallow user defined functions for outputting node init...
2007-09-10 Sebastian HackSorry, forgot one... comme toujours
2007-09-10 Michael Beckadded constant for D->Lu conversion
2007-09-10 Sebastian HackAdapted to new statev
2007-09-10 Sebastian HackImproved statev stuff:
2007-09-10 Christoph MallonAdd magic for better code emission of 64bit minus.
2007-09-09 Sebastian HackAn improved (?) version
2007-09-09 Christoph MallonBuild immediates for 64bit subs.
2007-09-08 Matthias Braunset use frame for xLoad constants
2007-09-08 Matthias BraunxStore, xLoad should have base latency 0
2007-09-08 Christoph Mallon- Fix typo in commment.
2007-09-08 Sebastian HackRewrote anything
next