aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.llChris Lattner2002-03-111-3/+2
* Remove runtime library in favor of users linking against real libraries.Chris Lattner2002-03-111-14/+0
* Do not link in runtime library anymore, assume that user manually links inChris Lattner2002-03-111-0/+2
* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.llChris Lattner2002-03-111-3/+20
* Implement a bunch of new functions to support the SPECINT mcfChris Lattner2002-03-081-0/+84
* * Add new method localLookupChris Lattner2002-03-081-2/+16
* Fix bug: test/Regression/2002-03-08-NameCollision2.llChris Lattner2002-03-081-4/+9
* Fix minor memory leakChris Lattner2002-03-081-0/+6
* Fix for: test/Regression/Assembler/2002-03-08-NameCollision.llChris Lattner2002-03-081-14/+23
* We were not correctly burrowing down multiple levels to get to a leaf. Fix t...Chris Lattner2002-03-071-1/+2
* Support changing the pointer type of a store for the case where we areChris Lattner2002-03-071-5/+18
* Initial checkinChris Lattner2002-03-071-0/+7
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-061-30/+88
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Move call graph printing support out of Writer.h into Callgraph.hChris Lattner2002-03-061-22/+2
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-063-22/+22
* Fix include error.Vikram S. Adve2002-03-032-2/+2
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-2616-126/+445
* 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