Added graph identifiction: leaf, recursive, chain
[libfirm] / ir /
2004-10-06 Michael BeckAdded graph identifiction: leaf, recursive, chain
2004-10-06 Michael BeckAdded cnt_eq() and cnt_gt() to compare conters with...
2004-10-06 Michael BeckAdded CSE debug option
2004-10-06 Michael BeckAdded architecture dependand Div optimization
2004-10-06 Michael Beckchanged to default Firm indent
2004-10-06 Michael Beckdbg_opt_cse added
2004-10-04 Michael Beckadded arch dependand header
2004-10-04 Michael BeckAdded statistics hook for arch dependand opt
2004-10-04 Michael BeckAdded support for Mul/Div with constant detection
2004-10-04 Sebastian HackSwitched from new_* to new_r_*
2004-10-04 Sebastian HackImplemented get_tarval_bitpattern()
2004-10-04 Sebastian HackAdded initializer for the architecture dependent optimi...
2004-10-04 Sebastian HackAdded architecture dependent optimizations framework.
2004-10-01 Michael BeckAdd parameters to all DBG makros, fixed node copy algorithm
2004-10-01 Götz Lindenmaierchanges by Michael
2004-09-30 Michael BeckAdded DBG macro calls
2004-09-30 Michael BeckAdded Read after Read optimization
2004-09-30 Florian Liekwegminfix
2004-09-30 Florian Liekweg\!C99
2004-09-30 Michael Beckadded statistics for strenght reduction
2004-09-30 Michael Beck*_nodes_Block -> *_nodes_block
2004-09-30 Michael Beckadded statistics, cleaned up a bit
2004-09-30 Michael Beckfixed wrong intrinsic name
2004-09-30 Götz Lindenmaiername normalization
2004-09-30 Götz Lindenmaieradded verbosity flags
2004-09-30 Beyhanthe new streng_red
2004-09-29 Michael BeckFixed the phi optimization (seems to work for C)
2004-09-29 Michael Beckadded optimization that moves Store behind Phi (but...
2004-09-29 Michael Beckirop_flag_fragile flag added
2004-09-29 Michael Beckis_forking_op() added
2004-09-29 Götz Lindenmaiermoved methods
2004-09-29 Götz Lindenmaiermoved methods here from irnode.c
2004-09-29 Götz Lindenmaierbugfix
2004-09-29 Florian LiekwegAdded ecg mod
2004-09-29 Florian Liekwegexc fncs w/ dummy impl
2004-09-29 Götz Lindenmaierchange for cpp
2004-09-28 Michael BeckMove Stores below the CF.
2004-09-28 Michael BeckFixed removement of exceptions for Div/Mod/DivMod by...
2004-09-28 Götz Lindenmaierremoved include
2004-09-28 Götz Lindenmaierpreprocessor flag for node_nr
2004-09-28 Götz Lindenmaiertailrec verb flags
2004-09-28 Götz Lindenmaierverbosity
2004-09-28 Götz Lindenmaier I am stupid!
2004-09-28 Götz Lindenmaierfix
2004-09-28 Götz Lindenmaierinterface for configuration added (Michael)
2004-09-27 Michael BeckAdded a "virtualization" layer for the ident module.
2004-09-27 Michael BeckBugFix: Usage of short for maxp, p lead to posible...
2004-09-27 Michael BeckMore doxygen comments
2004-09-27 Sebastian HackFixed some bugs
2004-09-25 Götz Lindenmaierwrong spelling of get_nodes_block
2004-09-25 Götz Lindenmaierconstruction now returns depth of loop tree.
2004-09-25 Götz Lindenmaiermore...
2004-09-25 Götz Lindenmaiercomments
2004-09-25 Götz Lindenmaiercomments, better assertions
2004-09-25 Götz Lindenmaierverbosity flags
2004-09-25 Götz Lindenmaiermore verbose output
2004-09-25 Götz Lindenmaieradded verbosity stuff
2004-09-25 Götz Lindenmaierbetter destruction of ip view
2004-09-25 Götz Lindenmaierinitialization,
2004-09-25 Götz Lindenmaiercheck for correct use of pec_inherited
2004-09-24 Michael Beckremoved an assert which fails in the C compiler current...
2004-09-24 Michael Beckuse soem skip_Proj() to shorten the code
2004-09-24 Michael Beckfixed doxygen comments, removed initialization for...
2004-09-24 Michael Beckremoved cgana parameter
2004-09-24 Michael Beckfixed some comments, replace loop by memcpy
2004-09-24 Götz Lindenmaierremoved whole flag:
2004-09-24 Michael Beckmore comments
2004-09-24 Michael Beckreduced by one call
2004-09-24 Michael Beckchanged order
2004-09-24 Michael BeckSet volatility explicitely to non_volatile for newly...
2004-09-24 Michael BeckDump the volatility of Load/Store ops
2004-09-23 Michael BeckBugFix for ALGSIM2
2004-09-22 Michael BeckFixed again: Do not create Bad block, only remove bad CF
2004-09-22 Michael BeckRemoved optimize_cf (now in it's own file), restored...
2004-09-22 Michael BeckFixed pinned info
2004-09-22 Michael Beckcfopt.h added
2004-09-22 Michael Beckadded new optimize_cf
2004-09-22 Michael BeckNew optimize_cf should remove more (hopefully all)...
2004-09-21 Götz Lindenmaierbugfix for jva
2004-09-20 Michael Beckadd attribute compare for Load/Store
2004-09-20 Götz Lindenmaierflag for strength reduction verbosity
2004-09-20 Götz Lindenmaierflag for verbosity, compiler warnings
2004-09-20 Götz Lindenmaierbugfix for jack
2004-09-17 Michael BeckLoad/Store opt added
2004-09-17 Michael BeckLoad/Store optimization added
2004-09-17 Michael BeckSimple Load/Store optimization
2004-09-17 Beyhanadded flag for strength reduction
2004-09-17 BeyhanFirst strength reduction optimization. To be improved...
2004-09-17 Michael BeckChecks now the Load_mode
2004-09-17 Michael Beckremoved all (wrong) Load/Store optimization, they are...
2004-09-17 Michael Beckused new attributes for Load/Store/Exception
2004-09-17 Michael Beckadded new attributes: load_attr, store_attr, except_attr
2004-09-17 Michael Beckadded _max enum values for all Proj numbers
2004-09-17 Michael BeckBugFix: get_node_nr returns now the right number if...
2004-09-17 Michael BeckLoad and Store now have an volatility attribute
2004-09-17 Michael BeckThe load mode is now shown in [] brackets
2004-09-16 Michael BeckAdded flag to switch off entity verification in Load...
2004-09-15 Michael Becklittle optimization
2004-09-15 Michael Beckadded code that could check for bads
2004-09-15 Michael BeckMore doxygen comments
next