Changes to be GCC3.1 friendly
[oota-llvm.git] / include /
2002-07-31 Chris LattnerChanges to be GCC 3.1 friendly
2002-07-31 Chris LattnerRemove obsolete, confusing, method
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-30 Chris LattnerAdd hooks to get information out of concrete pass manag...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris Lattner* Implement stuff so that code can declare that they...
2002-07-30 Chris LattnerImplement constant propogation of logical (and, or...
2002-07-30 Chris LattnerExpose instruction selection as a pass instead of a...
2002-07-30 Chris LattnerAdd rough support for LLC passes
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-29 Chris Lattner* Fix comment descriptions
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris LattnerFactor PassNameParser out of opt.cpp so that analyze...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerAnalysis contructors now no longer take AnalysisID...
2002-07-26 Chris LattnerSimplify analyses so that there is only one analysis...
2002-07-25 Chris LattnerRemove dead options
2002-07-25 Chris LattnerFix previous checkin
2002-07-25 Chris LattnerAdd typenames
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerAvoid warning: control reaches end of non-void function
2002-07-25 Chris LattnerAdd support for GCC 3.0.4
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 fixes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-07-24 Chris LattnerUse the Support/iterator file to abstract out compiler...
2002-07-24 Chris LattnerUse the new include/Support/iterator file
2002-07-24 Chris LattnerAdd forward_iterator wrapper
2002-07-24 Chris LattnerAdd another GCC2.95->3.1 compatibility header
2002-07-24 Chris LattnerSpiff up the header files
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerMove hash_* extension headers from ext/ to Support...
2002-07-24 Chris LattnerMove compatibility headers to Support
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges to make it GCC 3.1 compatible
2002-07-24 Chris LattnerAdd missing typename's that GCC3.1 is whining about.
2002-07-24 Chris LattnerDisable the operator= in Value
2002-07-24 Chris LattnerRemove assert hack now that I'm using the right GDB...
2002-07-24 Chris LattnerMove many files into IPO.h
2002-07-24 Chris LattnerMove contents of these files into IPO.h
2002-07-23 Chris Lattner* Rename to IPO.h
2002-07-23 Chris LattnerAdd a version of the bytecode writer pass that has...
2002-07-23 Chris LattnerIncorporate into IPO.h
2002-07-23 Chris LattnerPrepare the file to become IPO.h
2002-07-23 Chris LattnerMerge the contents of ChangeAllocations.h into Scalar.h
2002-07-23 Chris LattnerBreak part of Pass.h out into PassAnalysisSupport.h
2002-07-23 Chris LattnerAllow comparison against null
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerPass creator requires a TargetData member
2002-07-23 Chris LattnerRegularize the Print*Passes so they have default ctors.
2002-07-23 Chris LattnerInitial checkin
2002-07-23 Chris LattnerAdd support for removing an option from a genericparser
2002-07-23 Chris LattnerChange to avoid bug in GCC 3.0.4
2002-07-23 Chris Lattnerinitial checkin
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerInitial checkin
2002-07-22 Mehwish NagdaMoved to Reoptimizer/Mapping directory
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-07-21 Anand Shuklachanged first arg of parseBytecodeBuffer to unsigned...
2002-07-21 Anand Shuklachanged first arg og parseBytecodeBuffer to uchar
2002-07-20 Chris Lattner*** empty log message ***
2002-07-20 Chris LattnerCheck in the boost type_traits library, because it...
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Chris LattnerSimplify saveOrigFunctionCalls
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass.
2002-07-18 Chris Lattner* s/method/function
2002-07-18 Chris LattnerFirst cut at implementing bottom up analysis
2002-07-18 Chris LattnerMake getelementptr ConstExpr take a vector of constants...
2002-07-17 Chris LattnerFix prototype to make function.
2002-07-15 Mehwish Nagda*** empty log message ***
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique.
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-07-14 Vikram S. AdveAdd a couple of virtual functions to support subclass...
2002-07-12 Anand Shuklainitial version: for emitfuncs pass
2002-07-11 Chris Lattner* Nodes now keep track of any global variables containe...
2002-07-11 Anand Shuklaadded std:: to vector
2002-07-10 Chris LattnerNew implementation of data structure analysis
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveAdded a few more methods for creating instructions.
2002-07-10 Vikram S. AdvePut caller-saving code *before* argument copying code!
2002-07-10 Vikram S. AdveMinor change in comments.
2002-07-10 Chris LattnerAllow specifying a module for context instead of a...
2002-07-09 Anand Shuklaadded std:: to hash_set
2002-07-09 Chris LattnerInclude header in the compiler-neutral location
2002-07-08 Vikram S. AdvecpMem<->Reg functions now support CC registers (int...
2002-07-08 Vikram S. AdveInterface to class MachineCodeForBasicBlock.
next