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
*
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
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Allow the block extractor take to take a list of basic blocks to not extract
Nick Lewycky
2007-11-14
1
-4
/
+9
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+254