aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Make debugging output nicerChris Lattner2002-01-312-62/+138
* Provide the right AnalysisID for postdominatorsChris Lattner2002-01-311-3/+5
* Implement new pass frameworkChris Lattner2002-01-311-132/+125
* Convert analyses to new pass structureChris Lattner2002-01-312-33/+58
* Fix bug where we didn't initialize and finalize basic block passesChris Lattner2002-01-311-6/+22
* Checkin new pass framework. This one is more useful and automaticallyChris Lattner2002-01-301-0/+395
* Remove extraneous #includesChris Lattner2002-01-262-2/+0
* This checkin fixes the bug described in:Chris Lattner2002-01-251-19/+19
* Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.llChris Lattner2002-01-251-2/+4
* * Expose new command line arg --debug-pass for gccas and llc debuggingChris Lattner2002-01-231-9/+60
* Oops, misnamed function, didn't override correctly, drat.Chris Lattner2002-01-221-1/+1
* Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP)Chris Lattner2002-01-221-6/+18
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-1/+1
* Pull stuff out of opt namespaceChris Lattner2002-01-213-11/+0
* Implementation of the new spiffy pass systemChris Lattner2002-01-211-0/+117
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-2018-87/+131
* Eliminate function getIndicesBROKEN().Vikram S. Adve2001-12-151-16/+0
* * Assert that indices are valid for an indexing instruction.Chris Lattner2001-12-141-12/+19
* Rename ConstPoolVals.cpp to Constants.cppChris Lattner2001-12-141-0/+0