Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a compatibility test | Xinliang David Li | 2016-02-03 | 1 | -0/+0 |
| | | | | llvm-svn: 259632 | ||||
* | [PGO] Revert r255365: solution incomplete, not handling lambda yet | Xinliang David Li | 2015-12-11 | 1 | -0/+0 |
| | | | | llvm-svn: 255369 | ||||
* | [PGO] Stop using invalid char in instr variable names. | Xinliang David Li | 2015-12-11 | 1 | -0/+0 |
Before the patch, -fprofile-instr-generate compile will fail if no integrated-as is specified when the file contains any static functions (the -S output is also invalid). This patch fixed the issue. With the change, the index format version will be bumped up by 1. Backward compatibility is preserved with this change. Differential Revision: http://reviews.llvm.org/D15243 llvm-svn: 255365 |