added get_nodes_MacroBlock()
[libfirm] / ir / be /
2007-10-03 Matthias Braunrename pnc_flipped to ins_permuted and change back...
2007-10-03 Michael Beckrenamed set_value/clear_value(): these names clash...
2007-10-03 Michael Beckadd some more comments
2007-10-03 Michael Beckremoved C99 features
2007-10-03 Michael Beckremoved C99 features
2007-10-03 Christoph MallonReplace the parameter int commutative of gen_binop...
2007-10-03 Christoph MallonRemove the node type ia32_int. It is unused and its...
2007-10-03 Christoph MallonRemove wrong AM specification from several nodes.
2007-10-03 Christoph Mallonvfprem is not capable of address mode.
2007-10-03 Christoph MallonRemove stale comments about the transformation environm...
2007-10-03 Christoph MallonRemove the unused node type ia32_l_Sar.
2007-10-03 Christoph MallonRemove the unused nodes ia32_l_vfdiv, ia32_l_vfmul...
2007-10-03 Christoph MallonAnnotate nodes with their AM capabilities.
2007-10-03 Christoph MallonReplace a magic number by an enum. Turn two if cascades...
2007-10-03 Christoph MallonDirectly tie the ConvI2I8Bit node to the ConvI2I emitte...
2007-10-03 Christoph MallonFix typo in comment.
2007-10-02 Matthias Braunwe still need an esp keep for allocas
2007-10-02 Matthias Braunfix cmov emitter
2007-10-02 Matthias Braunavoid an extra keep for the Call esp projs
2007-10-02 Matthias Braun- Route esp through calls
2007-10-02 Matthias Braun- workaround and document ShrD/ShlD problems correctly...
2007-10-02 Matthias Braunworkaround lowering problems
2007-10-01 Matthias Braunfehler89
2007-10-01 Christoph MallonAdd a should_be_same constraint for the second input...
2007-10-01 Matthias Braunfix cmov AM bug, avoid some verify warning in beflags...
2007-10-01 Christoph Mallonfehler88: wrong mode_b lowering of unsigned comparisons.
2007-10-01 Matthias BraunAM for CMov, SSE floats, SubSP, AddSP
2007-10-01 Matthias Brauncmov AM test added
2007-10-01 Matthias Braunmark methods with lowered struct params, correctly...
2007-09-30 Matthias BraunImproved docu
2007-09-30 Matthias Braunmore outreg query fixes
2007-09-30 Matthias Braunadd assert for not getting bad out regs, and fix some...
2007-09-30 Matthias Braunsupport for fucom(p)i
2007-09-30 Matthias Braun- first real peephole optimisation mov 0, reg -> xor...
2007-09-30 Matthias Braunstarted working on a peephole phase
2007-09-30 Matthias Braun- support for Ftst instruction, AM support for x87...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-30 Matthias Braundon't reload before anchor node
2007-09-29 Christoph MallonGeneralise create_Immediate_from_int() to create_Immedi...
2007-09-29 Christoph MallonRemove gen_bin_Not(). mode_b nots should be lowered...
2007-09-29 Christoph MallonFix r16004.
2007-09-29 Christoph MallonInline gen_Minus_ex() into its only caller gen_Minus().
2007-09-29 Christoph MallonFix wrong emitter specifications of CvtSI2SS and CvtSI2SD.
2007-09-29 Christoph MallonRemove unused operand specifications.
2007-09-29 Christoph MallonRemove unused operand specifications.
2007-09-29 Christoph MallonIn emit_ia32_Conv_with_FP() the operands were swapped...
2007-09-29 Christoph MallonRemove the parameter produces_result from ia32_emit_bin...
2007-09-29 Christoph MallonxZero produses its result in outreg 0, not in the non...
2007-09-29 Christoph MallonIn get_out_reg() assert that the requested outreg posit...
2007-09-29 Matthias Brauncorrect should_be fields in boolopts testapp
2007-09-29 Christoph MallonTell heur1 about the second should_be_same.
2007-09-28 Christoph MallonRemove ia32_Sub64Bit. Replace it by Sub and Sbb.
2007-09-28 Matthias Braunfix for fehler87
2007-09-28 Matthias Braunfehler87
2007-09-27 Christoph Mallonfehler86: 64bit in 32bit address calculation. The front...
2007-09-27 Matthias Braunfehler85
2007-09-27 Matthias Braunfehler84
2007-09-27 Matthias Braunbetter debug output when assembler constraints fail...
2007-09-27 Matthias BraunAnother test of the rss feed generator (multi line...
2007-09-27 Matthias Braunjetzt cooler?
2007-09-27 Matthias Braunteeest
2007-09-27 Christoph MallonFix warning in r15953.
2007-09-27 Matthias Brauntest
2007-09-27 Michael Beckdo not schedule nodes only hold by the anchor
2007-09-27 Matthias Brauntest agauin
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
next