- remove debug module handles from environments
[libfirm] / ir / be / ia32 /
2008-10-12 Christoph MallonDo not generate IncMem/DecMem, when the target cpu...
2008-10-12 Christoph MallonNobody cares what a "normal" node is, so do not try...
2008-10-12 Christoph MallonRemove the unused function get_ia32_out_reg_name().
2008-10-12 Christoph MallonRemove the unused function get_ia32_out_regnr().
2008-10-12 Christoph MallonRemove the unused function get_ia32_result_proj().
2008-10-11 Christoph Mallonia32_transform_sub_to_neg_add() now can handle mode_T.
2008-10-11 Christoph MallonRemove the attribute const arch_env_t *arch_env from...
2008-10-11 Christoph MallonAdd comment about how to improve x87 simulator.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove an unused arch_env pointer.
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Matthias Braunno need for firm_config.h includes anymore
2008-10-11 Michael Beck- removed C99 features
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove dead initialisaton.
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
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-10 Christoph MallonDo not split string literals.
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-09 Christoph MallonAdd be_dep_on_frame() to let a node depend on the frame...
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 MallonMark the old node as visited in be_set_transformed_node().
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 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-07 Matthias Braunanother fix for the delayed phi problem, mark memperms...
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 Braundisable femms usage for now
2008-10-06 Matthias Braunfix typo
2008-10-05 Christoph MallonClean up need_constraint_copy().
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
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 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 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 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...
2008-10-02 Sebastian BuchwaldReuse prevents_AM check in PBQP transformer.
2008-10-01 Andreas ZwinkauPanic if proj num is unexpected
2008-09-28 Matthias Braunalso count remats
2008-09-28 Matthias Braunimprove fix some statistics in bechordal
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-27 Christoph MallonUse set_transformed_and_mark() instead of mark_irn_visi...
2008-09-26 Sebastian Buchwaldtypo
2008-09-25 Christoph Mallonpanic() instead of assert(0).
2008-09-25 Sebastian BuchwaldFixed compile error and moved cse en/disabling into...
2008-09-25 Sebastian BuchwaldAdded getter for non address mode heuristic.
2008-09-25 Sebastian BuchwaldSet cse_opt to old value instead of enabling it.
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-09-24 Matthias Braunremoved outdated comment
2008-09-23 Christoph Mallonpanic() instead of assert(0)ing.
2008-09-23 Christoph MallonFix comment.
2008-09-22 Sebastian BuchwaldAdded PBQP mapping with random costs.
2008-09-22 Christoph MallonRemove long commented out assert(), which is not true...
2008-09-22 Christoph MallonSmall simplification.
2008-09-22 Christoph Mallonia32_Leave does not need esp as input operand, it only...
2008-09-21 Matthias Brauntesting upper_bits in constants is easy too
2008-09-21 Matthias Brauntransform optimization: leave out some convs and use...
2008-09-11 Michael Beck- reset the default stack alignment to 2^2
2008-09-09 Matthias Braunmatch immediate for SubSP and AddSP
2008-09-09 Matthias Brauntest without alignment
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-09-09 Christoph MallonAdd should_be_same constraint on second input to second...
2008-09-08 Christoph MallonCorrectly transform memory for dest AM when Syncs are...
2008-09-07 Matthias Braunold_bp should not be part of the between type, this...
2008-09-05 Sebastian Buchwaldtypo
next