index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SROA.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-25
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
1
-50
/
+53
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-03-09
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
1
-26
/
+19
2014-03-06
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
1
-1
/
+1
2014-03-06
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
1
-1
/
+1
2014-03-06
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
1
-1
/
+1
2014-03-05
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-6
/
+6
2014-03-03
[C++11] Remove the completely unnecessary requirement on SetVector's
Chandler Carruth
1
-1
/
+1
2014-03-03
[C++11] Add two range adaptor views to User: operands and
Chandler Carruth
1
-6
/
+5
2014-03-02
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
1
-2
/
+2
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-3
/
+3
2014-03-01
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
1
-30
/
+9
2014-02-26
[SROA] Use the correct index integer size in GEPs through non-default
Chandler Carruth
1
-5
/
+10
2014-02-26
[SROA] Teach SROA how to handle pointers from address spaces other than
Chandler Carruth
1
-9
/
+14
2014-02-26
[SROA] Split the alignment computation complete for the memcpy rewriting
Chandler Carruth
1
-16
/
+16
2014-02-26
[SROA] The original refactoring inspired by the addrspace patch in
Chandler Carruth
1
-21
/
+21
2014-02-26
[SROA] Yet another slight refactoring that simplifies an API in the
Chandler Carruth
1
-20
/
+19
2014-02-26
[SROA] Simplify the computing of alignment: we only ever need the
Chandler Carruth
1
-30
/
+16
2014-02-26
[SROA] Use NewOffsetBegin in the unsplit case for memset merely for
Chandler Carruth
1
-3
/
+4
2014-02-26
[SROA] Use the members for New{Begin,End}Offset in the rewrite helpers
Chandler Carruth
1
-14
/
+8
2014-02-26
[SROA] Compute the New{Begin,End}Offset values once for each alloca
Chandler Carruth
1
-40
/
+24
2014-02-26
[SROA] Fix PR18615 with some long overdue simplifications to the bounds
Chandler Carruth
1
-9
/
+6
2014-02-25
[SROA] Add an off-by-default *strict* inbounds check to SROA. I had SROA
Chandler Carruth
1
-0
/
+42
2014-02-25
Make DataLayout a plain object, not a pass.
Rafael Espindola
1
-2
/
+3
2014-02-25
[SROA] Use the original load name with the SROA-prefixed IRB rather than
Chandler Carruth
1
-2
/
+2
2014-02-25
[SROA] Thread the ability to add a pointer-specific name prefix through
Chandler Carruth
1
-21
/
+53
2014-02-25
[SROA] Rather than copying the logic for building a name prefix into the
Chandler Carruth
1
-3
/
+3
2014-02-25
[SROA] Simplify some of the logic to dig out the old pointer value by
Chandler Carruth
1
-14
/
+10
2014-02-25
[SROA] Adjust to new clang-format style.
Chandler Carruth
1
-2
/
+2
2014-02-25
[SROA] Fix a *glaring* bug in r202091: you have to actually *write*
Chandler Carruth
1
-0
/
+2
2014-02-25
Silence GCC warning
Alexey Samsonov
1
-1
/
+1
2014-02-25
[SROA] Add a debugging tool which shuffles the slices sequence prior to
Chandler Carruth
1
-0
/
+19
2014-02-25
[SROA] Use a more direct way of determining whether we are processing
Chandler Carruth
1
-2
/
+3
2014-02-25
[SROA] Fix another instability in SROA with respect to the slice
Chandler Carruth
1
-66
/
+63
2014-02-14
Trivial cleanup: reuse existing variable.
Rafael Espindola
1
-2
/
+1
2014-02-06
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
1
-0
/
+3
2014-01-21
[SROA] Fix a bug which could cause the common type finding to return
Chandler Carruth
1
-22
/
+19
2014-01-19
Fix a really nasty SROA bug with how we handled out-of-bounds memcpy
Chandler Carruth
1
-12
/
+49
2014-01-13
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
1
-3
/
+5
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
1
-1
/
+1
2014-01-04
Add missed cleanup from r198456
Alp Toker
1
-4
/
+6
2014-01-03
Add a LLVM_DUMP_METHOD macro.
Nico Weber
1
-2
/
+2
2013-11-19
Fix an issue where SROA computed different results based on the relative
Chandler Carruth
1
-10
/
+19
2013-09-22
Drop spurious handle in comment.
Benjamin Kramer
1
-1
/
+1
2013-09-21
SROA: Handle casts involving vectors of pointers and integer scalars.
Benjamin Kramer
1
-11
/
+47
2013-08-13
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
1
-82
/
+13
2013-08-11
Re-instate r187323 which fast-tracks promotable allocas as soon as the
Chandler Carruth
1
-12
/
+81
2013-08-11
Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope with
Chandler Carruth
1
-2
/
+23
2013-08-11
Reformat some bits of AllocaPromoter and simplify the name and type of
Chandler Carruth
1
-21
/
+20
2013-07-29
Teach the AllocaPromoter which is wrapped around the SSAUpdater
Chandler Carruth
1
-15
/
+51
[next]