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
/
ExtractFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)
Florian Hahn
2019-09-30
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
[bugpoint] Fix crash when testing for miscompilation.
Rafael Espindola
2018-04-24
1
-3
/
+3
*
Change the BugDriver to store the current module with std::unique_ptr.
Rafael Espindola
2018-02-14
1
-4
/
+4
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-2
/
+2
*
[bugpoint] Simplify reducers which can fail verification, NFC
Vedant Kumar
2018-02-09
1
-3
/
+2
*
[llvm-extract] Support extracting basic blocks
Volkan Keles
2018-01-23
1
-3
/
+9
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-17
/
+11
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-1
/
+1
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-2
/
+1
*
[bugpoint] Also remove comdat's from externalized GVs
Hal Finkel
2017-04-11
1
-0
/
+1
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-78
/
+78
*
[bugpoint] Simplify code by moving exception to only caller
Philip Reames
2016-06-29
1
-1
/
+1
*
[Bugpoint] Erase comdat annotations after removing a global's initializer.
Justin Lebar
2016-06-15
1
-0
/
+2
*
Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.
Rafael Espindola
2015-12-09
1
-11
/
+6
*
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
2015-12-08
1
-2
/
+2
*
[bugpoint] Fix "Alias must point to a definition" problems
Hal Finkel
2015-11-26
1
-2
/
+34
*
bugpoint: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-10
/
+8
*
Replace a few instances of NULL with nullptr.
David Majnemer
2015-02-26
1
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Return a std::unique_ptr from parseInputFile and propagate. NFC.
Rafael Espindola
2014-08-26
1
-31
/
+14
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
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
-11
/
+11
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-3
/
+2
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-2
/
+2
*
Don't use PathV1.h in ExtractFunction.cpp.
Rafael Espindola
2013-06-17
1
-19
/
+12
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-1
/
+2
*
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
-8
/
+8
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Improve handling of blockaddresses in bugpoint when splitting a module. Patc...
Eli Friedman
2012-02-22
1
-6
/
+54
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-1
/
+1
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-1
/
+1
*
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
1
-1
/
+1
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-2
/
+0
*
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
Chris Lattner
2011-06-20
1
-6
/
+9
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
1
-3
/
+3
*
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
1
-1
/
+1
*
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-09-01
1
-5
/
+5
*
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-20
1
-1
/
+9
*
Use RunPassesOn as in the rest of bugpoint.
Rafael Espindola
2010-08-10
1
-17
/
+17
[next]