replaced char* by idents, minor fix in Firm codegen for call
[libfirm] / ir /
2004-10-22 Boris Boeslerreplaced char* by idents, minor fix in Firm codegen...
2004-10-22 Boris Boeslerminor change for pseudo graphs
2004-10-22 Florian LiekwegCorrectly handle proj_args
2004-10-21 Boris Boesleradded lots of stuff:
2004-10-21 Florian Liekwegstrdup fix
2004-10-21 Florian Liekwegwhitespace fix
2004-10-21 Florian LiekwegMoved memwalk stuf into irmemwalk
2004-10-21 Götz Lindenmaiercomments
2004-10-21 Michael BeckAdded Goetz' proposal to replace loads of constant...
2004-10-20 Florian Liekwegadd ana2
2004-10-20 Florian LiekwegAdded ana2, added ecg and pto
2004-10-20 Florian LiekwegRemoved ecg
2004-10-20 Michael Beckdoxygen comments extended
2004-10-19 Michael BeckLoad optimization extended: searches now Loads in the...
2004-10-19 Michael BeckFixed get_irn_pinned() after wrong repair
2004-10-19 Michael BeckAdded overflow mode for interger operations (was alread...
2004-10-19 Michael BeckAdded carry flag to ADD, make alignment calculation...
2004-10-19 Michael BeckSet the pinned state to float if we can detect that...
2004-10-19 Michael BeckAdded the new state pin_state_exc_pinned t some Operations
2004-10-19 Michael BeckUsed now get_type_size_bits() and get_type_alignment_bi...
2004-10-19 Michael BeckAdded a alignment to types.
2004-10-19 Michael Beckremoved the align attribute
2004-10-19 Michael Beckset_opt_fragile_ops() function added
2004-10-19 Michael Beckset_opt_fragile_ops() added
2004-10-18 Florian Liekwegavoid warning
2004-10-18 Florian Liekwegminor fix
2004-10-18 Götz Lindenmaierbrackets
2004-10-18 Michael Beckadded new pinned flag for fragile ops
2004-10-18 Michael Beckadded get_opt_fragile_ops()
2004-10-18 Michael Beckadded additional pin state
2004-10-18 Michael BeckAdded get_irn_pinned() function
2004-10-15 Sebastian HackAdded bitfiddling routines and a bitset implementation
2004-10-14 Michael Beckenabled global output again
2004-10-14 Florian Liekweg...
2004-10-14 Florian LiekwegSHUTUP_GCC
2004-10-13 Rubino Geißfix for strdup
2004-10-13 Florian Liekwegtypo
2004-10-13 Florian Liekwegneed strdup, don't need _GNU_SOURCE (wtf?)
2004-10-13 Florian Liekwegneed strdup
2004-10-12 Florian Liekwegwtf?
2004-10-12 Florian Liekweginclude include
2004-10-12 Florian Liekweglost+found: __get_irn_pinned
2004-10-12 Florian LiekwegC, nicht C++
2004-10-12 Sebastian HackAdded dynamic extension of reflection.
2004-10-12 Michael BeckAdded new get_irn_pinned() function
2004-10-12 Michael Beckused new get_irn_pinned() fucntion
2004-10-12 Michael BeckUsed new get_irn_pinned() fucntion
2004-10-12 Michael BeckUsed new get_irn_pinned() function
2004-10-12 Michael BeckAdded get_irn_pinned() function
2004-10-12 Michael Beckfixed: added missing return
2004-10-12 Michael BeckChanged dumping modes from positive to negativ list...
2004-10-11 Florian LiekwegCleanup, comments ...
2004-10-11 Michael BeckAdded get_signed_mode() and get_unsigned_mode()
2004-10-11 Florian LiekwegUse /usr/public/libxml2 for now --flo
2004-10-11 Florian LiekwegFirst Import of XML reading procs --flo
2004-10-07 Beyhancatches more expressions now.
2004-10-06 Michael Beckfixed enable mask
2004-10-06 Michael Beckenable all architecture dependant optimizations by...
2004-10-06 Michael Beckfixed format string
2004-10-06 Michael BeckAdded a lot of comments
2004-10-06 Michael Beckfixed indentation
2004-10-06 Michael BeckAdded Mod/DivMod optimizations
2004-10-06 Michael BeckRemoved conflict in the header comment
2004-10-06 Michael Becksimplify code
2004-10-06 Michael BeckAdded flags for graph characterization: leaf, recursive...
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
next