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
/
BugDriver.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)
Florian Hahn
2019-09-30
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[bugpoint] Fix crash when testing for miscompilation.
Rafael Espindola
2018-04-24
1
-1
/
+1
*
Change the BugDriver to store the current module with std::unique_ptr.
Rafael Espindola
2018-02-14
1
-48
/
+34
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-0
/
+1
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-0
/
+6
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
1
-36
/
+31
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
1
-3
/
+4
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
1
-4
/
+3
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-37
/
+29
*
[bugpoint] Delete a stale comment.
Philip Reames
2016-06-29
1
-3
/
+0
*
[bugpoint] Unwrap one level of wrapper functions [NFC]
Philip Reames
2016-06-29
1
-17
/
+10
*
[bugpoint] Simplify code by moving exception to only caller
Philip Reames
2016-06-29
1
-1
/
+0
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.
Rafael Espindola
2015-12-09
1
-5
/
+5
*
[bugpoint] Fix "Alias must point to a definition" problems
Hal Finkel
2015-11-26
1
-0
/
+5
*
[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
Davide Italiano
2015-10-14
1
-2
/
+2
*
Return a std::unique_ptr from parseInputFile and propagate. NFC.
Rafael Espindola
2014-08-26
1
-36
/
+41
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-3
/
+3
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix bugpoint execution/reference output file name
Hal Finkel
2013-06-28
1
-1
/
+1
*
Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.
Rafael Espindola
2013-06-18
1
-0
/
+2
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
1
-1
/
+2
*
Use RunPassesOn as in the rest of bugpoint.
Rafael Espindola
2010-08-10
1
-2
/
+1
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-10
/
+9
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
1
-5
/
+1
*
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
1
-1
/
+5
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
1
-5
/
+1
*
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
2010-08-05
1
-1
/
+1
*
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
1
-9
/
+6
*
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-08-05
1
-3
/
+4
*
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
1
-3
/
+4
*
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
1
-3
/
+6
*
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-28
1
-4
/
+5
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
1
-12
/
+11
*
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
1
-11
/
+12
*
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
1
-12
/
+11
*
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-20
1
-11
/
+12
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
1
-2
/
+2
*
Remove accidentally committed cruft.
Nick Lewycky
2010-04-14
1
-3
/
+0
*
Bugpoint no longer uses exceptions.
Nick Lewycky
2010-04-14
1
-3
/
+4
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-23
/
+28
*
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2010-04-10
1
-2
/
+1
*
Free all Constants in ~LLVMConstantImpl. We avoid assertion failures
Jeffrey Yasskin
2010-03-22
1
-0
/
+1
*
Bugpoint's default memory limit (100MB) was too low for valgrind, so
Jeffrey Yasskin
2010-03-19
1
-1
/
+3
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
1
-2
/
+2
[next]