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
*
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
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+2
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-15
/
+15
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Added std:: qualifier to find() invocation
Dmitri Gribenko
2013-09-02
1
-4
/
+4
*
Don't use PathV1.h in CrashDebugger.cpp.
Rafael Espindola
2013-06-17
1
-8
/
+5
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-6
/
+6
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-2
/
+0
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-0
/
+2
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
1
-2
/
+0
[next]