Remove the unused parameter const arch_env_t *env from arch_put_non_ignore_regs().
[libfirm] / ir /
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonUse turn_back_am() to implement fix_am_source().
2008-10-11 Christoph MallonIt does not make any sense to remove AM, which loads...
2008-10-11 Christoph MallonCleanup.
2008-10-11 Christoph MallonCleanup.
2008-10-11 Christoph Mallonvfsub and vfdiv are now commutative, because there...
2008-10-11 Christoph MallonMake fehler159 compilable.
2008-10-10 Christoph MallonDo not split string literals.
2008-10-10 Christoph MallonAdd missing returns.
2008-10-10 Christoph MallonEmit * in all necessary places for EMIT_ALTERNATE_AM.
2008-10-10 Christoph MallonHACK: Prevent folding reload AM when the node already...
2008-10-10 Christoph MallonAssert that ia32_perform_memory_operand() only tries...
2008-10-10 Michael Becktypo
2008-10-10 Michael Beck- detect non-strict functions
2008-10-09 Michael BeckBugFix: works again for RAW with non twos-complement
2008-10-09 Christoph MallonAdd be_dep_on_frame() to let a node depend on the frame...
2008-10-09 Christoph MallonRemove unnecessary dependency edge from the IncSP,...
2008-10-09 Christoph MallonDo not pass the cg to transform_nodes().
2008-10-09 Christoph MallonRemove pointless local variable.
2008-10-08 Christoph MallonRemove be_get_old_anchor(), it is not necessary.
2008-10-08 Christoph MallonRemove the attribute int visited from struct be_transfo...
2008-10-08 Christoph MallonMark the old node as visited in be_set_transformed_node().
2008-10-08 Christoph MallonDo not mark the node as visited before transforming...
2008-10-08 Christoph MallonDo not mark the transformed as visited. It makes no...
2008-10-08 Christoph MallonRemove redundant be_set_transformed_node() in transform...
2008-10-08 Christoph MallonIntroduce ia32_Call, which can handle address mode.
2008-10-08 Christoph MallonNo need to ignore Projs in the emitter, because there...
2008-10-08 Christoph MallonSort.
2008-10-08 Michael Beck- BugFix: fix the rare case where two nodes a congruent...
2008-10-08 Christoph MallonAdd ia32_emitf() to concisely output ia32 instructions.
2008-10-08 Christoph MallonMake ia32_assign_exc_label() static and remove redundan...
2008-10-08 Christoph MallonSlightly simplify jump table emitter.
2008-10-08 Christoph MallonDo not emit cld in the CopyB prologue. The ABI mandate...
2008-10-08 Christoph MallonSimplify emit_CopyB_prolog() and remove an unnecessary...
2008-10-08 Christoph MallonMake it a bit more clear, what's going on in ia32_emit_...
2008-10-08 Michael Beck- fixed some comment typos
2008-10-08 Michael Beck- Add support for commutative congruences: Add(a,b...
2008-10-07 Matthias Braunand again
2008-10-07 Matthias Braunagain
2008-10-07 Matthias Braunrevert change for now breaks 255.vortex and 253.perlbmk
2008-10-07 Matthias Braunanother test
2008-10-07 Matthias Braunanother fix for the delayed phi problem, mark memperms...
2008-10-07 Michael Beck- cond-eval is ok, gvn-pre has a problem with the do...
2008-10-07 Michael Beck- some strange combination of cond-eval and gvn-pre
2008-10-07 Michael Beck- do not clean up keep-alives here
2008-10-07 Michael Beck- fixed strange code: when did it break?
2008-10-07 Michael Beck- kill Bad nodes from the keep-alive list
2008-10-07 Michael Beck- used new irg_walk_blkwise_dom_top_down() to calculate...
2008-10-07 Michael Beck- we need irg_walk_blkwise_dom_top_down() instead of
2008-10-07 Michael Beck- kill Bad nodes from the keep-alive list: these arise...
2008-10-07 Michael Beck- re-enabled global-non-null test, but place Confirms...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-07 Christoph Mallonfild and fist can handle 16bit source/destination.
2008-10-07 Christoph MallonUse separate code to emit suffixes for integer and...
2008-10-06 Matthias Braunfix last fix (+ optimisation: don't do anything if...
2008-10-06 Michael Beck- reenabled modeb handling after condeval fix
2008-10-06 Matthias Braunfix condeval ssa recondstruction
2008-10-06 Andreas ZwinkauAdding a smaller variant of fehler044
2008-10-06 Michael Beck- implemented irg_walk_blkwise_dom_graph()
2008-10-06 Matthias Braundisable femms usage for now
2008-10-06 Michael Beck- indentation fixed
2008-10-06 Matthias Braunfix typo
2008-10-06 Michael Beck- BugFix: fixed sc_print() for modes with bitsize non...
2008-10-06 Matthias Brauntry to never put phis into pending
2008-10-06 Matthias Braunmore debug info
2008-10-06 Christoph MallonTypo in comment.
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-06 Christoph MallonRemove redundant test.
2008-10-06 Michael Beck- Condeval places a Phi in a wrong block, see the AddP
2008-10-05 Christoph MallonClean up need_constraint_copy().
2008-10-05 Michael Beck- add missing include
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Christoph MallonPlug memory leak.
2008-10-05 Christoph MallonDo not bother zeroing an object just before freeing it.
2008-10-05 Christoph MallonPanic, when encountering a to be lowered ASM node....
2008-10-05 Michael Beck- improved is_non_null_Confirm()
2008-10-05 Moritz KrollLet some optimizations return non-zero, if they changed...
2008-10-04 Michael Beck- BugFix: fixed effect of r22470: Immediate is always...
2008-10-04 Michael Beck- fixed r22480: Proj numbers are now different
2008-10-04 Christoph MallonMicro optimisation of the day: Remove ia32_Test, which...
2008-10-04 Christoph Mallonpeephole_ia32_Test() would due to a bug only remove...
2008-10-04 Christoph MallonTreat conversions between the same size as downconv...
2008-10-04 Christoph MallonUse turn_back_am() to implement peephole_ia32_Imul_split().
2008-10-04 Christoph MallonOnly deactivate AM support for a node with an immediate...
2008-10-04 Christoph MallonFix fehler157: Lowering Shrs was missing a Conv.
2008-10-04 Christoph Mallonfehler157: Wrong mode for lower half of lowered 64bit...
2008-10-04 Christoph MallonUse gen_binop() in gen_Mulh().
2008-10-04 Christoph MallonEnsure that empty functions get their ret $0 by skippin...
2008-10-04 Christoph MallonSimplify node construction in gen_Mulh().
2008-10-04 Christoph MallonMerge ia32_am_type_t and ia32_am_arity_t, because ...
2008-10-04 Christoph Mallonset_ia32_op_type() want ia32_AddrModeS, not ia32_am_Sou...
2008-10-04 Christoph MallonMake ia32_get_admissible_noreg() static.
2008-10-04 Christoph Mallonfehler156: aligning the stack does not work.
2008-10-04 Christoph MallonEnable folding reloads into unary ia32 instructions...
2008-10-04 Christoph MallonRemove ia32_am_ternary. The only users were Div an...
2008-10-04 Christoph MallonUse ia32_copy_am_attrs() for splitting IMul reg, mem...
2008-10-04 Christoph MallonClean up turn_back_am(), panic on unknown arity.
2008-10-04 Christoph MallonSmall simplification.
2008-10-04 Christoph MallonPut the flags, which are modified by Inc/Dec, into...
2008-10-03 Christoph MallonImprove upper_bits_clean(): Recurse on Projs and failed...
next