summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* *** empty log message ***Sumant Kowshik2002-05-08
* Spell aggressive rightChris Lattner2002-05-07
* Fix misspellingChris Lattner2002-05-07
* These files are supersumed by include/llvm/Transforms/Scalar.hChris Lattner2002-05-07
* New header file to replace all of the Scalar/*.h files.Chris Lattner2002-05-07
* Checkin headers for Utils libraryChris Lattner2002-05-07
* Cleanup implementation a bit + commentsChris Lattner2002-05-07
* Update header after moving fileChris Lattner2002-05-07
* Remove long dead fileChris Lattner2002-05-07
* Factor code out to the Transform Utils libraryChris Lattner2002-05-07
* Add support for passes to announce that they only depend on the CFG of aChris Lattner2002-05-06
* Move a bunch of code to a .cpp file, don't #include Instruction.hChris Lattner2002-05-06
* * Add getPrimitiveSize methodChris Lattner2002-05-06
* Void and Label values cannot be acted on directly so they have zero sizeChris Lattner2002-05-06
* Implement constant propogation of shift instructionsChris Lattner2002-05-06
* Add a range remove methodChris Lattner2002-05-06
* Implement remainderChris Lattner2002-05-03
* Make the range insert operation return an iterator, even though the STLChris Lattner2002-04-29
* Remove unused files: This is the old induction varaible cannonicalizationChris Lattner2002-04-29
* Change to allow iMemory.h to avoid including DerivedTypes.hChris Lattner2002-04-29
* Remove analysis namespaceChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Stub functions for timing supportChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()Chris Lattner2002-04-28
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-28
* Use forward decl instead of #includeChris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Fix two FIXME'sChris Lattner2002-04-28
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-28
* Remove obsolete namespace from exampleChris Lattner2002-04-28
* Initial checkin of new "Internalize" pass for GCCLDChris Lattner2002-04-28
* SymTabValue class incorporated into Function and Module classes.Chris Lattner2002-04-28
* Include an operator<<, to print modulesChris Lattner2002-04-28
* Remove forward def'ns that are already in Value.hChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-28
* Module's are no longer Value's.Chris Lattner2002-04-28
* The interesting contents of SymTabValue were incorporated into FunctionChris Lattner2002-04-28
* * Module's are no longer Value'sChris Lattner2002-04-28
* Add a forward defn for Module since it's no longer in Value.hChris Lattner2002-04-28
* * Incorporate the functionality of SymTabValue into FunctionChris Lattner2002-04-28
* Initial checkin of simple&fast SSA based GCSE algorithmChris Lattner2002-04-28
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* s/Method/Function in classnameChris Lattner2002-04-27
* Remove old file that will never be usedChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change the semantics of getSuccessor to FAIL if an out of range successor # i...Chris Lattner2002-04-27
* Support array allocationsChris Lattner2002-04-27