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
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-1
/
+1
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-1
/
+1
*
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-11
1
-1
/
+2
*
Fix whitespace.
Michael J. Spencer
2011-03-31
1
-10
/
+10
*
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2011-03-31
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-2
/
+2
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
1
-16
/
+5
*
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
1
-5
/
+16
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
1
-16
/
+5
*
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
1
-1
/
+1
*
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
1
-1
/
+1
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
1
-2
/
+1
*
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
1
-1
/
+2
*
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
1
-2
/
+1
*
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-20
1
-1
/
+2
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-43
/
+42
*
Trim #includes.
Dan Gohman
2010-03-24
1
-1
/
+0
*
Free all Constants in ~LLVMConstantImpl. We avoid assertion failures
Jeffrey Yasskin
2010-03-22
1
-0
/
+4
*
Bugpoint's default memory limit (100MB) was too low for valgrind, so
Jeffrey Yasskin
2010-03-19
1
-2
/
+2
*
Make bugpoint use ParseIRFile instead of doing the same thing manually.
Dan Gohman
2009-09-03
1
-12
/
+5
*
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
2009-08-18
1
-0
/
+19
*
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
2009-08-05
1
-1
/
+1
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-19
/
+18
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-5
/
+5
*
Support remote execute for ARM.
David Goodwin
2009-07-10
1
-1
/
+1
*
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
1
-2
/
+3
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+4
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-9
/
+9
*
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
[next]