index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
CrashDebugger.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-24
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
1
-7
/
+5
2014-07-21
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
1
-2
/
+2
2014-07-20
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
1
-2
/
+2
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-4
/
+4
2014-04-15
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
1
-0
/
+1
2014-03-08
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-15
/
+15
2014-03-04
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
1
-1
/
+1
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
1
-1
/
+1
2013-09-02
Added std:: qualifier to find() invocation
Dmitri Gribenko
1
-4
/
+4
2013-06-17
Don't use PathV1.h in CrashDebugger.cpp.
Rafael Espindola
1
-8
/
+5
2013-06-17
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
1
-0
/
+1
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-5
/
+5
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
1
-6
/
+6
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
1
-2
/
+0
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
1
-0
/
+2
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
1
-2
/
+0
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
1
-0
/
+2
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
1
-1
/
+1
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
1
-1
/
+1
2011-12-25
Add braces to remove silly warning.
Bill Wendling
1
-1
/
+2
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
1
-1
/
+1
2011-11-01
A couple misc fixes so that bugpoint doesn't explode reducing code containing...
Eli Friedman
1
-1
/
+5
2010-10-13
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
1
-4
/
+4
2010-08-10
Use RunPassesOn as in the rest of bugpoint.
Rafael Espindola
1
-7
/
+16
2010-08-08
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
1
-5
/
+5
2010-08-05
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
1
-12
/
+14
2010-08-05
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
1
-1
/
+1
2010-08-05
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
1
-1
/
+1
2010-07-28
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
1
-5
/
+5
2010-07-20
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
1
-5
/
+5
2010-07-20
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
1
-5
/
+5
2010-07-20
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
1
-5
/
+5
2010-07-20
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
1
-5
/
+5
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
1
-12
/
+12
2010-06-07
Use ->isVoidTy().
Dan Gohman
1
-3
/
+2
2010-06-05
No need to special-case structs here; structs are first-class now.
Dan Gohman
1
-3
/
+1
2010-04-12
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
1
-26
/
+37
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
1
-1
/
+1
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
1
-2
/
+2
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
1
-4
/
+5
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
1
-2
/
+1
2009-07-16
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
1
-30
/
+28
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
1
-5
/
+6
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
1
-1
/
+2
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
1
-1
/
+1
2009-05-25
Fix the crash debugger to actually bisect globals once it's determined that it
Nick Lewycky
1
-1
/
+1
2009-05-25
Add a bisection step on the list of instructions before doing the linear
Nick Lewycky
1
-0
/
+92
2009-05-24
Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself
Torok Edwin
1
-0
/
+3
2009-05-24
Add -disable-global-remove option to bugpoint.
Torok Edwin
1
-1
/
+6
2009-04-04
CloneModule stores the BasicBlock mapping in ValueMap. There's no need to
Nick Lewycky
1
-17
/
+6
[next]