aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/MethodType/FunctionTypeChris Lattner2002-04-041-8/+8
* Make build work in release modeChris Lattner2002-04-041-11/+2
* Make the release build workChris Lattner2002-04-041-2/+0
* * Add debug support for PATypeHolderChris Lattner2002-04-041-6/+15
* Make the release build compileChris Lattner2002-04-041-2/+0
* Add a new replaceWith method useful for replacing instructionsChris Lattner2002-04-011-1/+27
* * s/Method/FunctionChris Lattner2002-03-291-10/+14
* Add an insert method to VAlueHolder to allow batch insertionChris Lattner2002-03-291-0/+30
* Add new addTypeName method to Module classChris Lattner2002-03-291-0/+15
* s/Method/FunctionChris Lattner2002-03-294-45/+46
* Implement new getFunction and getOrInsertFunction methodsChris Lattner2002-03-291-0/+31
* Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner2002-03-281-16/+0
* Change references from Method to FunctionChris Lattner2002-03-267-106/+106
* Rename Method to FunctionChris Lattner2002-03-232-19/+20
* Add an assertion that would hopefully catch a problem that was trippingChris Lattner2002-03-221-0/+2
* * AllocationInst ctor moved here from iMemory.hChris Lattner2002-03-211-0/+15
* Add an assertion to catch a misuse of replaceAllUsesWithChris Lattner2002-03-211-0/+2
* Make an assertion provide a more helpful error messageChris Lattner2002-03-171-1/+2
* Checkin new test for problem anand ran intoChris Lattner2002-03-151-3/+35
* Cleanup error message output a bitChris Lattner2002-03-151-1/+1
* Add a check to ensure that only PHI nodes are self referential. CodeChris Lattner2002-03-141-1/+8
* * Add new method localLookupChris Lattner2002-03-081-2/+16
* Expose more entry points to the verifierChris Lattner2002-02-261-2/+2
* Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.llChris Lattner2002-02-251-0/+20
* Make it compile with GCC 3.0.4Chris Lattner2002-02-241-6/+6
* Actually implement some checking in the verifier.Chris Lattner2002-02-201-36/+111
* Fix isArrayAllocation() to be correctChris Lattner2002-02-191-0/+6
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-122-13/+10
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-125-8/+15
* Remove generic routines to Support/SetOperations.hChris Lattner2002-02-051-18/+1
* Switch from MachineCodeForVMInstr model that is built into the VMCore library...Chris Lattner2002-02-031-28/+1
* Add more debug outputChris Lattner2002-02-011-1/+5