normalize some bittest constructs
[libfirm] / ir /
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...
2011-01-08 Matthias Braunadd type verifier: entities in global types must have...
2011-01-08 Matthias Braunfix warning
2011-01-08 Matthias Braunneed to include stdlib.h for size_t
2011-01-08 Matthias Braunwe cannot use the printf attribute if we have custom...
2011-01-08 Matthias Braunfix whitespace/indentation of loop.c (again)
2011-01-08 Michael BeckFurther improved lc_printf() and friends.
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2011-01-06 Matthias Braunfix memory leak
2011-01-06 Matthias Braunimplement ASM import/export
2011-01-06 Matthias Braunadd functions for generic list im/exporting
2011-01-06 Matthias Braunrework string reading/writing
2011-01-06 Matthias Brauncleanup reading/writing of long/int/unsigned values
2011-01-06 Matthias Braunyou can specify in the spec now for which nodes no...
2011-01-06 Michael BeckPartly revert r28208 by using ir_printf with %zu format...
2011-01-06 Michael BeckEnable lc_printf and friends handling of j, t, and...
2011-01-05 Matthias Braunfix irio not working correctly anymore after MacroBlock...
2011-01-05 Matthias Braunfix warnings about wrong format specifiers for size_t
2010-12-28 Michael BeckConstify.
2010-12-28 Michael BeckReplaced magic constants by an enum.
2010-12-28 Michael BeckAdd and fix some comments.
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-12-27 Michael BeckFixed warning because of wrong type.
2010-12-22 Michael BeckRemoved yet unused variable.
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-12-21 Michael BeckAdd support for Win64.
2010-12-21 Michael BeckFixed some 64bit warnings by using size_t instead of...
2010-12-21 Michael BeckObstack: Deleted the special windows version, make...
2010-12-15 Matthias Braunmake verifier independent of current_ir_graph
2010-12-15 Matthias Braunfurther extend API so parallel construction of multiple...
2010-12-06 Michael BeckRemoved the arch_register_type_is() macro.
2010-12-06 Michael BeckFixed memory leak, fixed some typos, add some doxygen...
next