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
*
[Bugpoint] Do not create illegal function attribute combos
David Greene
2019-12-16
1
-0
/
+5
*
bugpoint: Add option to disable attribute removal
Matt Arsenault
2019-11-19
1
-23
/
+29
*
[bugpoint] Reduce metadata that does not contribute to crash.
Florian Hahn
2019-10-30
1
-1
/
+89
*
[bugpoint] Try to reduce passes after reducing everything.
Florian Hahn
2019-10-29
1
-1
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[bugpoint][PR29027] Reduce function attributes
Brian Gesiak
2018-12-19
1
-0
/
+92
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-3
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[bugpoint] Fix crash when testing for miscompilation.
Rafael Espindola
2018-04-24
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
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
[next]