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
/
CrashDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the BugDriver to store the current module with std::unique_ptr.
Rafael Espindola
2018-02-14
1
-50
/
+49
*
Use std::unique_ptr. NFC.
Rafael Espindola
2018-02-14
1
-4
/
+4
*
Use std::unique_ptr. NFC.
Rafael Espindola
2018-02-14
1
-4
/
+3
*
Use std::unique_ptr. NFC.
Rafael Espindola
2018-02-14
1
-4
/
+4
*
Use std::unique_ptr. NFC.
Rafael Espindola
2018-02-14
1
-6
/
+5
*
Use std::unique_ptr. NFC.
Rafael Espindola
2018-02-14
1
-7
/
+5
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-11
/
+11
*
[bugpoint] Simplify reducers which can fail verification, NFC
Vedant Kumar
2018-02-09
1
-44
/
+39
*
[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
*
[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
*
[Bugpoint] Use boolean AND instead of bitwise AND (PR32660)
Simon Pilgrim
2017-04-14
1
-1
/
+1
*
Fix bugpoint to work with swifterror values
Arnold Schwaighofer
2017-03-07
1
-2
/
+4
*
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
*
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
*
Don't create a SymbolTable in Function when the LLVMContext discards value na...
Mehdi Amini
2016-09-17
1
-6
/
+3
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
1
-73
/
+88
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
1
-28
/
+44
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
1
-44
/
+28
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-198
/
+198
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-3
/
+1
*
Rework CFG simplification in bugpoint
Daniel Berlin
2016-07-28
1
-48
/
+164
*
Make bugpoint transform conditional jumps into unconditional jumps.
Daniel Berlin
2016-07-27
1
-0
/
+168
*
bugpoint: add flag -verbose-errors
Sebastian Pop
2016-07-15
1
-1
/
+7
*
[bugpoint] Unwrap one level of wrapper functions [NFC]
Philip Reames
2016-06-29
1
-1
/
+1
*
[bugpoint] Extract helper functions for readability [NFCI]
Philip Reames
2016-06-29
1
-51
/
+64
*
[bugpoint] Treat token type the same as ehpad w.r.t deletion
Philip Reames
2016-06-29
1
-4
/
+4
*
[bugpoint] Disabling one transform shouldn't prevent reporting the progress o...
Philip Reames
2016-06-29
1
-2
/
+2
*
[Bugpoint] Erase comdat annotations after removing a global's initializer.
Justin Lebar
2016-06-15
1
-0
/
+2
*
[GlobalDCE, Misc] Don't remove functions referenced by ifuncs
David Majnemer
2016-05-04
1
-2
/
+2
*
ValueMapper: Add support for seeding metadata with nullptr
Duncan P. N. Exon Smith
2016-04-02
1
-1
/
+1
*
Add an IR Verifier check for orphaned DICompileUnits.
Adrian Prantl
2016-03-28
1
-1
/
+3
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-2
/
+2
*
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
2015-12-08
1
-8
/
+8
*
[bugpoint] Fix "Alias must point to a definition" problems
Hal Finkel
2015-11-26
1
-2
/
+2
*
Make bugpoint ehpad/token friendly
David Majnemer
2015-11-08
1
-4
/
+5
*
Fix bugpoint breakage on libcxx introduced by r252247
Keno Fischer
2015-11-06
1
-2
/
+2
*
[bugpoint] Add a named metadata (+their operands) reducer
Keno Fischer
2015-11-06
1
-0
/
+173
*
bugpoint: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-36
/
+31
*
Replace some calls to isa<LandingPadInst> with isEHPad()
David Majnemer
2015-08-19
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+1
*
bugpoint Enhancement.
JF Bastien
2015-04-20
1
-7
/
+79
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-1
/
+0
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Return a std::unique_ptr from parseInputFile and propagate. NFC.
Rafael Espindola
2014-08-26
1
-11
/
+8
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-7
/
+5
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+2
[next]