index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
OptimizerDriver.cpp
Age
Commit message (
Expand
)
Author
2004-05-12
Don't leave dead bytecode.output files around if the optimizer/block extracto...
Chris Lattner
2004-03-14
Fix a minor bug in runPassesOn
Chris Lattner
2004-03-14
Add a new "AutoDebugCrashes" option
Chris Lattner
2004-03-14
Add new method
Chris Lattner
2004-02-18
Don't crash if there are no passes in the PassesToRun list
Chris Lattner
2004-01-14
finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-10
Don't include <stdlib.h>.
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
2003-08-07
File-related functions moved to FileUtilities.h .
Misha Brukman
2003-08-07
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
Misha Brukman
2003-07-21
Fixed misspelling.
Misha Brukman
2003-06-02
Give better information about how the passes crash
Chris Lattner
2003-04-24
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-04-24
Remove support for "target data" pass ctors
Chris Lattner
2003-04-24
Implement support for bugpoint to identify which FUNCTION an optimization
Chris Lattner
2003-01-22
Allow creating of passes like levelraise which use a targetdata ctor
Chris Lattner
2002-12-23
Implement the start of the miscompilation detection stuff
Chris Lattner
2002-11-20
Initial checkin of bugpoint
Chris Lattner