libfirm
2011-07-28 Matthias Braunlowering: fix i_mapper for new exception attributes
2011-07-28 Matthias Braunfix sparc Call transform rule off-by-one error
2011-07-28 Sebastian BuchwaldWe need a mode_T node for Projs.
2011-07-27 Christoph MallonRemove unnecessary explicit array length spcification.
2011-07-27 Christoph MallonActually assert on mode M, as the comment says. We...
2011-07-27 Christoph MallonCorrect the NOT+ADC transformation.
2011-07-27 Christoph MallonRemove unused enum entries.
2011-07-27 Christoph MallonSimplify usage of LC_OPT_ENT_STR(): The length of the...
2011-07-27 Christoph MallonGenerate a warning, when LC_OPT_ENT_* macros are used...
2011-07-27 Christoph MallonTest lower_perm_opt like an enum, not a bitset.
2011-07-27 Christoph MallonCorrect wrong usage of LC_OPT machinery.
2011-07-27 Christoph MallonCorrect type inconsistency in LC_OPT machinery.
2011-07-27 Matthias Braunfix statev messing up column-name/value relation in...
2011-07-27 Matthias Braunfix double free in regex stuff
2011-07-27 Christoph MallonEliminate warning and use static assert.
2011-07-27 Christoph MallonExtend the NOT+ADC-trick (sic) for SUB to SBB.
2011-07-27 Christoph MallonCorrect inaccurate comment: The only corner case of...
2011-07-26 Sebastian BuchwaldAdded local opt Phi(Pin,...,Pin) -> Pin(Phi(...)).
2011-07-19 Sebastian BuchwaldSet ls_mode for created ia32_Test node.
2011-07-19 Sebastian BuchwaldFixed opt/fehler193.c.
2011-07-19 Sebastian BuchwaldAdded commutative optimization variants.
2011-07-19 Sebastian BuchwaldFixed opt/fehler192.c.
2011-07-15 Sebastian BuchwaldPrevent optimization in case of an Eor, too.
2011-07-15 Sebastian BuchwaldQuick fix for opt/fehler191.c.
2011-07-15 Sebastian BuchwaldFixed typo.
2011-07-11 Matthias Braunskip Tuples in mode_b lowerer
2011-07-05 Matthias Braunuse @progbits with .ctors/.dtors section (see also...
2011-06-28 Julian OppermannDon't combine blocks if the first one ends with a Raise.
2011-06-25 Michael BeckC99 feature removed.
2011-06-25 Michael BeckFixed windows build after lpp merge.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-24 Andreas ZwinkauFix: Spills have ProjMs now
2011-06-24 Andreas ZwinkauAdd lpp to Makefile
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-20 Matthias Braunfix bug in lower_calls (found by cparser warning)
2011-06-20 Matthias Braunfurther cleanup of lpp code
2011-06-20 Matthias Braunlpp: adapt to firm coding conventions, warning fixes...
2011-06-17 Matthias Braunadd a new aliasing rule (struct access != variable)
2011-06-17 Matthias Braunfix switch lowerer messing up default_proj in some...
2011-06-17 Matthias Braunfix cparser warnings
2011-06-17 Matthias Braunlet backends report their machine_size and the size...
2011-06-17 Christoph MallonWork around the PIC-in-switch problem by setting the...
2011-06-17 Christoph MallonCorrect usage of ia32_emitf() in emit_ia32_SwitchJmp().
2011-06-17 Christoph MallonReduce code duplication and resolve inconsistencies...
2011-06-17 Christoph Mallons/threat/treat/.
2011-06-16 Matthias Braunfirst experimental version of gurobi ILP solver
2011-06-16 Sebastian Hackoutsourced some functionality
2011-06-16 Matthias Braunremove remaining WITH_ILP uses, fix bug introduced...
2011-06-16 Matthias Braunwe always have liblpp now, remove WITH_ILP flag
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-16 Sebastian Hackadded lpp
2011-06-15 Matthias Braunsome cleanups to opt/loop.c
2011-06-11 Matthias Braunadd some const qualifiers to backedges query functions
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-06-10 Andreas Zwinkauimprove jumpthreading comments
2011-06-10 Andreas ZwinkauRevert "jumpthreading must not split edges"
2011-06-09 Michael BeckBetter fix for wrong tarval computation of -(infinity).
2011-06-09 Michael BeckImproved comment, small cosmetic.
2011-06-09 Michael BeckFixd typo.
2011-06-09 Sebastian BuchwaldFixed wrong tarval computation of -(infinity).
2011-06-09 Sebastian BuchwaldFixed some typos.
2011-06-09 Christoph MallonInclude begin.h and end.h in the generated headers.
2011-06-09 Christoph MallonFix typo.
2011-06-09 Matthias Braunadd missing FIRM_API prefixes
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-06-08 Matthias Braunverify nodes before optimizing them
2011-06-08 Andreas Zwinkaujumpthreading must not split edges
2011-06-07 Matthias Braunadapt to firm coding conventions, avoid warnings by...
2011-06-07 Matthias Braunfix a few comment typos
2011-06-06 Andreas ZwinkauFix some types
2011-06-01 Matthias Braunexperimental patch to limit GCSE so we don't produce...
2011-06-01 Matthias Braunlower small switches to ifs
2011-06-01 Andreas Zwinkauremove bads in backend
2011-06-01 Andreas Zwinkaulower_dw must deactivate edges
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-06-01 Christoph MallonAssert that the given node in set_r_cur_block() has...
2011-06-01 Christoph MallonReduce code duplication: Implement set_cur_block()...
2011-05-31 Matthias Braunalways transform integer abs, even in GRAPH_STATE_KEEP_MUX
2011-05-31 Matthias Braunfix transform_node_Cmp
2011-05-31 Matthias BraunIntroduce flip-flopping normalisations
2011-05-31 Matthias Braunirverify: simplify/refactor internal interfaces
2011-05-31 Matthias Brauna const ir_graph is enough for get_idx_irn
2011-05-31 Matthias Braunfragile nodes must be exception or memory pinned
2011-05-31 Matthias Braunmove integer abs optimisation from backend to the middleend
2011-05-31 Matthias Braunreverse direction of bitop/shift normalisation
2011-05-31 Andreas Zwinkauoptimize_blocks ignores unreachable blocks
2011-05-31 Andreas ZwinkauCosmetics in cfopt
2011-05-31 Andreas ZwinkauFix "Some cleanup of cfopt."
2011-05-30 unknownImproved doxygen docu.
2011-05-30 unknownSome cleanup of cfopt.
2011-05-30 Matthias Braunimprove our 'don't use AM' heuristic: immediates do...
2011-05-30 Christoph MallonUse XMALLOCF*().
2011-05-30 Andreas ZwinkauFix opt/inline.c
2011-05-30 Matthias Braunlocalopt/lower_dw opt: a==b && c==d => (a^b)|(c^d)==0
2011-05-28 Matthias Braunimplement Cmp(Conv(x),Const) => Cmp(x,Const)
2011-05-27 Michael BeckFixed typos.
2011-05-27 Michael BeckC99 feature removed.
2011-05-27 Michael BeckFixed calculation of meet blocks broken in 4db6c5b3.
2011-05-27 Andreas Zwinkaucfopt must maintain Bad structure
next