libfirm
2011-04-08 Andreas ZwinkauInclude kaps into build
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Sebastian BuchwaldRevived grgen dumper for TTC 2011.
2011-04-08 Matthias Braunno conservative recalculation of everything in irlivechk
2011-04-08 Matthias Braunall backends have decreasing stack
2011-04-08 Matthias Braunchange get_ignore_irn API to take irg instead of abi
2011-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-04-08 Matthias Braunidentify bitfield types based on whether they have...
2011-04-08 Sebastian BuchwaldUse a more scalable algorithm for SSA reconstruction.
2011-04-08 Sebastian BuchwaldRevert "Prepared for diff."
2011-04-08 Sebastian BuchwaldPrepared for diff.
2011-04-08 Sebastian BuchwaldFixed some typos.
2011-04-07 Christoph MallonRemove stale ENUM_BITSET(pn_Cmp).
2011-04-07 Michael Beckirg_verify() now runs on unpinned graphs without asserting.
2011-04-06 Christoph MallonFix regression: Allow setting the current block to...
2011-04-03 Michael BeckFixed tail recursion optimization.
2011-04-03 Michael BeckAdd assertions if set_cur_block() is tried for a block...
2011-04-03 Michael BeckC99 feature removed.
2011-03-30 Matthias BraunRevert "merge gcse into place_code (a better solution...
2011-03-30 Matthias Braunsimplify Sel lowering code
2011-03-30 Matthias Braunamend to tls_chagnes
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove names from parameters of method_types - it is...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-30 Matthias Braunsimplify opt_funccall interface
2011-03-30 Matthias Braunmerge gcse into place_code (a better solution would...
2011-03-25 Matthias Braunfix wrong usage of inverted vs negated condition codes
2011-03-25 Matthias Braunfix ir_is_equality_cmp_0 returning true for signed_var > 0
2011-03-25 Matthias Braunfix firm producing invalid code for return a > 0 with...
2011-03-24 Michael BeckUpdated comment.
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-24 Michael BeckC99 feature removed.
2011-03-24 Michael BeckUse debug printer instead direct output, fix some size_...
2011-03-24 Matthias Braunfix and(cmp,cmp) optimisation rule, loosen verify to...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
2011-03-24 Matthias Braunfix lower_d lowering Cmps too realy resulting in unnece...
2011-03-22 Matthias Braunpin prolog/epilog nodes
2011-03-22 Matthias Braunadd exc_attr to all be_nodes so you can dynamically...
2011-03-17 Christoph MallonMove macro constant into the only file, which uses it.
2011-03-17 Christoph MallonRemove dead assignment und subsequently unused macro...
2011-03-17 Christoph Mallons/keeped/kept/.
2011-03-17 Matthias Braunia32: get_eip and fpu_trunc_mode are not always NULL...
2011-03-17 Michael BeckRemoved unused variables.
2011-03-16 Matthias Braunload-after-load and load-after-store with different...
2011-03-16 Matthias Braunremove unused cacheopt code
2011-03-16 Matthias Braunsparc: abort when encountering (non-lowered) 64bit...
2011-03-16 Matthias Braunemit global asms in all backends
2011-03-16 Matthias Braunbestabs: move stabs but not backend specific text0...
2011-03-16 Matthias Braunbedbgout: improve function names, ensure that the end...
2011-03-16 Matthias Braunfix bug in switch lowerer (introduced when Cmp changed)
2011-03-16 Matthias Braunsparc: to avoid trouble, move all nodes before sparc_Re...
2011-03-16 Matthias Braunavoid verifier warnings in sparc by explicitely modelin...
2011-03-16 Matthias Braunbestack: remove unnecessary keep edges from IncSP nodes
2011-03-16 Matthias Braunbestack: add support for nodes resetting the stack
2011-03-16 Matthias Braunfix sparc_finish missing Ldf/Stf
2011-03-16 Eduard Frankmethods need no offset
2011-03-16 Matthias Braundon't emit .space with 0 bytes
2011-03-16 Matthias Braunbetranshlp: avoid current_ir_graph, fix missing node_el...
2011-03-16 Matthias Braunallocate spillslots at beginning/end of stackframe...
2011-03-16 Matthias Braunremove old spillslot coalescing API
2011-03-16 Matthias Braunbetranshlp: cleanup, pretransform end node so keep_aliv...
2011-03-16 Matthias Braundumper now dumps all generic backend flags
2011-03-16 Matthias Braunfix missing keep walker missing some cases
2011-03-16 Matthias Braunremove more barrier handling code
2011-03-16 Matthias Braunia32: add some asserts for the pre_transform step
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
2011-03-16 Andreas ZwinkauAdding some comments to ifconv.c
2011-03-16 Andreas ZwinkauAdapt documentation to implementation
2011-03-16 Christoph MallonHandle if-conversion within endless loops properly...
2011-03-15 Andreas ZwinkauSkip self-dependencies in ifconv
2011-03-15 Andreas Zwinkautypo
2011-03-15 Michael BeckMake remove_compound_member() an official API method.
2011-03-15 Michael BeckImproved 21ff67fb03f6a597f78ea76b77af206d8ad17e1a.
2011-03-15 Michael BeckHandle unoptimized end block smoothly.
2011-03-14 Julian OppermannFix polymorphic entity lookup in case method entities...
2011-03-14 Julian OppermannDisabled broken check on the inheritance representation.
2011-03-11 Michael Beckfixed size_t printing
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-09 Sebastian BuchwaldFixed compile error in optimize build.
2011-03-09 Sebastian BuchwaldFixed some typos.
2011-03-09 Michael BeckC99 feature removed.
2011-03-08 Matthias Braunfix bestate code not respecting prolog/epilog
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
2011-03-06 Michael BeckFixed size_t related warnings.
2011-03-04 Michael BeckRemoved C99 feature.
2011-03-04 Matthias Braunamend to barrier removal
2011-03-04 Matthias Braunsparc: avoid explicitely querying the barrier
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling
2011-03-04 Matthias Braunsparc: document authors
2011-03-04 Matthias Braunsparc: factor out is_imm_encodeable
2011-03-04 Matthias Braunsparc: fix problems after recent firm updates
2011-03-04 Matthias Braundump graph after code-selection
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Braunremove unused be_add_remat function
2011-03-04 Matthias Braunadd priority classes to scheduler, create prolog and...
2011-03-04 Matthias Braunfix backend nodes not copying flags correctly
2011-03-04 Matthias Brauncleanup listscheduler code
next