summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* [llvm-exegesis][NFC] Fix compilation warning.Clement Courbet2018-04-041-1/+4
| | | | llvm-svn: 329175
* [llvm-exegesis][NFC] Fix a few warnings.Clement Courbet2018-04-042-1/+4
| | | | llvm-svn: 329174
* [llvm-exegesis] Fix compilation on some clang versions.Clement Courbet2018-04-041-1/+1
| | | | | | default initialization of an object of const type 'const llvm::DebugLoc' requires a user-provided default constructor. llvm-svn: 329171
* Re-land r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-0422-0/+2152
| | | | | | Fixed to depend on and initialize the native target instead of X86. llvm-svn: 329169
* Revert r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-0422-2152/+0
| | | | | | Breaks a bunch of bots. llvm-svn: 329157
* Add llvm-exegesis tool.Clement Courbet2018-04-0422-0/+2152
Summary: [llvm-exegesis][RFC] Automatic Measurement of Instruction Latency/Uops This is the code corresponding to the RFC "llvm-exegesis Automatic Measurement of Instruction Latency/Uops". The RFC is available on the LLVM mailing lists as well as the following document for easier reading: https://docs.google.com/document/d/1QidaJMJUyQdRrFKD66vE1_N55whe0coQ3h1GpFzz27M/edit?usp=sharing Subscribers: mgorny, gchatelet, orwant, llvm-commits Differential Revision: https://reviews.llvm.org/D44519 llvm-svn: 329156
OpenPOWER on IntegriCloud