aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * Clean up code to use isa & dyncast instead of poking directly into instruct...Chris Lattner2002-04-131-9/+9
* * Add commentChris Lattner2002-04-121-2/+6
* Add new check of return value type matching ret instruction values typesChris Lattner2002-04-121-2/+17
* Fix pure virtual function called exception!Chris Lattner2002-04-121-2/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-093-10/+13
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-15/+0
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+19
* Add a couple of extra casts to avoid extra #includeChris Lattner2002-04-091-2/+2
* Add a couple of extra casts to avoid having to add #includeChris Lattner2002-04-091-3/+3
* *blush* somehow this debugging code got checked in...Chris Lattner2002-04-091-3/+0
* s/Method/FunctionChris Lattner2002-04-082-6/+6
* * Narrow AsmWriter interfaceChris Lattner2002-04-081-37/+40
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-081-1/+1
* Minor change to reflect that ConstantHandling is now part of VMCoreChris Lattner2002-04-082-4/+4
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-084-5/+4
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-073-14/+15
* Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner2002-04-074-42/+46
* Remove some gross code by using the VAlue::dump method to do debug dumpsChris Lattner2002-04-071-7/+5
* Update commentsChris Lattner2002-04-071-4/+5
* Eliminate explicit use of Writer library, using debug dump output instead.Chris Lattner2002-04-071-6/+8
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-074-51/+52
* Fix Bug: test/Regression/Other/2002-04-07-InfConstant.llChris Lattner2002-04-071-3/+12
* Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.llChris Lattner2002-04-071-2/+20
* Implement constant propogation of multiply and divide instructions!!Chris Lattner2002-04-073-0/+32
* * Make all of the refineAbstractType functions work identicallyChris Lattner2002-04-071-68/+68
* * Reenable apparently neccesary code, that breaks testcases when enabled,Chris Lattner2002-04-061-1/+7
* * FIX: test/Regression/Assembler/2002-02-19-TypeParsing.llChris Lattner2002-04-051-3/+4
* * Move DerivedType::addAbstractTypeUser from DerivedType.hChris Lattner2002-04-051-28/+48
* Clean up debugging codeChris Lattner2002-04-051-4/+4
* * Refactor loop in removeAbstractTypeUser to be more clearChris Lattner2002-04-051-18/+35