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
/
OptimizerDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)
Florian Hahn
2019-09-30
1
-6
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[bugpoint] Find 'opt', etc., in bugpoint directory
Brian Gesiak
2018-12-10
1
-1
/
+3
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-8
/
+7
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
Change the BugDriver to store the current module with std::unique_ptr.
Rafael Espindola
2018-02-14
1
-16
/
+14
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-3
/
+3
*
[bugpoint] Report non-existent opt binary
Vedant Kumar
2018-02-09
1
-0
/
+4
*
[bugpoint] Delete a dead cl::opt (-child-output)
Vedant Kumar
2018-02-09
1
-3
/
+0
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Remove unnecessary code.
Rafael Espindola
2017-11-22
1
-3
/
+0
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-0
/
+10
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-5
/
+0
*
Convert a use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-19
/
+20
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-4
/
+4
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-5
/
+7
*
bugpoint: disabling symbolication of bugpoint-executed programs
David Blaikie
2017-06-09
1
-2
/
+3
*
Prefer static namespace-scoped variables over anon namespacing per style guide
David Blaikie
2017-06-01
1
-6
/
+5
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-37
/
+37
*
[bugpoint] Simplify code by moving exception to only caller
Philip Reames
2016-06-29
1
-8
/
+1
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
1
-3
/
+7
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+3
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Fix style.
Michael J. Spencer
2014-11-07
1
-8
/
+6
*
Use findProgramByName.
Michael J. Spencer
2014-11-04
1
-7
/
+22
*
Return a std::unique_ptr from parseInputFile and propagate. NFC.
Rafael Espindola
2014-08-26
1
-8
/
+5
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-5
/
+5
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-7
/
+7
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[bugpoint] Allow the user to specify the path to opt on the commandline.
Michael Gottesman
2013-08-05
1
-1
/
+4
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-4
/
+4
*
Add a version of unique_file that return just the file name.
Rafael Espindola
2013-06-18
1
-10
/
+2
*
Remove usage of PathV1.h from OptimizerDriver.cpp.
Rafael Espindola
2013-06-18
1
-26
/
+32
*
Convert some uses of eraseFromDisk.
Rafael Espindola
2013-06-18
1
-3
/
+3
*
Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.
Rafael Espindola
2013-06-18
1
-11
/
+19
*
Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
2013-06-13
1
-0
/
+1
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
1
-5
/
+5
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
1
-3
/
+2
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-5
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Fix two bugpoint bugs:
Chris Lattner
2012-03-19
1
-5
/
+7
[next]