Fixed warning about strange position of be_Keeps in the schedule.
[libfirm] / ir /
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 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-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-01-31 Christoph MallonCorrect typo in comment.
2011-01-31 Christoph MallonRemove pointless assert: size_t nelts is always >= 0.
2011-01-30 Michael BeckMore size_t related changes.
2011-01-30 Michael BeckAPI change: lower_intrinsics() uses size_t for length...
2011-01-29 Michael BeckSimplyfied firm arrays by deleting useless macro and...
2011-01-29 Michael Beckpdeq_len() returns size_t now, switch the internal...
2011-01-28 Michael BeckFixed size_t related warnings in macros.
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-24 Michael BeckSwitch array to size_t for length parameter ...
2011-01-24 Michael BeckFixed broken refactoring of r28264.
2011-01-24 Michael BeckFixed size_t issues.
2011-01-24 Michael BeckSwitch pqueue to size_t.
2011-01-24 Michael BeckFixed some size_t related warnings.
2011-01-19 Michael BeckAmendment of r28263 which was committed too early.
2011-01-19 Michael BeckFixed more size_t related warnings, one interface change.
2011-01-19 Michael BeckFixed r28259 which broke hh and h modifier.
2011-01-19 Christoph Mallonva_arg must be used with int instead of char/short...
2011-01-19 Christoph MallonCorrect signed/unsigned mismatches due to size_t.
2011-01-19 Christoph MallonRemove assert, which generates a warning, because a...
2011-01-19 Michael BeckLet PTR_TO_INT return ptrdiff_t now instead of int.
2011-01-18 Michael BeckFixed some size_t related warnings.
2011-01-18 Michael BeckSwitched set, pset, eset to size_t, hash remains unsigned.
2011-01-18 Michael BeckLet the length of tarval be of type size_t.
2011-01-17 Matthias Braunadd another special case to begnuas so string-sub-initi...
2011-01-17 Christoph MallonBail out if we do not know how to assemble CPUID.
2011-01-17 Christoph MallonDo not use b (ebx) as asm constraint, when compiling...
2011-01-17 Christoph MallonRemove NOP-cast.
2011-01-11 Matthias Brauncleanup and simplify phi-construction code
2011-01-08 Matthias Braunremove get_irn_modename, get_irn_modeident from public...
2011-01-08 Matthias Braunkill the niymap exception from generator
2011-01-08 Matthias Braunmove Proj attributes into a proj_attr struct, so we...
2011-01-08 Matthias Braunremove the 'special-constructor' feature. This removes...
next