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
/
bugpoint
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
3
-25
/
+25
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-3
/
+3
*
[bugpoint] Report non-existent opt binary
Vedant Kumar
2018-02-09
1
-0
/
+4
*
[bugpoint] Simplify reducers which can fail verification, NFC
Vedant Kumar
2018-02-09
2
-47
/
+41
*
[bugpoint] Delete a dead cl::opt (-child-output)
Vedant Kumar
2018-02-09
1
-3
/
+0
*
[bugpoint] Simplify the global initializer reducer, NFC
Vedant Kumar
2018-02-08
1
-61
/
+59
*
Simplify function prototypes in bugpoint, NFC
Vedant Kumar
2018-02-08
1
-31
/
+21
*
[llvm-extract] Support extracting basic blocks
Volkan Keles
2018-01-23
1
-3
/
+9
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
2
-8
/
+0
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-2
/
+2
*
Remove unnecessary code.
Rafael Espindola
2017-11-22
1
-3
/
+0
*
Convert the last use of sys::fs::createUniqueFile in bugpoint.
Rafael Espindola
2017-11-16
1
-14
/
+8
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
4
-12
/
+25
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
4
-22
/
+22
*
Convert a use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-19
/
+20
*
[SimplifyCFG] put the optional assumption cache pointer in the options struct...
Sanjay Patel
2017-10-04
1
-1
/
+1
*
[SimplifyCFG] add a struct to house optional folds (PR34603)
Sanjay Patel
2017-09-27
1
-1
/
+1
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
2
-5
/
+5
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
2
-7
/
+9
*
Fix check-llvm on kernel 4.9+ with asan or msan
Vitaly Buka
2017-09-01
1
-4
/
+10
*
[NFC] Remove multiple semicolons
Mandeep Singh Grang
2017-06-28
1
-1
/
+1
*
[bugpoint] Do not initialize disassembler passes
Tobias Grosser
2017-06-26
1
-1
/
+0
*
Ensure backends available in 'opt' are also available in 'bugpoint'
Tobias Grosser
2017-06-24
3
-0
/
+11
*
bugpoint: disabling symbolication of bugpoint-executed programs
David Blaikie
2017-06-09
1
-2
/
+3
*
Prefer static namespace-scoped variables over anon namespacing per style guide
David Blaikie
2017-06-01
1
-6
/
+5
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-2
/
+1
*
[Bugpoint] Use boolean AND instead of bitwise AND (PR32660)
Simon Pilgrim
2017-04-14
1
-1
/
+1
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-1
/
+1
*
[bugpoint] Also remove comdat's from externalized GVs
Hal Finkel
2017-04-11
1
-0
/
+1
*
[Bugpoint] Use `unique_ptr` correctly.
Bryant Wong
2017-04-05
1
-11
/
+12
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-1
/
+2
*
Fix bugpoint to work with swifterror values
Arnold Schwaighofer
2017-03-07
1
-2
/
+4
*
Allow use of spaces in Bugpoint ‘--compile-command’ argument
David Bozier
2017-03-02
1
-21
/
+46
*
Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...
Marshall Clow
2017-02-16
2
-5
/
+6
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-2
/
+2
*
[CMake] bugpoint depends on intrinsics_gen
Chris Bieneman
2016-11-18
1
-0
/
+3
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
[Polly] Remove the unused POLLY_LINK_LIBS for linking polly into
Hongbin Zheng
2016-10-30
1
-5
/
+0
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-25
1
-0
/
+23
*
Disable fatal errors in the Verifier instantiated by bugpoint's crash
Adrian Prantl
2016-10-18
1
-3
/
+3
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-4
/
+2
*
Revert "Add -strip-nonlinetable-debuginfo capability"
Michael Ilseman
2016-10-06
1
-31
/
+0
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-06
1
-0
/
+31
*
Retire bugpoint's -R. hack.
Joerg Sonnenberger
2016-10-01
2
-9
/
+2
*
HAVE_LINK_R is not the only reason why this needs config.h.
Joerg Sonnenberger
2016-09-30
1
-1
/
+1
*
Don't create a SymbolTable in Function when the LLVMContext discards value na...
Mehdi Amini
2016-09-17
1
-6
/
+3
*
Ensure Polly linking works without BUILD_SHARED_LIBS
Tobias Grosser
2016-09-14
1
-0
/
+2
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
10
-543
/
+558
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
7
-90
/
+112
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
7
-112
/
+90
[prev]
[next]