aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-4/+3
* Fix spelling.Misha Brukman2003-10-101-4/+4
* Remove #includeChris Lattner2003-09-101-1/+0
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+1
* Changes to runtime frameworkAnand Shukla2003-02-141-1/+1
* Clean up #includesChris Lattner2003-01-141-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-4/+1
* Added checking thresholdAnand Shukla2002-09-201-2/+3
* Removed unnecessary #includes.Misha Brukman2002-09-181-4/+0
* There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner2002-09-171-4/+4
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-161-64/+69
* minor correctionsAnand Shukla2002-07-181-22/+29
* changes BBsorting and orederingAnand Shukla2002-07-081-360/+45
* additions and bug fixesAnand Shukla2002-06-251-151/+503
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-221-80/+62
* Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner2002-02-261-4/+4
* Move processGraph down lower in the file so all of the forward declarationsChris Lattner2002-02-261-206/+167
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-261-87/+57
* Initial checkin: functions on Graph used for path profile passAnand Shukla2002-02-261-0/+714