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
/
CrashDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-4
/
+5
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-17
/
+17
*
Added std:: qualifier to find() invocation
Dmitri Gribenko
2013-09-02
1
-4
/
+4
*
Don't use PathV1.h in CrashDebugger.cpp.
Rafael Espindola
2013-06-17
1
-8
/
+5
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-6
/
+6
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-2
/
+0
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-0
/
+2
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
1
-2
/
+0
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+2
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Add braces to remove silly warning.
Bill Wendling
2011-12-25
1
-1
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-1
/
+1
*
A couple misc fixes so that bugpoint doesn't explode reducing code containing...
Eli Friedman
2011-11-01
1
-1
/
+5
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
1
-4
/
+4
*
Use RunPassesOn as in the rest of bugpoint.
Rafael Espindola
2010-08-10
1
-7
/
+16
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-5
/
+5
*
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
2010-08-05
1
-12
/
+14
*
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
1
-1
/
+1
*
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-08-05
1
-1
/
+1
*
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-28
1
-5
/
+5
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
1
-5
/
+5
*
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
1
-5
/
+5
*
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
1
-5
/
+5
*
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-20
1
-5
/
+5
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
1
-12
/
+12
*
Use ->isVoidTy().
Dan Gohman
2010-06-07
1
-3
/
+2
*
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-05
1
-3
/
+1
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-26
/
+37
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-1
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-2
/
+2
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-4
/
+5
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-2
/
+1
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-30
/
+28
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-5
/
+6
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-1
/
+2
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-1
/
+1
*
Fix the crash debugger to actually bisect globals once it's determined that it
Nick Lewycky
2009-05-25
1
-1
/
+1
*
Add a bisection step on the list of instructions before doing the linear
Nick Lewycky
2009-05-25
1
-0
/
+92
*
Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself
Torok Edwin
2009-05-24
1
-0
/
+3
*
Add -disable-global-remove option to bugpoint.
Torok Edwin
2009-05-24
1
-1
/
+6
*
CloneModule stores the BasicBlock mapping in ValueMap. There's no need to
Nick Lewycky
2009-04-04
1
-17
/
+6
*
Use CloneModule's ValueMap to avoid needing to look up
Dan Gohman
2009-03-06
1
-5
/
+4
*
Fix a bugpoint bug on anonymous functions. Instead of looking up
Dan Gohman
2009-03-05
1
-2
/
+4
*
Improve bugpoint output a bit by outputting the actual instructions instead of
Matthijs Kooijman
2008-07-29
1
-2
/
+1
*
several multiple-retval fixes for bugpoint.
Chris Lattner
2008-04-28
1
-10
/
+9
*
Remove tabs. Patch by Mike Stump!
Bill Wendling
2008-04-07
1
-2
/
+2
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-2
/
+2
[next]