Use debug printer instead direct output, fix some size_t related warnings.
[libfirm] / ir / ir /
2011-03-24 Matthias Braunfix and(cmp,cmp) optimisation rule, loosen verify to...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
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-04 Matthias Braunfix more size_t warnings
2011-03-03 Michael BeckTLS type must be a struct type, as stated by the docume...
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 BeckFurther pushed size_t: trouts functions uses size_t...
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunperform gigo first so no optimization sees bad inputs...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
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-21 Matthias Braunremove confusing, unused and broken function
2011-02-21 Andreas ZwinkauFix opt/fehler180
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 ZwinkauNew localopt: parallelize non-volatile loads
2011-02-11 Michael BeckFurther spread size_t.
2011-02-11 Michael BeckFixed comments.
2011-02-11 Matthias Brauntarval_quo has been removed in favor of tarval_div
2011-02-11 Michael BeckAmendment to r28345-r28346.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunrecursively optimize phi to get real minimal SSA-form...
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 MallonAdd a hint about the infamous pn_Cmp_Lg/Ne mixup in...
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-02-05 Christoph MallonSprinkle const on the in array of node constructors...
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 BeckFixed size_t issues.
2011-01-24 Michael BeckFixed some size_t related warnings.
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-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-05 Matthias Braunfix irio not working correctly anymore after MacroBlock...
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-12-22 Michael BeckRemoved yet unused variable.
2010-12-21 Michael BeckFixed some 64bit warnings by using size_t instead of...
2010-12-15 Matthias Braunmake verifier independent of current_ir_graph
2010-12-15 Matthias Braunfurther extend API so parallel construction of multiple...
2010-11-29 Michael BeckFixed new_d_defaultProj(), handle Bad predecessor.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
2010-10-11 Matthias Braunmake libfirm work with strings being const char*
2010-10-08 Michael BeckExperimental support for double word irarch.
2010-10-08 Michael BeckAdd missing type kind.
2010-10-08 Matthias BraunRemove the now unused function get_Proj_type().
2010-10-08 Michael BeckMoved functions from opt_confirms.h into official heade...
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-08 Matthias Braunadapt current_ir_graph in irg_walk
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunmake firm optimisations independent of current_ir_graph
2010-10-06 Matthias Braunfix Phi getting optimized even when optimisations are...
2010-10-06 Matthias Braunfix bug in new part_block_edges function
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunalternative implementation of part_block which uses...
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-09-22 Matthias Braunno need for no_float_fold hack anymore
2010-09-22 Matthias Braunremove non-strict exception mode
2010-09-10 Matthias Braunremove normalize_proj_nodes, Projs aren't in the wrong...
2010-09-10 Matthias Braunremove fragile_ops flag, it just suppresses valuable...
2010-09-08 Michael BeckC99 feature removed, fixed typo.
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-09-06 Matthias Braunremove useless code from iropt
2010-08-19 Matthias Brauna normalisation which shrinks values on the right shift...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-19 Matthias Braunnew localopt: Cmp(Eor(x,y),0) <=> Cmp(x,y) for the...
2010-08-19 Matthias Braunuse operands_are_normalized when permuting Not operatio...
2010-08-18 Matthias Braunreally keep mux intact if KEEP_MUX is enabled; cleanup...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
next