index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
OptimizerDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-7
/
+9
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-2
/
+2
*
[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
*
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-21
1
-1
/
+1
*
fit in 80 cols.
Chris Lattner
2011-02-24
1
-1
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-03
1
-1
/
+2
*
80-col violations, trailing whitespace.
Mikhail Glushenkov
2010-11-03
1
-4
/
+4
*
Check for (unlikely) errors from FindExecutable.
Dan Gohman
2010-10-29
1
-1
/
+8
*
Delete this obsolete comment.
Dan Gohman
2010-10-29
1
-4
/
+0
*
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
1
-1
/
+1
*
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-09-01
1
-8
/
+8
*
Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",
Chris Lattner
2010-08-24
1
-10
/
+3
*
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-20
1
-8
/
+20
*
Add a opt-args option that can be used to pass arguments to every opt
Rafael Espindola
2010-08-08
1
-0
/
+6
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-4
/
+4
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
1
-35
/
+19
*
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
1
-19
/
+35
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
1
-35
/
+19
*
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-08-05
1
-10
/
+7
*
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-28
1
-5
/
+6
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
1
-4
/
+4
*
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
1
-4
/
+4
*
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
1
-4
/
+4
*
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-20
1
-4
/
+4
*
Bugpoint's default memory limit (100MB) was too low for valgrind, so
Jeffrey Yasskin
2010-03-19
1
-2
/
+0
*
Add -output-prefix option to bugpoint (to change the default output name).
Daniel Dunbar
2009-09-07
1
-3
/
+6
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-3
/
+3
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-20
/
+18
*
eliminate the std::ostream forms of the bitcode writing APIs.
Chris Lattner
2009-08-23
1
-15
/
+17
*
Include valgrind in the steps to reproduce if valgrind was used to reproduce
Nick Lewycky
2009-08-18
1
-0
/
+1
*
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
1
-1
/
+1
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-25
/
+24
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-1
/
+1
*
Add -silence-passes option to bugpoint. This option suppresses output generated
Matthijs Kooijman
2008-06-12
1
-1
/
+8
*
Detabify.
Bill Wendling
2008-02-26
1
-1
/
+1
[next]