aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Remove unsized array supportChris Lattner2001-12-141-19/+18
* Make strings SByte* arrays instead of UByte * arraysChris Lattner2001-12-141-3/+3
* Don't waste as much horizontal space on #uses flag when printingChris Lattner2001-12-141-1/+1
* Swap operands now preserves the semantics of the binary operator by changingChris Lattner2001-12-131-0/+26
* Add debugging to make a more useful message if a value gets constructed with ...Chris Lattner2001-12-131-1/+6
* Do not pessimize users of this function. Fix logic.Chris Lattner2001-12-061-2/+2
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-047-16/+16
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-0315-400/+399
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-033-2/+4
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-277-11/+11
* Implement internalChris Lattner2001-11-261-5/+5
* Implement support for internal methodsChris Lattner2001-11-261-5/+11
* Implement support for internal methodsChris Lattner2001-11-261-1/+3
* Fix a bad assertion to be correct . The root basic block can be used by PHI n...Chris Lattner2001-11-261-1/+3
* Support Array IndexingChris Lattner2001-11-261-27/+35
* Implement: isLosslesslyConvertableTo and new CompositeType base classChris Lattner2001-11-261-2/+53
* If a name conflict occurs when inserting a value, rename it.Chris Lattner2001-11-261-3/+8
* Be more const correctChris Lattner2001-11-262-8/+8
* Minor style cleanupsChris Lattner2001-11-131-3/+2
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-081-5/+1