summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-241-569/+0
| | | | llvm-svn: 23944
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-24/+24
| | | | llvm-svn: 21480
* Remove trailing whitespaceMisha Brukman2005-04-211-37/+37
| | | | llvm-svn: 21427
* Add support for compilers without argument dependent name lookup, contributedChris Lattner2004-12-081-1/+1
| | | | | | by Bjørn Wennberg llvm-svn: 18627
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
| | | | llvm-svn: 15334
* These files don't need to include <iostream> since they include ↵Brian Gaeke2004-07-211-1/+0
| | | | | | "Support/Debug.h". llvm-svn: 15089
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
| | | | llvm-svn: 14622
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+3
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Regularize header file comment, eliminate using'sChris Lattner2003-10-131-22/+20
| | | | llvm-svn: 9069
* Fix spelling.Misha Brukman2003-10-101-2/+2
| | | | llvm-svn: 9027
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+1
| | | | llvm-svn: 7492
* Changes to runtime frameworkAnand Shukla2003-02-141-5/+5
| | | | llvm-svn: 5572
* Clean up #includesChris Lattner2003-01-141-4/+1
| | | | | | Move graph.h into local directory llvm-svn: 5276
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-1/+1
| | | | | | | | | | | | * Renamed StatisticReporter.h/cpp to Statistic.h/cpp * Broke constructor to take two const char * arguments instead of one, so that indendation can be taken care of automatically. * Sort the list by pass name when printing * Make sure to print all statistics as a group, instead of randomly when the statistics dtors are called. * Updated ProgrammersManual with new semantics. llvm-svn: 4001
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-161-43/+65
| | | | llvm-svn: 3733
* minor correctionsAnand Shukla2002-07-181-28/+82
| | | | llvm-svn: 2971
* additions and bug fixesAnand Shukla2002-06-251-49/+112
| | | | llvm-svn: 2794
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-221-21/+15
| | | | | | enabled with the -debug command line option. llvm-svn: 2721
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-261-6/+13
| | | | | | | * Eliminated memory leak in processGraph * Pass vectors by const reference to moveDummyCode instead of by copy llvm-svn: 1808
* Initial check in of graph.cpp: implements graph interface used in path profilesAnand Shukla2002-02-261-0/+425
llvm-svn: 1803
OpenPOWER on IntegriCloud