aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition betterChris Lattner2002-09-011-5/+26
* Convert cwriter to be a pass.Chris Lattner2002-08-311-13/+7
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-4/+0
* Update commentsChris Lattner2002-08-301-3/+5
* Fix comments.Chris Lattner2002-08-301-2/+4
* Merged into ValueNumbering.cppChris Lattner2002-08-301-37/+0
* Initial implementation of basic value numberingChris Lattner2002-08-301-0/+37
* Initial version of LoadValueNumbering interfaceChris Lattner2002-08-301-0/+24
* Initial version of ValueNumbering interfaceChris Lattner2002-08-301-0/+30
* - PassInfo class keeps track of AnalysisGroups implemented by the Pass.Chris Lattner2002-08-301-115/+141
* - Pass now has AnalysisImpls class to implement getAnalysis() so that it isChris Lattner2002-08-301-9/+27
* Fix commentsChris Lattner2002-08-291-7/+3
* Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...Chris Lattner2002-08-292-7/+7
* Add support for turning an array of characters into a string.Chris Lattner2002-08-261-96/+128
* Changed so it gets linked properlyAnand Shukla2002-08-261-0/+6
* Convert comments to Doxygen styleChris Lattner2002-08-2512-360/+367
* Added function GetMemInstArgs and made FoldGetElemChain private.Vikram S. Adve2002-08-241-6/+15
* Added support for type inquiry in subclasses of InstTreeNode.Vikram S. Adve2002-08-241-1/+35
* Implement classof for SetCondInst so that instcombine doesn't break on dyn_ca...Chris Lattner2002-08-231-0/+11
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-3/+2
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-67/+36
* Load & Store Inst now no longer derive from MemAccessInstChris Lattner2002-08-221-2/+2
* Load and Store now no longer derive from MemAccessInst. Indexing a load orChris Lattner2002-08-221-18/+16
* doxygenize comments in headerChris Lattner2002-08-221-4/+4
* Add doxygen comments to AliasAnalysis classChris Lattner2002-08-221-25/+25
* Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.llChris Lattner2002-08-221-0/+2
* Checkin new alias analysis infrastructureChris Lattner2002-08-222-0/+113
* Remove unneccesary methodChris Lattner2002-08-221-4/+0
* Just some extra comments.Vikram S. Adve2002-08-221-12/+12
* Add method copyOperands().Vikram S. Adve2002-08-221-0/+4
* Add a class that is useful for hacking around linking problem due toChris Lattner2002-08-211-0/+10
* - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner2002-08-212-94/+110
* - Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...Chris Lattner2002-08-211-6/+69
* Add assertion checks to nail bugs early.Chris Lattner2002-08-211-0/+2
* - Make Pass::lookupPassInfo a public memberChris Lattner2002-08-211-3/+13
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-212-4/+0
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-219-43/+1
* - Eliminate the need for analyses to expose an ::ID member.Chris Lattner2002-08-212-6/+22
* Add missing forward declChris Lattner2002-08-211-0/+1
* Add new SetCondInst::getInverseCondition() method.Chris Lattner2002-08-201-0/+5
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-183-16/+30
* Module's do not subclass from Value, so this code caused a segfault.Chris Lattner2002-08-181-3/+2
* Add Module::dump() methodChris Lattner2002-08-171-0/+1
* Remove the last traces of the NOT instructionChris Lattner2002-08-152-30/+0
* Change opLabel numbers for Not and BNot.Vikram S. Adve2002-08-151-1/+2
* Added more helper functions for binary instructions emulatingVikram S. Adve2002-08-151-2/+18
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-141-2/+2
* Remove support for unary operators.Chris Lattner2002-08-143-53/+0
* Remove reference to GenericUnaryInst classChris Lattner2002-08-141-1/+1
* Remove support for unary instructionsChris Lattner2002-08-141-3/+1