verify: Clarify assertion message.
[libfirm] / ir / ana /
2011-06-11 Matthias Braunadd some const qualifiers to backedges query functions
2011-05-27 Sebastian BuchwaldAdapted some issues noticed during removal of unused...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-27 Sebastian BuchwaldFixed some typos.
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-10 Matthias Braunirdom: do not count bad predecessors as control flow
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Andreas ZwinkauReenable asserts
2011-05-06 Matthias Braunircfscc: remove is_outermost_StartBlock check - it...
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-20 Andreas ZwinkauFix opt/doms_segfault.c
2011-04-20 Matthias Braunhide cdep struct behind getter, make it more robust...
2011-04-20 Matthias Braunremove strange function (christophs words) and duplicat...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunno conservative recalculation of everything in irlivechk
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunfix code after TLS-type change
2011-03-04 Matthias Braunfix more size_t 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 Julian OppermannFix rapid type analysis: TLS type is a class type.
2011-03-02 Michael BeckFixed size_t related warnings.
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-03-02 Michael BeckFurther pushed size_t: trouts functions uses size_t...
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-03-01 Michael BeckFixed size_t related warnings.
2011-02-28 Matthias Braunfix confirms being broken with Cmp changes
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-11 Michael BeckFurther spread size_t.
2011-02-11 Michael BeckSome size_t related fixes.
2011-02-11 Michael BeckSimplified implementation by removing unused args and...
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-02-03 Michael BeckFixed more size_T related warnings.
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-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-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-11-17 Michael BeckPut definition of get_base_sc() into .c file to remove...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-10-08 Matthias Braunremove rbitset_w_size type functions: a raw_bitset...
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-06 Matthias Braunfix for my last commit
2010-08-06 Matthias BraunRemove VISITED in link-field hackery. Cleanups.
2010-07-30 Matthias Braunbring back Carry and Borrow (firm_decomp apparently...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-08 Matthias Braunconstnes and comment improvements for irheights
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-19 Matthias Braunremove more commented/unused code
2010-05-19 Matthias Braunremove commented out references to the nonexistant...
2010-05-19 Matthias Braungit rid of old commented-out code
2010-05-19 Matthias Braunconvert 1 user of the deprecated eset
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-04 Matthias Braunfix warning
2010-04-09 Matthias Braunanother case fo missing statistics/missing outedge...
2010-04-09 Matthias Braunfix consconfirm missing nodes in its statistics and...
2010-04-07 Michael BeckC99 feature removed.
2010-03-31 Sebastian BuchwaldFixed typo
2010-03-31 Sebastian Buchwaldir_node already has a loop field
2010-03-18 Jonas Fietzset a few more variables to const to prevent bugs
2010-03-18 Jonas Fietzfix warning about unused variable
2010-03-18 Jonas FietzAdd temporary fix for conv-problems
2010-03-18 Jonas Fietzremove ir_printf and replace with DBG
2010-03-18 Jonas Fietzfix a few subtle bugs in vrp
2010-03-18 Jonas FietzVRP: Adapt meaning of bits_not_set
2010-03-18 Jonas FietzFix bug left over from seperating merging and derivatio...
2010-03-17 Jonas FietzFix bug, where only partial information was set for...
2010-03-16 Jonas FietzFix coding style
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-10 Matthias Braunfix stupid error in my last commit
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braunforgot to check for dead blocks in 1 case
next