added missing config.h include
[libfirm] / ir /
2006-05-19 Michael Beckadded missing config.h include
2006-05-19 Christian Würdigadded statistic calls
2006-05-19 Christian Würdigis_be_irn is now public (needed for stats)
2006-05-19 Christian Würdigadded new node statistics
2006-05-19 Christian Würdigadded new irn class flags (needed for stats)
2006-05-19 Christian Würdigfixed debug info
2006-05-19 Christian Würdigfixed memory leak
2006-05-19 Christian Würdigcreate op tag, register tag for each op, use tag to...
2006-05-19 Sebastian HackAnother version of copy elimination
2006-05-18 Michael BeckBugFix: typo fixed
2006-05-18 Michael Beckfix to compile WITHOUT libcore
2006-05-18 Christian Würdigremoved unsused variable
2006-05-18 Christian Würdigfixed lea->add conversion
2006-05-18 Christian Würdigset Lea type to O if addressmode const found
2006-05-18 Christian Würdigfixed PsiCondCMov emitter
2006-05-18 Michael BeckSMUL and UMUL added
2006-05-17 Sebastian HackAdded -b ra-chordal-copymin=park switch
2006-05-17 Christian Würdigadded support for 64bit ABS
2006-05-16 Sebastian HackRemoved old stuff
2006-05-16 Sebastian HackCO options registration
2006-05-16 Sebastian HackTiny changes
2006-05-16 Sebastian HackCosmetic changes
2006-05-16 Sebastian HackSet dumping to none as default
2006-05-16 Sebastian HackA tiny bug
2006-05-16 Sebastian HackAdded stub for calling Kimon's Park/Moon module
2006-05-16 Sebastian HackAdded Park/Moon Flag
2006-05-16 Sebastian HackAdded Park/Moon copyopt
2006-05-16 Christian Würdigadded support for 64bit Minus lowering
2006-05-16 Christian Würdigadded monster testfile :)
2006-05-16 Christian Würdigadded transformation of lowered intrinsic ops l_Mul...
2006-05-15 Christian Würdigadded support for Shl, Shr, Shrs and Mul
2006-05-15 Christian Würdigadded new nodes to support 64bit intrinsic lowering
2006-05-15 Christian Würdigfixed bug: keep %% instead of translating it into a...
2006-05-15 Christian Würdigadded missing source file
2006-05-15 Christian Würdigadded missing include path
2006-05-15 Christian Würdigfixed include
2006-05-15 Christian Würdigfixed error message
2006-05-15 Christian Würdigadded new nodes for intrinsic lowering
2006-05-15 Christian Würdigfixed handling of add and sub
2006-05-15 Christian Würdigfixed comment
2006-05-15 Christian Würdigfixed arity and node attribute init when reg_req missing
2006-05-15 Michael Beckadded context parameter for create_intrinsic_fkt
2006-05-15 Michael Beckadd context parameter for create_intrinsic_fkt
2006-05-15 Michael Beckadd context parameter for create_intrinsic_fkt
2006-05-15 Christian Würdigadded CVS Id
2006-05-15 Christian Würdigupdated ignore pattern again ([^ch] doesn't work)
2006-05-15 Christian Würdigupdated ignore pattern (ignore everything except *...
2006-05-12 Sebastian HackFixed two typos
2006-05-11 Michael Beckadd the new get_param() function
2006-05-11 Michael Beckadd the new get_param function
2006-05-11 Michael Beckbe_init now return parameters for the frontend
2006-05-11 Sven Polkget mem entities of an irg && build affinit graph
2006-05-11 Christian Würdigfixed some bugs inverse calculation
2006-05-11 Michael Beckused defined
2006-05-11 Michael Beckinitial version of dword support for ia32
2006-05-11 Michael Beckadd call to hadnle 64bit arithmetic lowering
2006-05-11 Christian Würdigupdated list of programms
2006-05-11 Christian Würdigcalculate inverse operation of Add, Sub, Not, Minus...
2006-05-11 Johannes SpallekFixed creation of is_$arch_*()
2006-05-11 Johannes Spallekfirst full implemented version
2006-05-11 Christian Würdigadapted to arch_irn_ops changes
2006-05-11 Christian Würdigupdated commments
2006-05-11 Christian Würdigupdated comments
2006-05-11 Christian Würdigcheck for iro in is_NODE functions (saves a Load)
2006-05-11 Christian Würdigupdated ignore list
2006-05-10 Christian Würdigadded cast to stop moaning
2006-05-10 Christian Würdigfixed perm emitter
2006-05-10 Christian Würdigset default in to bad when spilling phis
2006-05-10 Christian Würdigplace loads for stack parameters in the correct block
2006-05-10 Christian Würdigadded cast to stop moaning
2006-05-10 Christian Würdigcompute dominance information because they are used...
2006-05-10 Christian Würdigchanged name of debug module
2006-05-10 Christian Würdigfixed indent
2006-05-10 Michael Beckdisable buggy code
2006-05-10 Adam Szalkowskimoved get_inverse_op to bearch
2006-05-09 Sebastian HackAdded a comment
2006-05-08 Christian Würdigadded cvs id tag
2006-05-08 Adam Szalkowskiinitial checkin
2006-05-08 Sebastian HackIn-Array in be_new_IncSP was too small.
2006-05-08 Michael Beckused new assure_doms() function
2006-05-05 Christian Würdigdded another if conversion test file; this on inlcude...
2006-05-05 Christian Würdigadded special nodes for Psi condition trees, so we...
2006-05-05 Christian Würdigfixed address mode for CmpSet and xCmpSet
2006-05-05 Christian Würdigfixed Psi condition tree transformation (int Psi but...
2006-05-05 Christian Würdigrenamed Set to CmpSet and CMov to CmpCMov
2006-05-05 Christian Würdigadded transformation of psi condition trees
2006-05-05 Christian Würdigmake use of generated proj nums
2006-05-05 Christian Würdigemit comments in header
2006-05-05 Christian Würdigadded vfp CMov (x87) node
2006-05-04 Sebastian HackAdapted to changes in irphase
2006-05-04 Sebastian HackA little bit more efficient
2006-05-04 Christian Würdigfixed psi transform (use negated instead of inverted...
2006-05-04 Christian Würdigadded addtional nodes needed for psi transformation
2006-05-04 Christian Würdigfixed indent
2006-05-04 Sven Polk*** empty log message ***
2006-05-03 Michael Becksupress warnung under GCC
2006-05-03 Sven Polk*** empty log message ***
2006-05-03 Christian Würdigadded xCmp node (SSE compare with result in register)
2006-05-03 Johannes Spallekalternativ methods to create a local reusable ifg
2006-05-03 Christian Würdigadded Set node
next