index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
bugpoint
/
Miscompilation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the PreserveSource linker mode.
Rafael Espindola
2014-10-28
1
-6
/
+4
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
1
-23
/
+7
*
Return a std::unique_ptr from parseInputFile and propagate. NFC.
Rafael Espindola
2014-08-26
1
-15
/
+16
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-9
/
+9
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+4
*
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Fix invalid function pointers in bugpoint ExtractLoops
Hal Finkel
2013-08-02
1
-7
/
+42
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-8
/
+8
*
Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.
Rafael Espindola
2013-06-18
1
-19
/
+28
*
Convert two uses of eraseFromDisk.
Rafael Espindola
2013-06-17
1
-2
/
+2
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-1
/
+2
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-2
/
+1
*
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2012-01-31
1
-1
/
+2
*
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-11
1
-3
/
+5
*
Fix bugpoint fallout from the new type system.
Nick Lewycky
2011-08-12
1
-4
/
+0
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
1
-2
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-3
/
+3
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-6
/
+4
*
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
1
-2
/
+3
*
Fix whitespace.
Michael J. Spencer
2011-03-31
1
-13
/
+13
*
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2011-03-31
1
-3
/
+3
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-2
/
+1
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
1
-6
/
+6
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-5
/
+5
*
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-08-05
1
-3
/
+6
*
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
1
-17
/
+25
*
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
1
-11
/
+14
*
Make the test while reducing blocks functional. This avoids accessing freed
Rafael Espindola
2010-07-29
1
-4
/
+22
*
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-28
1
-10
/
+8
*
Clone and restore the module being reduced in
Rafael Espindola
2010-07-26
1
-6
/
+27
*
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
-18
/
+18
*
Save more temps with -save-temps.
Rafael Espindola
2010-06-21
1
-3
/
+7
*
Use ->isVoidTy().
Dan Gohman
2010-06-07
1
-1
/
+1
*
Fix PR6951 by fixing Module leaks in bugpoint.
Jeffrey Yasskin
2010-05-11
1
-7
/
+7
*
The llc -f flag was removed.
Nick Lewycky
2010-04-29
1
-1
/
+1
*
Boolify.
Benjamin Kramer
2010-04-12
1
-1
/
+1
[next]