index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
CodeExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-9
/
+11
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-15
/
+13
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-2
/
+1
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-2
/
+2
*
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-09
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-1
/
+1
*
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
1
-1
/
+2
*
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
1
-7
/
+32
*
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
1
-35
/
+34
*
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Hoist a safety assert from the extraction method into the construction
Chandler Carruth
2012-05-04
1
-9
/
+13
*
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
1
-161
/
+107
*
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-05-03
1
-14
/
+21
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-1
/
+2
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-3
/
+3
*
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2011-09-20
1
-3
/
+3
*
Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...
Bill Wendling
2011-09-20
1
-8
/
+10
*
Fix comments.
Bill Wendling
2011-09-20
1
-4
/
+4
*
Revert r140083 and r140084 until buildbots can be fixed.
Bill Wendling
2011-09-19
1
-8
/
+1
*
If we are extracting a basic block that ends in an invoke call, we must also
Bill Wendling
2011-09-19
1
-1
/
+8
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-5
/
+4
*
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
-1
/
+1
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-3
/
+3
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-3
/
+3
*
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
1
-1
/
+1
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-2
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-3
/
+2
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-3
/
+4
*
typoes
Gabor Greif
2010-09-10
1
-2
/
+2
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-1
/
+1
*
Fix nondeterministic behavior.
Julien Lerouge
2010-01-10
1
-9
/
+3
*
Fix nondeterministic behavior.
Julien Lerouge
2010-01-09
1
-6
/
+7
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-7
/
+7
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Comment-ify.
Owen Anderson
2009-08-25
1
-0
/
+3
*
Switch to SmallVector.
Owen Anderson
2009-08-25
1
-2
/
+2
*
Pull out this predicate loop into a helper function.
Owen Anderson
2009-08-25
1
-11
/
+15
*
Handle a corner case when extracing code regions where one of the immediate s...
Owen Anderson
2009-08-25
1
-2
/
+20
*
When extracting SEME regions of code, the extractor needs to update the domin...
Owen Anderson
2009-08-24
1
-2
/
+18
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-7
/
+8
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-23
/
+31
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-2
/
+2
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-10
/
+6
[next]