summaryrefslogtreecommitdiff
path: root/unittests/tools
AgeCommit message (Expand)Author
2018-07-13[cfi-verify] Support AArch64.Joel Galenson
2018-07-03[llvm-exegesis] Adjust AArch64 unit testJohn Brawn
2018-07-03[llvm-exegesis] Add an AArch64 targetJohn Brawn
2018-07-03[llvm-exegesis] ExegisX86Target::setRegToConstant() should depend on the subt...Clement Courbet
2018-06-26[llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.Clement Courbet
2018-06-25Fix unsigned/signed comparison failure in unittest.Eric Christopher
2018-06-25[llvm-exegesis][NFC] Remove unnecessary member variables.Clement Courbet
2018-06-25[llvm-exegesis] Generate snippet setup code.Clement Courbet
2018-06-20[llvm-exegesis] Add mechanism to add target-specific passes.Clement Courbet
2018-06-20[llvm-exegesis] Fix failing test.Guillaume Chatelet
2018-06-20[llvm-exegesis] Use a Prototype to defer picking a value for free vars.Guillaume Chatelet
2018-06-19Re-land r335038 "[llvm-exegesis] A mechanism to add target-specific functiona...Clement Courbet
2018-06-19Revert r335038 "[llvm-exegesis] A mechanism to add target-specific functional...Clement Courbet
2018-06-19[llvm-exegesis] A mechanism to add target-specific functionality.Clement Courbet
2018-06-14[llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeNameClement Courbet
2018-06-13[llvm-exegesis] Fix buildbot - power was using native target for X86.Guillaume Chatelet
2018-06-13[llvm-exegesis] Fix failing assert when creating Snippet for LAHF.Guillaume Chatelet
2018-06-13[llvm-exegesis] Cleaner design without mutable data.Guillaume Chatelet
2018-06-12[llvm-exegesis] Move libpfm linking to LLVMExegesis.Guillaume Chatelet
2018-06-07[llvm-exegesis] Improve error reporting.Guillaume Chatelet
2018-06-07[llvm-exegesis] Serializes instruction's operand in BenchmarkResult's key.Guillaume Chatelet
2018-06-06[llvm-exegesis] move Mode from Key to BenchmarResult.Clement Courbet
2018-06-05[llvm-exegesis] Add instructions to BenchmarkResult Key.Clement Courbet
2018-06-04[llvm-exegesis][NFC] Use an enum instead of a string for benchmark mode.Clement Courbet
2018-06-01[llvm-exegesis] Analysis: Display idealized sched class port pressure.Clement Courbet
2018-05-24[llvm-exegesis] Analysis: Show value extents.Clement Courbet
2018-05-22[llvm-exegesis] Analysis output uses HTML.Clement Courbet
2018-05-18[llvm-exegesis] Fix compile error on VS.Clement Courbet
2018-05-17[llvm-exegesis] Disable failing ARM assembler tests.Clement Courbet
2018-05-17[llvm-exegesis] Disable the tests failing on buildbots while we investigate.Clement Courbet
2018-05-17[llvm-exegesis][NFC] Remove dead function.Clement Courbet
2018-05-17Fix r332592 : X86 tests should use the X86 target, not the native targets.Clement Courbet
2018-05-17reland r332579: [llvm-exegesis] Update to cover latency through another opcode.Clement Courbet
2018-05-17Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."Clement Courbet
2018-05-17[llvm-exegesis] Update to cover latency through another opcode.Clement Courbet
2018-05-15[llvm-exegesis] Split AsmTemplate.Name into components.Clement Courbet
2018-05-15[llvm-exegesis] InMemoryAssembler: handle return-less targets (e.g. arm).Clement Courbet
2018-05-14Re-land r332230 "[llvm-exegesis]Fix a warning in r332221"Clement Courbet
2018-05-14[llvm-exegesis] Revert accidentally commited code.Clement Courbet
2018-05-14[llvm-exegesis] Fix a warning in r332221Clement Courbet
2018-05-14[llvm-exegesis] Allow lists of BenchmarkResults to be parsed as std::vector<B...Clement Courbet
2018-05-09Make CMakeLists.txt formatting more consistent with the rest of LLVM.Nico Weber
2018-05-07Re-land r331622 "[llvm-exegesis] Add a library to cluster benchmark results."Clement Courbet
2018-05-07Revert r331622 "[llvm-exegesis] Add a library to cluster benchmark results."Clement Courbet
2018-05-07[llvm-exegesis] Add a library to cluster benchmark results.Clement Courbet
2018-04-13Revert r330027: "[llvm-exegesis] re-enable failing tests after r330026."Clement Courbet
2018-04-13[llvm-exegesis] re-enable failing tests after r330026.Clement Courbet
2018-04-13[llvm-exegesis][NFC] Add more logging in case target creation fails.Clement Courbet
2018-04-13[llvm-exegesis] Create test files in temporary directory.Clement Courbet
2018-04-13Partially revert r330008.Clement Courbet