summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-241-480/+0
| | | | llvm-svn: 23944
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-5/+5
| | | | llvm-svn: 21480
* Remove trailing whitespaceMisha Brukman2005-04-211-42/+42
| | | | llvm-svn: 21427
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+11
| | | | llvm-svn: 9903
* Be gcc 3.4 cleanChris Lattner2003-11-051-1/+3
| | | | llvm-svn: 9725
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
| | | | llvm-svn: 9321
* Regularize header file commentsChris Lattner2003-10-131-4/+3
| | | | llvm-svn: 9071
* Changes to runtime frameworkAnand Shukla2003-02-141-5/+4
| | | | llvm-svn: 5572
* Revert Anand's patch which broke the buildChris Lattner2003-02-101-4/+4
| | | | llvm-svn: 5525
* *** empty log message ***Anand Shukla2003-02-091-4/+4
| | | | llvm-svn: 5522
* Changes to work with Statistics reworkChris Lattner2002-10-011-7/+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: 4004
* Added checking thresholdAnand Shukla2002-09-201-4/+4
| | | | llvm-svn: 3864
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-161-6/+17
| | | | llvm-svn: 3733
* minor correctionsAnand Shukla2002-07-181-31/+24
| | | | llvm-svn: 2971
* Relocating Graph.hAnand Shukla2002-06-251-0/+465
llvm-svn: 2770
OpenPOWER on IntegriCloud