aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Make functions that preserve the CFG not invalidate analyses that only dependChris Lattner2002-05-061-1/+28
* Move a bunch of code to a .cpp file, don't #include Instruction.hChris Lattner2002-05-062-86/+24
* Move code out of header fileChris Lattner2002-05-061-0/+81
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-3/+3
* Implement getPrimitiveSize()Chris Lattner2002-05-061-2/+14
* Implement constant propogation of shift instructionsChris Lattner2002-05-062-0/+44
* Implement constant propogation of shiftsChris Lattner2002-05-061-0/+28
* Print functions with curly braces instead of begin/endChris Lattner2002-05-061-9/+7
* Implement two iterator remove methodChris Lattner2002-05-061-0/+17
* Implement remainderChris Lattner2002-05-031-9/+46
* Implement remainderChris Lattner2002-05-032-22/+26
* Fix bug: test/Regression/Transforms/SCCP/2002-05-03-NotOperator.llChris Lattner2002-05-031-12/+26
* The implementation keyword is no longer neccesaryChris Lattner2002-05-021-1/+1
* Fix problem where subpasses would invalidate all analyses outstandingChris Lattner2002-04-301-0/+8
* Make the range insert operation return an iterator, even though the STLChris Lattner2002-04-291-3/+11
* Changes so that iMemory.h doesn't include DerivedTypes.hChris Lattner2002-04-292-0/+19
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-296-7/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-293-5/+15
* Add a new command line option for PassManager using utilities.Chris Lattner2002-04-292-11/+144
* Todo has been implemented, remove itChris Lattner2002-04-281-3/+0
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+4
* Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()Chris Lattner2002-04-281-14/+15
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-281-4/+28
* Move include/llvm/PassManager.h to lib/VMCore/PassManagerT.hChris Lattner2002-04-281-6/+9
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-2810-10/+11
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-22/+22
* Remove extra unused argument from CheckFailed methodChris Lattner2002-04-281-10/+10
* The check to see if an external function was marked internal was not reachable!Chris Lattner2002-04-281-4/+6
* Minor changes to allow Modules (which are no longer Values) to workChris Lattner2002-04-282-14/+15
* The contents of the SymTabValue class have been incorporated into theChris Lattner2002-04-281-41/+1
* * Incorporate the contents of SymTabValue into Function and ModuleChris Lattner2002-04-282-5/+50
* Module's are no longer valuesChris Lattner2002-04-281-5/+0
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-281-14/+14
* s/Method/FunctionChris Lattner2002-04-271-3/+3
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-274-94/+121
* Trivial simplification of codeChris Lattner2002-04-271-2/+1
* * Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-271-33/+1
* * Abort program on verification errorsChris Lattner2002-04-241-1/+41
* Add some basic checks of CallInst's.Chris Lattner2002-04-181-8/+17
* * Convert the verifier to use an InstVisitor to be better structuredChris Lattner2002-04-181-137/+154
* Move asmwriter/getStrValue cruft into AsmWriter.cpp file.Chris Lattner2002-04-181-128/+0
* Pull all of the getStrValue implementation cruft out of Constants.cpp andChris Lattner2002-04-181-24/+94
* Remove gep::isStructSelectorChris Lattner2002-04-181-9/+4
* Remove old frivolous uses of getStrValue in a debugging statementChris Lattner2002-04-161-2/+2
* Remove unneccesary castChris Lattner2002-04-161-1/+1
* Changes to:Chris Lattner2002-04-161-44/+106
* * Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.llChris Lattner2002-04-131-22/+47
* Minor bugfix for previous checkinChris Lattner2002-04-131-1/+1
* * Remove obselete code for unsized arraysChris Lattner2002-04-131-20/+67
* Add Module::getTypeNameChris Lattner2002-04-131-0/+20