index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-isel-fuzzer
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
*
Break a couple more false dependencies on target libraries
Daniel Sanders
2019-06-10
1
-1
/
+4
*
Fix file header issues in fuzzers. NFC
Fangrui Song
2019-02-21
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...
Peter Collingbourne
2018-05-21
1
-1
/
+1
*
make add_llvm_fuzzer calls slightly more consisten with other cmake
Nico Weber
2018-05-11
1
-2
/
+4
*
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
2
-51
/
+5
*
llvm-isel-fuzzer: Weak function invoke the ire of PE/COFF
Justin Bogner
2017-09-01
1
-4
/
+1
*
llvm-isel-fuzzer: Add link-time dependency on BitWriter
Justin Bogner
2017-09-01
1
-0
/
+1
*
llvm-isel-fuzzer: Add link-time dependency on BitReader
Justin Bogner
2017-09-01
1
-0
/
+1
*
Specify the namespace in llvm::make_unique to fix the windows build
Justin Bogner
2017-09-01
1
-1
/
+1
*
llvm-isel-fuzzer: Make buildable and testable without libFuzzer
Justin Bogner
2017-09-01
2
-1
/
+58
*
cmake: Invent add_llvm_fuzzer to set up fuzzer targets
Justin Bogner
2017-08-31
1
-20
/
+15
*
llvm-isel-fuzzer: Stop including FuzzerInterface.h
Justin Bogner
2017-08-31
2
-3
/
+0
*
Implement llvm-isel-fuzzer for fuzzing instruction selection
Justin Bogner
2017-08-29
2
-0
/
+235