Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Give instrumentation based profiling tests their own directory | Justin Bogner | 2014-03-11 | 1 | -542/+0 |
* | PGO: rename profile data files from .pgodata to .profdata. | Bob Wilson | 2014-03-06 | 1 | -1/+1 |
* | PGO: rename FileCheck variable to follow the existing convention. | Bob Wilson | 2014-03-06 | 1 | -3/+3 |
* | Run -fprofile-instr tests with %clang_cc1. | Bob Wilson | 2014-03-06 | 1 | -2/+2 |
* | PGO: Use the main file name to help distinguish functions with local linkage. | Bob Wilson | 2014-03-06 | 1 | -0/+13 |
* | Add a testcase for r202437. | Bob Wilson | 2014-02-28 | 1 | -0/+14 |
* | Change PGO instrumentation to compute counts in a separate AST traversal. | Bob Wilson | 2014-02-17 | 1 | -82/+125 |
* | test/CodeGen: Finish fixing the typo in r199862 | Justin Bogner | 2014-01-23 | 1 | -1/+1 |
* | CodeGen: Fix tracking of PGO counters for the logical or operator | Justin Bogner | 2014-01-23 | 1 | -0/+44 |
* | test/CodeGen: Fix a typo | Justin Bogner | 2014-01-23 | 1 | -1/+1 |
* | CodeGen: Initial instrumentation based PGO implementation | Justin Bogner | 2014-01-06 | 1 | -0/+428 |