can now dump new out edges
[libfirm] / ir / be /
2007-09-27 Matthias Braunmore tests
2007-09-27 Matthias Brauntest
2007-09-27 Matthias Brauntest
2007-09-27 Matthias Brauntest
2007-09-27 Matthias Brauntest
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-27 Matthias Braunremove add64 (mereley a test commit for the rss feed)
2007-09-27 Michael Beckremoved unneccessary constraints
2007-09-27 Matthias Braunhack to allow using different eccps
2007-09-27 Christoph MallonRestructure to make the assembler easier to read.
2007-09-26 Matthias Braundont push constrained nodes through perms (fixes fehler82)
2007-09-26 Matthias Braunfehler83
2007-09-26 Matthias Braunfehler82
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-26 Christoph MallonTeach FILd to use source AM.
2007-09-25 Michael BeckC99 feature removed
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
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
next