summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-241-569/+0
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-24/+24
* Remove trailing whitespaceMisha Brukman2005-04-211-37/+37
* Add support for compilers without argument dependent name lookup, contributedChris Lattner2004-12-081-1/+1
* 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-1/+3
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file comment, eliminate using'sChris Lattner2003-10-131-22/+20
* Fix spelling.Misha Brukman2003-10-101-2/+2
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+1
* Changes to runtime frameworkAnand Shukla2003-02-141-5/+5
* Clean up #includesChris Lattner2003-01-141-4/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-1/+1
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-161-43/+65
* minor correctionsAnand Shukla2002-07-181-28/+82
* additions and bug fixesAnand Shukla2002-06-251-49/+112
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-221-21/+15
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-261-6/+13
* Initial check in of graph.cpp: implements graph interface used in path profilesAnand Shukla2002-02-261-0/+425
OpenPOWER on IntegriCloud