libfirm
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-07-10 Matthias Braundon't do AGGRESSIVE_AM
2007-07-10 Michael BeckAdd ~x + 1 = -x algebraic simplification
2007-07-10 Michael Beckfixed doxygen docu
2007-07-10 Michael Beckuse classify_Const()
2007-07-10 Michael Beckimproved fixpoint iteration for optimize_graph_df()
2007-07-10 Michael BeckAdd ~(x-1) = -x algebraic simplification
2007-07-10 Michael BeckAdd -(~x) = x + 1 algebraic simplification
2007-07-10 Matthias Braunmake use of mode_b lowerer, fix keeps for CopyB
2007-07-10 Matthias Brauncorrect fixpoint iteration
2007-07-10 Michael Beckindentation changed
2007-07-10 Michael Beckadded is_Not(), added missing is_Psi() declaration
2007-07-10 Matthias Braunmore distributive laws
2007-07-10 Matthias Braunconvopt also works for and and ors
2007-07-10 Matthias Braunadd mode_b lowering
2007-07-10 Matthias Braunmissing Makefile
2007-07-10 Matthias Braunadd is_Eor
2007-07-09 Michael Beckadd optimizations for Or,And,Eor and Shift
2007-07-09 Michael Beckuse get_irn_n(-1) instead of get_nodes_block
2007-07-09 Matthias Braunfix condeval in when not avoiding PhiB
2007-07-09 Matthias Braunadd missing dbginfo.h include
2007-07-08 Christoph MallonCopy the debug info when turning a Store into a Push.
2007-07-08 Christoph MallonUnbreak build.
2007-07-08 Christoph MallonFix typo in testcase.
2007-07-08 Christoph MallonShorten the testcase.
2007-07-06 Christoph MallonTestcase for bug in register allocator: esp gets assign...
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-06 Michael Beckfixed indentation, minor code improvements
2007-07-06 Michael Beckadded missing includes
2007-07-06 Michael Beckfixed ir_visited_t type
2007-07-06 Matthias Braunallow bool as method parameter
2007-07-06 Matthias Braundon't create dead projs
2007-07-06 Matthias Brauna new pass that adds missing keeps
2007-07-06 Matthias Braunuse optimize_graph_df
2007-07-06 Matthias Braunimprove assert
2007-07-06 Michael Beckmissing include added
2007-07-05 Michael Beckindentation fixed
2007-07-05 Michael Beckmoved is_Psi() to irnode
2007-07-05 Michael BeckC99 feature removed
2007-07-05 Michael Beckindentation fixed
2007-07-05 Matthias Braunuse NULL_OBST to avoid warnings
2007-07-05 Matthias Braundeclare an NULL_OBST
2007-07-05 Matthias Braunfix fehler37, ALWAYS RETURN 0 at end of main
2007-07-05 Matthias Braunchanged condeval to handle Phibs
2007-07-05 Christoph MallonOverhaul Psi optimisations.
2007-07-05 Matthias Braunwe want convs in both directions
2007-07-04 Christoph MallonSplit looking for Cmp-Phi-Constant into a separate...
2007-07-04 Matthias Braunalways do if conversion when opt_if_conv is called
2007-07-04 Christoph MallonFix fehler38: meld_psi() did not memorize the next...
2007-07-04 Christoph MallonTestcase for bug in if-conversion: meld_psi() does...
2007-07-04 Matthias Braunreverted accidental commit
2007-07-04 Matthias Braunmode_b support for Phis, Nots. Working but needs some...
2007-07-04 Matthias Braunimprove fehler36
2007-07-04 Christoph MallonPropagate the debug info of the Cond when generating...
2007-07-04 Matthias Braunmaybe fix phi handler problems
2007-07-04 Matthias Braundon't emit vfp copies
2007-07-04 Matthias Brauncmov with unknowns are pointless
2007-07-04 Matthias Braunrevert accidental commit
2007-07-04 Matthias Braunfix some x87 issues...
2007-07-04 Matthias Braunbe sure to not add a node twice to the bipartite matching
2007-07-04 Matthias Braundon't copy unknowns around in cmovs
2007-07-04 Matthias Brauncleaner fix by Sebastian
2007-07-04 Matthias Braunfix for register allocation on constrained nodes with...
2007-07-04 Christoph Mallonconst.
2007-07-04 Michael Beck[r14913]
2007-07-03 Matthias Braunfehler36
2007-07-03 Christoph MallonAssert that the heur1 worklist does not run out. This...
2007-07-03 Christoph MallonDo not cast a pointer to int.
2007-07-03 Christoph Mallon- DeMorgan
2007-07-03 Christoph MallonCleanup. Also fix potential bug: Do not read link field...
2007-07-03 Christoph MallonRemove unused variable.
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-07-03 Michael Beckadded inline types for parameters
2007-07-03 Michael Becktypo fixed
2007-07-03 Michael BeckC99 features femoved
2007-07-02 Matthias Braunjust some reindentation
2007-07-02 Matthias Braunone more assert
2007-07-02 Matthias Braunno trighraphs in comments
2007-07-02 Matthias Braunfixed lots of warnings in testprograms
2007-07-02 Matthias Braundon't set lea to should_be_same
2007-07-02 Matthias Braun- Reintroduced TestCmov and TestSet
2007-07-02 Matthias Braunfix AM mode and remove_from_sched
2007-07-02 Matthias Braunmangle register class name into requirement names
2007-07-01 Michael Beckadd missing #ifdef SCHEDULE_PROJS
2007-06-30 Matthias Braunmakefile updates
2007-06-30 Sebastian HackIf a color colors all nodes in a chunk, other colors...
2007-06-30 Matthias Braunfix uninitialized variable
2007-06-30 Matthias Braunfehler35 (I already have a fix but can't commit it...
2007-06-30 Matthias Braunfix IncSP optimizer, remove some cases of nodes not...
2007-06-29 Matthias Braunless accuracy, as we can't guarantee more in C
2007-06-29 Christoph MallonRemove unused variable.
2007-06-29 Matthias Braunfix fehler32 by removing this nearly pointless optimisation
2007-06-29 Matthias Braunfehler32
2007-06-29 Christoph MallonTestcase for subtle if conversion bug.
2007-06-29 Christoph MallonFix very subtle bug in if conversion which lead to...
2007-06-29 Michael Beckindentation changed
2007-06-29 Matthias Braunnew fehler33.c
2007-06-29 Matthias Braunbuild TestJmp for compares with zero
next