libfirm
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
2011-02-21 Matthias Braunremove confusing, unused and broken function
2011-02-21 Andreas ZwinkauSkip shift dependency if no other users
2011-02-21 Andreas ZwinkauFix opt/fehler180
2011-02-21 Matthias Braunfix wrong usage of ircons functions
2011-02-18 Michael BeckBugFix: ensure that two ASM nodes are never congruent...
2011-02-18 Michael BeckRemoved C99 feature, adapt to Firm coding conventions.
2011-02-18 Andreas ZwinkauFix opt/git_error.c testcase
2011-02-17 Michael BeckFixed iterations broken with size_t refactoring.
2011-02-17 Michael BeckFinally fix the "wrong" assert of r28379.
2011-02-17 Andreas ZwinkauFixes testcase opt/gzip_error
2011-02-17 Matthias Braunfixed broken builtins and added some comments
2011-02-17 Matthias BraunRevert reversion of r28379. Maybe this way it's clear...
2011-02-17 Matthias Braunreworked ia32 condition code handling, remove backend...
2011-02-16 Michael BeckRevert r28379.
2011-02-16 Michael BeckRevert r28379.
2011-02-16 Matthias Braunfix docu
2011-02-16 Matthias Braunimprove bittest normalization
2011-02-16 Matthias Braunnormalize some bittest constructs
next