renamed register_additional_node_data() to firm_register_additional_node_data()
[libfirm] / ir /
2007-07-11 Michael Beckrenamed register_additional_node_data() to firm_registe...
2007-07-11 Michael Becktype type definitions to new irtype.h
2007-07-11 Michael Beckcosmetic change
2007-07-11 Michael Beckop_Anchor added
2007-07-11 Michael Beckcommented out JACk support stuff: move to the jack...
2007-07-11 Matthias Braunthe lowering has to be in a pre walker
2007-07-11 Matthias Braunavoid phi loops in mode_b lowerer
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Christoph MallonFix typos in comments.
2007-07-11 Christoph MallonBe more liberal in what the IA32 backend allows for...
2007-07-11 Michael Becksimplified code
2007-07-11 Michael Beckmoved the fixpoint iteration of the current node from...
2007-07-11 Michael BeckC99 features reoved
2007-07-11 Matthias Braunuse bipartite solver again, as it doesn't silently...
2007-07-11 Matthias Braunfix fehler39, exchange left/right is no good idea after...
2007-07-11 Matthias Braunnow fehler39 exposes the original bug again :)
2007-07-11 Matthias Braunmake fehler39 work with gcc at least
2007-07-11 Matthias Braunworkaround verify problems for alloca
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 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 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 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-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 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 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 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
next