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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Change the BugDriver to store the current module with std::unique_ptr.
Rafael Espindola
2018-02-14
1
-12
/
+16
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-0
/
+5
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-0
/
+5
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
1
-26
/
+23
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
1
-7
/
+7
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
1
-7
/
+7
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-27
/
+29
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-1
/
+1
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-8
/
+1
*
Always pass a diagnostic handler to the linker.
Rafael Espindola
2015-12-04
1
-1
/
+8
*
Use references now that it is natural to do so.
Rafael Espindola
2015-12-01
1
-1
/
+1
*
[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
Davide Italiano
2015-10-14
1
-2
/
+2
*
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+1
*
bugpoint: Verify input files
Duncan P. N. Exon Smith
2015-03-26
1
-0
/
+6
*
bugpoint: Return early after error, NFC
Duncan P. N. Exon Smith
2015-03-26
1
-10
/
+10
*
Remove the PreserveSource linker mode.
Rafael Espindola
2014-10-28
1
-1
/
+1
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
1
-6
/
+1
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-1
/
+1
*
Return a std::unique_ptr from parseInputFile and propagate. NFC.
Rafael Espindola
2014-08-26
1
-9
/
+5
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
BugPoint: Fix some memory leaks.
David Blaikie
2014-04-25
1
-0
/
+4
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Remove PathV1.h use from BugDriver.cpp.
Rafael Espindola
2013-06-18
1
-3
/
+2
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-1
/
+1
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-1
/
+1
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-1
/
+1
*
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-11
1
-1
/
+2
*
Fix whitespace.
Michael J. Spencer
2011-03-31
1
-10
/
+10
*
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2011-03-31
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-2
/
+2
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
1
-16
/
+5
*
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
1
-5
/
+16
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
1
-16
/
+5
*
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
1
-1
/
+1
*
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
1
-1
/
+1
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
1
-2
/
+1
*
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
1
-1
/
+2
*
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
1
-2
/
+1
*
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-20
1
-1
/
+2
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-43
/
+42
*
Trim #includes.
Dan Gohman
2010-03-24
1
-1
/
+0
[next]