libfirm
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
2011-03-04 Matthias Braunbeabi: simplify fix_start_block, avoid links to replace...
2011-03-04 Matthias Braunremove mostly unused/broken liveness tracking in scheduler
2011-03-04 Matthias Brauncleanup and description in beinfo for middleend nodes
2011-03-04 Matthias Braunremove to_appear_in_schedule function, use flags instead
2011-03-04 Matthias Brauncleanup/flatten some backend options
2011-03-04 Matthias Braunrework schedulers to register similar like regallocator...
2011-03-04 Matthias Braunremove support for schedule preparation steps (both...
2011-03-04 Matthias Brauncleanup besched header
2011-03-04 Matthias Braunkeep_alive_barrier operand used wrong block; schedule...
2011-03-04 Matthias Braunimprove some verify messages
2011-03-04 Matthias Braunremove delay slot handling from verifier code
2011-03-04 Matthias Braunkeeps behind a series of phis are fine
2011-03-04 Matthias Braunremove minir dump experiments
2011-03-04 Matthias Braunremove unmaintained/broken bespillbelady2
2011-03-04 Matthias Braunfix code after TLS-type change
2011-03-04 Matthias BraunFix some -Wmissing-declarations warnings
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-03-03 Michael BeckFixed size_t related warnings.
2011-03-03 Michael BeckFurther pushed size_t: structure analysis uses size_t...
2011-03-03 Michael BeckIterate over all segment types when detecting static...
2011-03-03 Michael BeckTLS type must be a struct type, as stated by the docume...
2011-03-03 Julian OppermannFix rapid type analysis: TLS type is a class type.
2011-03-02 Michael BeckFixed size_t related warnings.
2011-03-02 Michael BeckFixed size_t related warnings.
2011-03-02 Michael BeckFixed size_t related warnings in dumping code.
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-03-02 Michael BeckFixed size_t related warnings.
2011-03-02 Michael BeckFurther pushed size_t: trouts functions uses size_t...
2011-03-01 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-03-01 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckC99 features removed.
2011-02-28 Matthias Braunfix warnings because compare_attr gets const nodes now
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunfix amd64 backend since negated_relation may return...
2011-02-28 Matthias Braunfix confirms being broken with Cmp changes
2011-02-28 Matthias Braunperform gigo first so no optimization sees bad inputs...
2011-02-28 Matthias Braunfix mux_allowed expecting Proj(Cmp) instead of Cmp
2011-02-28 Sebastian BuchwaldFixed warning about strange position of be_Keeps in...
2011-02-28 Sebastian BuchwaldFixed some typos.
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckSimplified the code and fixed a comment.
2011-02-26 Michael Beckcombo uses now the node_cmp_attr_func for lambda.opcode.
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2011-02-26 Michael BeckSplit the divmod attribute into one div and one mod...
2011-02-24 Matthias Braungeneralize bittest pattern
2011-02-24 Matthias Braundo gigo earlier to avoid optimisations seeing bad input...
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-24 Christoph MallonUse Lea instead of Add in the ia32 transformer.
2011-02-24 Christoph Mallonia32_Lea cannot use immediates, set the offset instead.
2011-02-24 Matthias Braunfix broken bt instruction after ia32 cc rewrite
2011-02-22 Andreas ZwinkauFix beabi call sorting
next