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
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-1
/
+1
*
[Bugpoint] Use `unique_ptr` correctly.
Bryant Wong
2017-04-05
1
-11
/
+12
*
Retire bugpoint's -R. hack.
Joerg Sonnenberger
2016-10-01
1
-6
/
+2
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
1
-175
/
+195
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
1
-34
/
+33
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
1
-33
/
+34
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-207
/
+204
*
[bugpoint] Simplify code by moving exception to only caller
Philip Reames
2016-06-29
1
-2
/
+8
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-8
/
+5
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-4
/
+5
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-15
/
+4
*
Simplify testMergedProgram.
Rafael Espindola
2015-12-09
1
-26
/
+19
*
Simplify memory management. NFC.
Rafael Espindola
2015-12-09
1
-79
/
+72
*
Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.
Rafael Espindola
2015-12-09
1
-14
/
+14
*
Simplify memory management. NFC.
Rafael Espindola
2015-12-09
1
-11
/
+10
*
Simplify memory management a bit. NFC.
Rafael Espindola
2015-12-09
1
-9
/
+8
*
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
2015-12-08
1
-12
/
+12
*
Always pass a diagnostic handler to the linker.
Rafael Espindola
2015-12-04
1
-4
/
+15
*
Use references now that it is natural to do so.
Rafael Espindola
2015-12-01
1
-4
/
+4
*
bugpoint: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-10
/
+8
*
[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
Davide Italiano
2015-10-14
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-8
/
+4
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+2
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-7
/
+7
*
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
[next]