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
/
BugDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2009-01-02
1
-2
/
+3
*
Generalize bugpoint's concept of a "safe" backend, and add options
Dan Gohman
2008-12-08
1
-1
/
+2
*
Detabify.
Bill Wendling
2008-02-26
1
-1
/
+1
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-07-04
1
-5
/
+5
*
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
1
-4
/
+5
*
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
1
-11
/
+6
*
add bitcode support
Chris Lattner
2007-05-06
1
-1
/
+9
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-2
/
+2
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
1
-1
/
+3
*
Fix for PR960. Improves bugpoint so that it removes global variable
Bill Wendling
2006-10-25
1
-0
/
+10
*
For PR797:
Reid Spencer
2006-08-18
1
-9
/
+4
*
This commit adds a new feature called find-bugs. The find-bugs option can be ...
Patrick Jenkins
2006-08-15
1
-16
/
+14
*
Teach bugpoint to kill optimization passes that run over the timeout limit,
Chris Lattner
2006-06-13
1
-2
/
+3
*
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-06-06
1
-1
/
+1
*
print a nice error if bugpoint gets an error reading inputs. Bug identified
Chris Lattner
2006-05-14
1
-16
/
+21
*
For PR351:
Reid Spencer
2005-12-22
1
-11
/
+23
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-3
/
+3
*
Allow compilers that can't distinguish between a class instantiation and
Reid Spencer
2004-12-20
1
-1
/
+2
*
For PR351:
Reid Spencer
2004-12-16
1
-1
/
+1
*
LinkModules is now in the Linker class
Reid Spencer
2004-12-13
1
-1
/
+1
*
Linker.h has a new home.
Reid Spencer
2004-11-14
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Finally give bugpoint -timeout support!
Chris Lattner
2004-07-24
1
-1
/
+1
*
* Convert "\n" -> '\n'
Misha Brukman
2004-07-23
1
-4
/
+4
*
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Linker.h moved to include/llvm/Support
Misha Brukman
2004-06-23
1
-1
/
+1
*
Wrap at 80 cols.
Misha Brukman
2004-04-06
1
-7
/
+6
*
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-14
1
-9
/
+10
*
Refactor all of the "splitting a module into two pieces" code to avoid
Chris Lattner
2004-03-14
1
-9
/
+0
*
Format a bit more nicely
Chris Lattner
2004-02-20
1
-0
/
+1
*
Be a bit more robust. Explicitly check for a code generator crash.
Chris Lattner
2004-02-19
1
-1
/
+16
*
Make ToolExecutionError inherit std::exception and implement its
Alkis Evlogimenos
2004-02-19
1
-2
/
+2
*
Cleanup and simplify manipulation of the program, eliminate the need for so
Chris Lattner
2004-02-18
1
-1
/
+10
*
Add a stub for debugging code generator crashes
Chris Lattner
2004-02-18
1
-7
/
+24
*
ctor arguments changed order
Chris Lattner
2004-02-18
1
-1
/
+1
*
This class got moved to FileUtilities.h
Chris Lattner
2004-02-18
1
-8
/
+1
*
finegrainify namespacification
Chris Lattner
2004-01-14
1
-6
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+6
*
fix file headers
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Flush output after writing out the list of function names.
Brian Gaeke
2003-10-15
1
-0
/
+1
*
Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...
Chris Lattner
2003-10-14
1
-29
/
+22
*
Unbreak code generator debug mode
Chris Lattner
2003-10-13
1
-3
/
+5
*
Use new method
Chris Lattner
2003-09-17
1
-7
/
+2
*
Kill warning
Chris Lattner
2003-08-22
1
-3
/
+7
*
Squash the warning that `Result' may not be initialized on all code paths.
Misha Brukman
2003-08-22
1
-1
/
+1
*
File-related functions moved to FileUtilities.h .
Misha Brukman
2003-08-07
1
-1
/
+1
*
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
1
-3
/
+3
*
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
Misha Brukman
2003-08-07
1
-1
/
+1
[next]