index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
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
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
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
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
CodeExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeExtractor] Fix iterator invalidation in findOrCreateBlockForHoisting.
Florian Hahn
2017-11-01
1
-1
/
+3
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-11
1
-26
/
+42
*
[CodeExtractor] Fix multiple bugs under certain shape of extracted region
Jakub Kuderski
2017-10-06
1
-77
/
+31
*
[CodeExtractor] Remove unneded and commented out debugging stmts.
Davide Italiano
2017-07-02
1
-6
/
+0
*
[CodeExtractor] Prevent extraction of block involving blockaddress
Serge Guelton
2017-06-27
1
-0
/
+27
*
[PartialInlining] Support shrinkwrap life_range markers
Xinliang David Li
2017-06-11
1
-16
/
+203
*
[PartialInlining] Shrinkwrap allocas with live range contained in outline reg...
Xinliang David Li
2017-05-30
1
-7
/
+76
*
[CodeExtractor]: Fixup use refs of the old phi.
Xinliang David Li
2017-04-25
1
-0
/
+1
*
[PartialInliner] Fix crash when inlining functions with unreachable blocks.
Davide Italiano
2017-04-21
1
-12
/
+13
*
[CodeExtractor] Remove an unneeded level of indirection. NFCI.
Davide Italiano
2017-04-21
1
-11
/
+6
*
Use basicblock split block utility function
Xinliang David Li
2017-04-20
1
-8
/
+2
*
[CodeExtractor] Remove a bunch of unneeded constructors.
Davide Italiano
2017-04-20
1
-24
/
+0
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-2
/
+1
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-5
/
+9
*
Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-1
/
+2
*
[IR] Make AttributeSetNode public, avoid temporary AttributeList copies
Reid Kleckner
2017-04-10
1
-2
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
Use const-ref in range-loop for to avoid copying pairs of std::string
Sean Silva
2017-02-22
1
-1
/
+1
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-02
1
-16
/
+110
*
Revert r277313 and r277314.
Sean Silva
2016-08-01
1
-110
/
+16
*
Fix - CodeExtractor : Inherit Target Dependent Attributes from the parent fun...
Sean Silva
2016-08-01
1
-1
/
+16
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-01
1
-16
/
+110
*
Refactor - CodeExtractor : Move check for valid block to static utility
Sean Silva
2016-07-27
1
-2
/
+2
*
[CodeExtractor] Merge DEBUG statements in an attempt to fix the msvc
Benjamin Kramer
2016-06-26
1
-4
/
+6
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-58
/
+41
*
Avoid some copies by using const references.
Benjamin Kramer
2016-05-27
1
-4
/
+4
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-4
/
+2
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-13
/
+13
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-4
/
+10
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-1
/
+1
*
[opaque pointer type] Start migrating GEP creation to explicitly specify the ...
David Blaikie
2015-03-14
1
-16
/
+14
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-5
/
+6
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-6
/
+5
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-9
/
+9
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-11
/
+9
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
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
[next]