| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move CodeGenFileType enum to Support/CodeGen.h | Reid Kleckner | 2019-11-13 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up... | Peter Collingbourne | 2018-05-21 | 1 | -1/+1 |
| * | Rename *CommandFlags.def to *CommandFlags.inc | David Blaikie | 2018-04-11 | 1 | -1/+1 |
| * | [llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzzer corpus | Igor Laevsky | 2018-02-05 | 1 | -2/+2 |
| * | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | Rename CommandFlags.h -> CommandFlags.def | David Blaikie | 2017-11-27 | 1 | -1/+1 |
| * | [FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into... | Igor Laevsky | 2017-11-16 | 1 | -27/+0 |
| * | fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should never return non-zero (a... | Kostya Serebryany | 2017-10-16 | 1 | -1/+1 |
| * | Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name" | Justin Bogner | 2017-10-12 | 1 | -1/+2 |
| * | Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the exe... | Hans Wennborg | 2017-10-12 | 1 | -1/+0 |
| * | llvm-isel-fuzzer: Handle a subset of backend flags in the executable name | Justin Bogner | 2017-10-12 | 1 | -0/+1 |
| * | Move some CLI utils out of llvm-isel-fuzzer and into the library | Justin Bogner | 2017-09-02 | 1 | -16/+2 |
| * | Specify the namespace in llvm::make_unique to fix the windows build | Justin Bogner | 2017-09-01 | 1 | -1/+1 |
| * | llvm-isel-fuzzer: Stop including FuzzerInterface.h | Justin Bogner | 2017-08-31 | 1 | -1/+0 |
| * | Implement llvm-isel-fuzzer for fuzzing instruction selection | Justin Bogner | 2017-08-29 | 1 | -0/+213 |