libfirm
2007-10-07 Christoph MallonSimplify consumer_dom_dca().
2007-10-07 Christoph MallonCleanup: Remove trailing whitespace, get_irn_n(n, ...
2007-10-06 Matthias Braunadd an option to disable calling convention optimisation
2007-10-06 Matthias Braunemit a Begin and End marker around functions (usefull...
2007-10-06 Matthias Braunuse unknowns instead of Bads while constructing phis
2007-10-06 Matthias Braunreally disable CSE in backend, and add an assert about...
2007-10-05 Michael Beckmade parse_asm_constraint() static
2007-10-05 Michael Beckdoxygen comment added
2007-10-05 Michael Beckpreliminary added missing *stat_ev_int()
2007-10-05 Sebastian HackA small (very small) optimization
2007-10-05 Sebastian HackCosmetics
2007-10-04 Matthias Braunfix negated set pnc with float compare problem
2007-10-04 Matthias Braun- introduce an "end-block" to the absgraph, so the...
2007-10-04 Matthias Brauncorrect register constraint for inb asm
2007-10-04 Michael Becksuppress warnings
2007-10-04 Matthias Braunfixed/improved assembler nodes
2007-10-04 Matthias Braunmore tricky asm tests
2007-10-04 Michael Beckadd the mode to the asm constraints
2007-10-04 Christoph MallonMore signed/unsigned fixes for 64bit lowering.
2007-10-04 Christoph MallonBetter detection of sign extension for generating 32x32...
2007-10-04 Christoph MallonManual CSE.
2007-10-04 Matthias Brauna testcase for the just fixed deconv problem
2007-10-04 Matthias Braunfirm revision and build changed to strings
2007-10-04 Matthias Braunfixed deconv (always stop at nodes with multiple outs
2007-10-04 Christoph MallonSwap the esp and value inputs of ia32_Push (so esp...
2007-10-03 Christoph MallonDo not transform a Shl by 0-3 into a Lea. A Lea with...
2007-10-03 Christoph MallonIn is_2addr_code() test whether the flag arch_register_...
2007-10-03 Christoph MallonFactorise the common code to transform binary operation...
2007-10-03 Matthias Braundo NOT mirror pnc on swap_left_right anymore, as it...
2007-10-03 Christoph MallonSbb is not commutative, so do not tell match_arguments...
2007-10-03 Matthias Braunrename another flipped to ins_permuted, ia32 transform...
2007-10-03 Michael BeckBetter fix for the MacroBlock header
2007-10-03 Christoph MallonMatch AM when transforming ia32_l_Mul and ia32_l_IMul.
2007-10-03 Christoph MallonWhen generating a ia32_Mul or ia32_IMul1OP mark them...
2007-10-03 Michael Beckadded get_nodes_MacroBlock()
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 Beckimproved comments
2007-10-03 Michael Beckmade edges_node_deleted_kind() static
2007-10-03 Michael Beckremoved C99 features
2007-10-03 Michael Beckremoved C99 features
2007-10-03 Michael Beckremoved GNU extension: void * are not allowed in arithmetic
2007-10-03 Michael Beckuse is_Psi()
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 Braunonly set compound_ret flag if it was really a ret and...
2007-10-02 Matthias Braunreally fix convert problems/truncate committ
2007-10-02 Matthias Braunfix tarval convert from pointer to signed int
2007-10-02 Matthias Braun- workaround and document ShrD/ShlD problems correctly...
2007-10-02 Matthias Braunworkaround lowering problems
2007-10-02 Matthias Braunfix fehler89 by correctly truncating tarvals (wrote...
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 Matthias Braunlowering is allowed for unsigned types < 32bits
2007-10-01 Christoph MallonAdd a missing Conv in the 64bit lowerer.
2007-10-01 Christoph MallonFix fehler88: incorrect mode_b lowering of unsigned...
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 Matthias Braunimprove a X 0 lowering a bit
2007-09-29 Matthias Braunremove unnecessary (since lower_mode_b does it better...
2007-09-29 Christoph MallonTell heur1 about the second should_be_same.
next