Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
| | | | | | | VISIBILITY_HIDDEN removal. llvm-svn: 85043 | ||||
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
| | | | | | | | Chris claims we should never have visibility_hidden inside any .cpp file but that's still not true even after this commit. llvm-svn: 85042 | ||||
* | Reapplied r81355 with the problems fixed. | Andreas Neustifter | 2009-09-16 | 1 | -8/+9 |
| | | | | | | | (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 | -9/+8 |
| | | | | llvm-svn: 81347 | ||||
* | Updated ProfileInfo to have clean seperation between different sentinels. | Andreas Neustifter | 2009-09-09 | 1 | -8/+9 |
| | | | | llvm-svn: 81335 | ||||
* | Converted MaximumSpanningTree algorithm to a generic template, this could go | Andreas Neustifter | 2009-09-04 | 1 | -1/+3 |
| | | | | | | into llvm/ADT. llvm-svn: 81001 | ||||
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 1 | -8/+10 |
| | | | | | | | Removed inverted flag form MaximumSpanningTree, also do not handle so much information to MaximumSpanningTree. llvm-svn: 80911 | ||||
* | Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to | Andreas Neustifter | 2009-09-02 | 1 | -9/+9 |
| | | | | | | be instrumented. llvm-svn: 80788 | ||||
* | Code cleanups and added comments. | Andreas Neustifter | 2009-09-02 | 1 | -17/+45 |
| | | | | llvm-svn: 80781 | ||||
* | OptimalEdgeProfiling: Creation of profiles. | Andreas Neustifter | 2009-09-01 | 1 | -0/+186 |
This adds the instrumentation and runtime part of OptimalEdgeProfiling. llvm-svn: 80712 |