libfirm
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
2011-05-27 Sebastian BuchwaldRemoved unused variable.
2011-05-27 Matthias Braunmerge start-block successor with start-block in backend...
2011-05-27 Matthias Braunfix activate_backedges failing for nodes with Deleted...
2011-05-27 Matthias Braunimplement 'x-(x&y) => x & ~y' localopt
2011-05-27 Matthias Braunimplement/refactor x&~x, x|~x, x^~x and x+~x localopts
2011-05-27 Christoph Mallonstruct ir_settings_if_conv_t does not exist anymore.
2011-05-27 Christoph MallonMake the elements of binary_table[] const.
2011-05-27 Sebastian BuchwaldAdapted some issues noticed during removal of unused...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-27 Sebastian BuchwaldFixed some typos.
2011-05-27 Andreas Zwinkaufp-vrp transfer function ignore Bads
2011-05-27 Andreas Zwinkauedges deactivate fix
2011-05-26 Matthias BraunDo not generate declaration for non-existing arch_get_n...
2011-05-26 Matthias Braunfix ShlD/ShrD not getting generated in some cases
2011-05-26 Andreas ZwinkauAnother Bad mode fix
2011-05-26 Matthias Braunconvopt: fix potential bug with modulo shifts, improve...
2011-05-26 Matthias Braunadd some localopts for shifting over the mode size
2011-05-26 Matthias Braunreindent escape_ana.c in firm style
2011-05-26 Andreas Zwinkauifconv must remove bads first
2011-05-26 Andreas ZwinkauNew API function: remove_bads
2011-05-26 Andreas Zwinkausimplify merge_env struct
2011-05-26 Andreas Zwinkaureuse is_switch_Cond function
2011-05-26 Andreas ZwinkauAdditional cfopt: Cond=>Jmp
2011-05-25 Julian OppermannTypo.
2011-05-25 Andreas ZwinkauRemove nop optimization
2011-05-25 Andreas ZwinkauRemove equivalent_node_Block
2011-05-25 Andreas ZwinkauRemove goto
2011-05-25 Andreas ZwinkauFix cfopt Bad mode
2011-05-25 Andreas Zwinkauget_Block_cfgpred_block must return mode_BB
2011-05-25 Andreas ZwinkauFix comment
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braungenerate n_Node_XXX enums for node inputs
next