Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
| | | | | llvm-svn: 130068 | ||||
* | Reapplied r81355 with the problems fixed. | Andreas Neustifter | 2009-09-16 | 1 | -3/+5 |
| | | | | | | | (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090907/086737.html and http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090907/086746.html) llvm-svn: 82039 | ||||
* | revert r81335, which breaks the build. | Chris Lattner | 2009-09-09 | 1 | -3/+3 |
| | | | | llvm-svn: 81347 | ||||
* | Updated ProfileInfo to have clean seperation between different sentinels. | Andreas Neustifter | 2009-09-09 | 1 | -3/+3 |
| | | | | llvm-svn: 81335 | ||||
* | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 1 | -4/+4 |
| | | | | | | Patch by Erick Tryzelaar. llvm-svn: 81116 | ||||
* | Fix build warning. | Andreas Neustifter | 2009-09-03 | 1 | -1/+1 |
| | | | | llvm-svn: 80912 | ||||
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 1 | -16/+9 |
| | | | | | | (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090831/086139.html) llvm-svn: 80909 | ||||
* | Fix build warning. | Daniel Dunbar | 2009-09-01 | 1 | -1/+1 |
| | | | | llvm-svn: 80730 | ||||
* | OptimalEdgeProfiling: Reading in Profiles. | Andreas Neustifter | 2009-09-01 | 1 | -6/+27 |
| | | | | | | This enables LLVM to read the OptimalEdgeProfiles. llvm-svn: 80715 | ||||
* | Read profile files as binary as proposed in | Andreas Neustifter | 2009-08-25 | 1 | -1/+1 |
| | | | | | | http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-August/025020.html. llvm-svn: 79983 | ||||
* | remove uses of llvm/Support/Streams.h. | Chris Lattner | 2009-08-23 | 1 | -7/+7 |
| | | | | llvm-svn: 79838 | ||||
* | Remove unnecessary ProfileInfoLoader methods. | Daniel Dunbar | 2009-08-05 | 1 | -138/+3 |
| | | | | | | - Part of optimal static profiling patch sequence by Andreas Neustifter. llvm-svn: 78199 | ||||
* | Get rid of a static boolean. | Owen Anderson | 2009-06-24 | 1 | -2/+2 |
| | | | | llvm-svn: 74125 | ||||
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
| | | | | llvm-svn: 61715 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Change uses of Function::front to Function::getEntryBlock for readability. | Dan Gohman | 2007-03-22 | 1 | -1/+2 |
| | | | | llvm-svn: 35265 | ||||
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
| | | | | | | confusion with external linkage types. llvm-svn: 33663 | ||||
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -15/+14 |
| | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | ||||
* | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 1 | -14/+13 |
| | | | | | | llvm streams llvm-svn: 31983 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -11/+11 |
| | | | | llvm-svn: 21416 | ||||
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+2 |
| | | | | llvm-svn: 14622 | ||||
* | Add stub support for reading BBTraces. | Brian Gaeke | 2004-05-04 | 1 | -0/+16 |
| | | | | llvm-svn: 13352 | ||||
* | Share ProfilingType enum with the C profiling runtime libraries. | Brian Gaeke | 2004-05-04 | 1 | -7/+1 |
| | | | | llvm-svn: 13346 | ||||
* | If we have edge counts, we can produce block counts. I've verified that | Chris Lattner | 2004-03-08 | 1 | -11/+67 |
| | | | | | | | using an edge profile to produce block counts gives the exact same numbers as using a block count directly. llvm-svn: 12232 | ||||
* | Add initial support for reading edge counts. This will be improved to enable | Chris Lattner | 2004-03-08 | 1 | -0/+29 |
| | | | | | | translation of edge counts into block/function counts when possible. llvm-svn: 12229 | ||||
* | Fix a typeo | Chris Lattner | 2004-02-11 | 1 | -1/+1 |
| | | | | llvm-svn: 11323 | ||||
* | Factor this code out of llvm-prof | Chris Lattner | 2004-02-11 | 1 | -0/+180 |
llvm-svn: 11314 |