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
/
Miscompilation.cpp
Age
Commit message (
Expand
)
Author
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2011-10-11
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-08-12
Fix bugpoint fallout from the new type system.
Nick Lewycky
2011-07-21
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-05-11
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-03-31
Fix whitespace.
Michael J. Spencer
2011-03-31
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2011-03-30
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2010-10-13
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-08-08
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-05
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-07-31
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-30
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-29
Make the test while reducing blocks functional. This avoids accessing freed
Rafael Espindola
2010-07-28
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-26
Clone and restore the module being reduced in
Rafael Espindola
2010-07-20
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-21
Save more temps with -save-temps.
Rafael Espindola
2010-06-07
Use ->isVoidTy().
Dan Gohman
2010-05-11
Fix PR6951 by fixing Module leaks in bugpoint.
Jeffrey Yasskin
2010-04-29
The llc -f flag was removed.
Nick Lewycky
2010-04-12
Boolify.
Benjamin Kramer
2010-04-12
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-01-16
remove obsolete comment.
Chris Lattner
2010-01-16
bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols
Chris Lattner
2010-01-16
switch liblto to use the new getNameWithPrefix() method instead of getMangled...
Chris Lattner
2009-10-06
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-09-07
Add -output-prefix option to bugpoint (to change the default output name).
Daniel Dunbar
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-18
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-30
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-28
Add a bugpoint flag to disable block extraction.
David Goodwin
2009-07-28
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-19
fix test
Chris Lattner
2009-07-19
DisambiguateGlobalSymbols should not mangle intrinsics.
Chris Lattner
2009-07-16
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
[next]