Convert comments to Doxygen style
[oota-llvm.git] / include /
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-24 Vikram S. AdveAdded function GetMemInstArgs and made FoldGetElemChain...
2002-08-24 Vikram S. AdveAdded support for type inquiry in subclasses of InstTre...
2002-08-23 Chris LattnerImplement classof for SetCondInst so that instcombine...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & Store Inst now no longer derive from MemAccessInst
2002-08-22 Chris LattnerLoad and Store now no longer derive from MemAccessInst...
2002-08-22 Chris Lattnerdoxygenize comments in header
2002-08-22 Chris LattnerAdd doxygen comments to AliasAnalysis class
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure
2002-08-22 Chris LattnerRemove unneccesary method
2002-08-22 Vikram S. AdveJust some extra comments.
2002-08-22 Vikram S. AdveAdd method copyOperands().
2002-08-21 Chris LattnerAdd a class that is useful for hacking around linking...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris LattnerAdd assertion checks to nail bugs early.
2002-08-21 Chris Lattner - Make Pass::lookupPassInfo a public member
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner - Eliminate the need for analyses to expose an :...
2002-08-21 Chris LattnerAdd missing forward decl
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-18 Chris Lattner - ConstantPointerRefs are now automatically removed...
2002-08-18 Chris LattnerModule's do not subclass from Value, so this code cause...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-08-15 Chris LattnerRemove the last traces of the NOT instruction
2002-08-15 Vikram S. AdveChange opLabel numbers for Not and BNot.
2002-08-15 Vikram S. AdveAdded more helper functions for binary instructions...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-08-14 Chris LattnerRemove support for unary operators.
2002-08-14 Chris LattnerRemove reference to GenericUnaryInst class
2002-08-14 Chris LattnerRemove support for unary instructions
2002-08-14 Chris LattnerRemove constant propogation support for NOT instruction
2002-08-14 Chris LattnerExpose two new static methods from BinaryOperator:...
2002-08-14 Vikram S. AdveAdd method MachineInstr::substituteValue() which substi...
2002-08-13 Chris Lattner - Rename ConstantGenericIntegral -> ConstantIntegral
2002-08-12 Chris LattnerReturn const char * const instead of std::string from...
2002-08-12 Chris Lattner - Added a new superclass of ConstantBool/ConstantInt...
2002-08-09 Chris Lattner* IntervalPartition no longer derives from vector
2002-08-09 Chris LattnerDo not add an extra vtable to EVERY machineinstr created.
2002-08-09 Chris LattnerUnaryOperator::create should take a name just like...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerChange machinecode for instruction to not inherit from...
2002-08-09 Chris LattnerThe second parameter of hash_set is the default, remove it.
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner - Cleaned up the interface to AnalysisUsage to take...
2002-08-07 Chris LattnerSimplify interface to parsers.
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-08-03 Vikram S. AdveAdd MemAccessInst::getNumIndices().
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
next