libfirm
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
2007-09-24 Matthias Braunad-hoc fix for mul/add problem
2007-09-20 Christoph MallonFix r15888.
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 Beckfixed double enum name
2007-09-20 Christoph MallonImplement -(a * const) -> a * -const.
2007-09-20 Michael Beck- introduced better running flags
2007-09-20 Michael BeckAdd a reassoc_running flag used to disable some local...
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 MallonImplement ~x ^ const -> x ^ ~const and ~(x ^ const...
2007-09-19 Christoph MallonUse already fetched value.
2007-09-19 Christoph MallonImplement x ^ 1...1 -> ~1 (This worked only for mode_b...
2007-09-19 Christoph MallonFix typo in comment.
2007-09-19 Christoph MallonImplement ~-x -> x + -1.
2007-09-19 Christoph Mallon- Change ~(x - 1) -> -x to ~(x + -1) -> -x, because...
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-09-19 Matthias Braunallow get_tarval_null for mode_b
2007-09-19 Matthias Brauntestcase for no yet comitted flags code
2007-09-18 Christoph Mallonget_Const_tarval(x) == get_mode_null(get_irn_mode(x...
2007-09-18 Christoph MallonRemove a redundant test: The mode of an operand of...
2007-09-18 Christoph MallonReplace get_irn_op(x) == op_FOO by is_FOO(x).
2007-09-18 Christoph MallonRemove a redundant test: The mode of the op of a Not...
2007-09-18 Matthias Braundo optimize_graph after abi
2007-09-18 Christoph MallonFix r15800: a & (a ^ b) is a & ~b, not a & -b.
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 statements
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 Braunfix warning
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 Braunremove (probably accidently comitted) write_node/read_n...
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-18 Matthias Braunfixed lots of syntax/semantic errors
2007-09-18 Michael Beckinitial versions of new two complement code
2007-09-17 Sebastian HackDisabled matrix dumping.
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 MallonUse is_Const_one() instead of tarval_is_one(get_Const_t...
2007-09-17 Christoph MallonUse is_Const_all_one() instead of tarval_is_all_one...
2007-09-17 Christoph MallonRemove dead code: tarval_is_long() returns true for...
2007-09-17 Christoph MallonUse is_Const_null() instead of tarval_is_null(get_Const...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-17 Michael BeckC99 features removed
2007-09-17 Sebastian HackWorks now with endless loops.
2007-09-17 Christoph MallonRemove enum tarval_classification_t.
2007-09-17 Christoph MallonFix r15829.
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-17 Matthias Braunfix
2007-09-17 Christoph MallonAllow Convb in backend.
2007-09-17 Michael Beckdo sign extension for teo completent only
2007-09-17 Matthias Braunuse length parameter and not sc_get_buffer_length
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 MallonCmp(Conv(x), 0) -> Cmp(x, 0) if dest mode ist wider...
2007-09-17 Christoph MallonRemove unnecessary ValeCmp() macro for irnodeset.
2007-09-17 Christoph MallonAllow get_mode_null() for mode_b.
2007-09-17 Christoph MallonDisallow Convb.
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 Braunforgot to comitt 2 files
2007-09-15 Matthias Braun- always sign extend in get_tarval (this fixes results...
2007-09-15 Sebastian HackAdded the fabulous Gauss-Seidel linear equation solver...
2007-09-15 Sebastian HackFixed a "bug"
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 Braunmake call arg/result verify a bit looser in backend...
2007-09-14 Matthias Braunpass op to custom init_attr function
2007-09-14 Matthias Braunfix mode_b lowering for method parameters and return...
2007-09-14 Matthias Braundo mode_b lowering before abi phase
2007-09-14 Michael Beckadded eor test
2007-09-14 Michael BeckFixed block of newly created node
2007-09-14 Michael Becka & (a ^ b) ==> a & ~b added
2007-09-14 Michael Becktest local cse
next