libfirm
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Matthias Braunno need for firm_config.h anymore
2008-10-11 Matthias Braunremoved pointless bespillremat.h includes
2008-10-11 Matthias Braunfix for last commit
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Matthias Braunremove unused support for wchar idents
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused function be_RegParams_append_out_reg().
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 MallonCatch up with removed arch_env parameters.
2008-10-11 Matthias Braunavaoid gcc extensions here
2008-10-11 Michael Beck- removed unused irhooks.h include
2008-10-11 Michael Beck- BugFix: even if a Phi has Unknown predecessors, they...
2008-10-11 Matthias Braun- remove some now unnecessary firm_config.h
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Matthias Braunhooks are always enabled now -> one less option
2008-10-11 Matthias Braunadd more missing config.h includes
2008-10-11 Matthias Braunadd missing config.h includes
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Matthias Braunmove INLINE from firm_config.h to config.h
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Matthias Braunremove autogenerated aclocal.m4, move WITH_ILP from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Matthias Braunmove DEBUG_libfirm to config.h we shouldn't depend...
2008-10-11 Matthias Braunremove heap analysis hooks - they're not used anymore
2008-10-11 Matthias Braunremove support for java stuff (was broken and nobody...
2008-10-11 Matthias Braunmy perl 5.10 here seems to create the %cpu when doing...
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 function arch_is_possible_memory_oper...
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 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 the unused parameter const arch_env_t *env from...
2008-10-11 Matthias Braunfix bad XMALLOC call
2008-10-11 Christoph MallonRemove the unused function arch_get_irn_ops().
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused function arch_count_non_ignore_regs().
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-10 Matthias Brauncleaned up my scripts a bit and added them to svn ...
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...
next