Add get_block and set_block operations.
[libfirm] / ir / be /
2007-07-13 Matthias Braunuse zeros instead of unknowns for floating point for now
2007-07-13 Matthias Braunmore unknown problems
2007-07-12 Matthias Brauntry to avoid creation of float Psis
2007-07-12 Matthias Braunrevert transformation tactics to old style
2007-07-12 Matthias Braunthe Anchor is not a (real) user
2007-07-12 Michael Becktest case for floating point compare
2007-07-12 Michael Beckadded file local cflags
2007-07-12 Michael Beckremoved unused variable
2007-07-11 Sebastian HackCosmetic changes
2007-07-11 Sebastian HackRemoved alternative assign: borders are too present...
2007-07-11 Sebastian HackAdapted to ignore regs
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael Beckrenamed register_additional_node_data() to firm_registe...
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Christoph MallonBe more liberal in what the IA32 backend allows for...
2007-07-11 Michael Becksimplified code
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 Matthias Braunmake use of mode_b lowerer, fix keeps for CopyB
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 Beckadded missing includes
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 BeckC99 feature removed
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-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 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 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 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 Matthias Braunnew fehler33.c
2007-06-29 Matthias Braunbuild TestJmp for compares with zero
2007-06-29 Matthias Braunimprove fehler31
2007-06-29 Matthias Braunfehler 31
2007-06-29 Michael Beck- no need to remove Proj's from the schedule
2007-06-29 Matthias Braunreally fix fehler26
2007-06-29 Matthias Braunfixed some warnings
2007-06-29 Matthias BraunTestJmp bug (already fixed)
2007-06-29 Matthias Brauntest result in fehler29
2007-06-29 Matthias Braunno Addressmode for x87 CondJmps
2007-06-29 Christoph MallonCrash in ia32 floating point code emitter.
2007-06-28 Matthias Braunfix lea to add transformation
2007-06-28 Matthias Braunfix mips immediate dumper
2007-06-28 Matthias Braunaddressmode for compares works now
2007-06-28 Christoph MallonCreate new TestJmp nodes in the correct block, i.e...
2007-06-28 Christoph MallonRemove stale code.
2007-06-28 Christoph MallonAdd the convenience function create_immediate_or_transf...
2007-06-28 Christoph MallonAssume that constants are always the right operand...
next