aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Expose more entry points to the verifierChris Lattner2002-02-261-2/+2
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-261-15/+22
* Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner2002-02-262-8/+8
* Move processGraph down lower in the file so all of the forward declarationsChris Lattner2002-02-262-412/+334
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-264-185/+132
* Makefile for profile-pathsAnand Shukla2002-02-261-0/+5
* Initial checkin: functions on Graph used for path profile passAnand Shukla2002-02-262-0/+1428
* Initial checkin: instrument code to get path execution frequencyAnand Shukla2002-02-261-0/+162
* Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla2002-02-261-0/+262
* Initial check in of graph.cpp: implements graph interface used in path profilesAnand Shukla2002-02-261-0/+425
* Change to make it build with GCC 2.95.3Anand Shukla2002-02-262-2/+2
* New makefile to include ProfilePaths dirAnand Shukla2002-02-261-1/+1
* Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.llChris Lattner2002-02-251-0/+20
* When inlining basic blocks and instructions, give them a name!Chris Lattner2002-02-251-0/+4
* Remove hack. This is better fixed in Makefile.commonChris Lattner2002-02-241-1/+1
* Build with newer compiler, with same bugChris Lattner2002-02-241-1/+1
* NamespacesChris Lattner2002-02-241-1/+1
* Clean up std namespace issuesChris Lattner2002-02-244-10/+14
* 64 bit clean nowChris Lattner2002-02-241-3/+4
* * Make it compile with GCC 3.0.4Chris Lattner2002-02-241-7/+6
* * Silence signed/unsigned warningsChris Lattner2002-02-244-6/+8
* Make it compile with GCC 3.0.4Chris Lattner2002-02-245-8/+10
* Close input file if exception is thrownChris Lattner2002-02-201-6/+10
* Change to verifier interfaceChris Lattner2002-02-201-9/+3
* Actually implement some checking in the verifier.Chris Lattner2002-02-201-36/+111
* Fix isArrayAllocation() to be correctChris Lattner2002-02-191-0/+6
* Keep track of memory allocated by alloca so that it is freed appropriatelyChris Lattner2002-02-192-5/+37
* Implement exp functionChris Lattner2002-02-181-0/+9
* Handle more cases in the linkerChris Lattner2002-02-181-5/+21
* Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.llChris Lattner2002-02-142-2/+2
* Implement conversion of method pointer parameter in Call instructionChris Lattner2002-02-141-9/+62
* * Check in fix for: llvm/test/Regression/Other/2002-02-14-LevelRaiseInstDelet...Chris Lattner2002-02-141-5/+7
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-1221-95/+95
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-1233-85/+128
* Add neccesary #includeChris Lattner2002-02-121-0/+1
* I forgot to provide dominance frontier information. Now it's available.Chris Lattner2002-02-121-5/+24
* Initial checkin of new memory -> register promotion passChris Lattner2002-02-121-0/+93
* Add new abort-on-exceptions flagChris Lattner2002-02-121-2/+7
* Write llvm bytecode to output .s file as last step of LLC.Chris Lattner2002-02-113-0/+81
* Make array bound checks optional and disabled by default.Chris Lattner2002-02-111-2/+2
* Fix build errorChris Lattner2002-02-111-2/+2
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-056-64/+112
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-0511-215/+126
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-0515-138/+106
* * Code CleanupsChris Lattner2002-02-056-60/+50
* * Code Cleanups of IGNode.hChris Lattner2002-02-054-106/+48
* Must include SetOperations to do set_*Chris Lattner2002-02-056-0/+6
* Remove generic routines to Support/SetOperations.hChris Lattner2002-02-052-36/+2
* Remove empty filesChris Lattner2002-02-052-0/+0
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-058-115/+90