libfirm
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
2011-02-16 Andreas ZwinkauRemove broken assert
2011-02-16 Andreas ZwinkauNew localopt: parallelize non-volatile loads
2011-02-16 Andreas ZwinkauRemoved: list_sched_single_block
2011-02-11 Michael BeckFurther spread size_t.
2011-02-11 Michael BeckFixed comments.
2011-02-11 Michael BeckFixed backward iteration using size_t again.
2011-02-11 Matthias Braunuse long for now so at least not half the testsuite...
2011-02-11 Matthias Brauntarval_quo has been removed in favor of tarval_div
2011-02-11 Michael BeckSome size_t related fixes.
2011-02-11 Michael BeckSimplified implementation by removing unused args and...
2011-02-11 Matthias Brauncomparing timesteps in different blocks is pointless...
2011-02-11 Michael BeckAmendment to r28345-r28346.
2011-02-11 Michael BeckRemoved C99 feature.
2011-02-11 Michael BeckWindows has no ssize_t ...
2011-02-10 Sebastian BuchwaldFixed typo.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braundo not output no_dead_strip for anonymous entities...
2011-02-09 Matthias Braunrecursively optimize phi to get real minimal SSA-form...
2011-02-09 Matthias Braunebx is no problem with pic when compiling in 64bit...
2011-02-09 Matthias Brauntranslate comment to english
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Matthias Braunfix bugs introduced in last commit
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2011-02-08 Matthias Braunavoid some warnings by not using macros
2011-02-06 Christoph MallonHandle some cases of </<=/>=/> comparisons in the fixpo...
2011-02-06 Christoph MallonAdd a hint about the infamous pn_Cmp_Lg/Ne mixup in...
2011-02-06 Christoph MallonProperly check whether sscanf() succeeded.
2011-02-06 Christoph MallonReplace strcpy()+strcat() song and dance by a single...
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-02-06 Christoph MallonRemove surplus {}.
2011-02-06 Michael BeckRemoved unused parameter from_step of be_get_next_use().
2011-02-06 Michael BeckFixed size_t related warnings by isolating PTR_TO_INT...
2011-02-05 Christoph MallonSprinkle const on the in array of node constructors...
2011-02-03 Michael BeckFixed more size_T related warnings.
2011-02-03 Michael BeckBugFix: when we create a new Conv node in combo's excha...
2011-02-03 Julius Neufferadd #include <stddef.h>
2011-01-31 Christoph MallonCorrect typo in comment.
2011-01-31 Christoph MallonRemove pointless assert: size_t nelts is always >= 0.
next