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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-02
Merge LLVM 3.2 branch
Tom Stellard
16
-629
/
+941
2012-11-13
Merge master branch
tstellar
27
-918
/
+2283
2012-10-22
Merge master branch
tstellar
21
-342
/
+1793
2012-10-16
Merge master branch
tstellar
26
-744
/
+1226
2012-10-11
Merge master branch
tstellar
60
-794
/
+1160
2012-10-02
Merge master branch
tstellar
1
-1
/
+1
2012-10-02
Merge master branch
tstellar
17
-498
/
+817
2012-10-02
Merge TOT
tstellar
3
-81
/
+121
2012-09-24
Enable the new SROA pass by default.
tstellar
1
-1
/
+1
2012-09-24
Address one of the original FIXMEs for the new SROA pass by implementing
tstellar
1
-1
/
+118
2012-09-24
Switch to a signed representation for the dynamic offsets while walking
tstellar
1
-26
/
+75
2012-09-24
Fix a case where the new SROA pass failed to zap dead operands to
tstellar
1
-0
/
+4
2012-09-24
LoopIdiom: Give up when the loop is not in canonical form.
tstellar
1
-0
/
+5
2012-09-21
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
d0k
1
-1
/
+2
2012-09-20
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
mren
1
-0
/
+173
2012-09-19
Renaming functions to match coding style guidelines
milseman
1
-4
/
+4
2012-09-19
Doxygen-ify comments
milseman
1
-8
/
+16
2012-09-19
Put the * and & next to the variable, rather than the type.
milseman
1
-73
/
+73
2012-09-19
SimplifyCFG: Don't generate invalid code for switch used to initialize
hans
1
-9
/
+8
2012-09-19
IntegerDivision: Style cleanups, avoid warning about mixing || and && without...
d0k
1
-7
/
+5
2012-09-19
CodeGenPrep: turn lookup tables into switches for some targets.
hans
1
-4
/
+114
2012-09-18
Fix the last crasher I've gotten a reproduction for in SROA. This one
chandlerc
1
-0
/
+2
2012-09-18
New utility for expanding integer division for targets that don't support it.
milseman
2
-0
/
+307
2012-09-18
LSR critical edge splitting fix for PR13756.
atrick
1
-11
/
+15
2012-09-18
Fix getCommonType in a different way from the way I fixed it when
chandlerc
1
-1
/
+1
2012-09-18
Fix build for compilers that don't understand injected class names properly.
d0k
1
-2
/
+2
2012-09-18
SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...
d0k
1
-8
/
+7
2012-09-18
SROA: Replace the member function template contraption for recursively splitt...
d0k
1
-97
/
+105
2012-09-18
SROA.cpp: Appease msvc.
chapuni
1
-1
/
+1
2012-09-18
LNT builders have picked up new SROA, disable it to get the remaining builder...
d0k
1
-1
/
+1
2012-09-18
Fix a warning in release builds and a test case I forgot to update with
chandlerc
1
-0
/
+1
2012-09-18
Add a major missing piece to the new SROA pass: aggressive splitting of
chandlerc
2
-8
/
+221
2012-09-18
Fix instcombine to obey requested alignment when merging allocas.
friedgold
1
-3
/
+7
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
ctopper
1
-3
/
+2
2012-09-18
PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp
mren
1
-1
/
+38
2012-09-17
PGO: preserve branch-weight metadata when simplifying Switch
mren
1
-0
/
+15
2012-09-17
PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.
mren
1
-5
/
+28
2012-09-17
PGO: preserve branch-weight metadata when simplifying two branches with a common
mren
1
-0
/
+27
2012-09-17
s/__llvm_gcov_flush/__gcov_flush/g
void
1
-4
/
+4
2012-09-17
NewSROA: Provide a full set of operator< for ByteRanges.
d0k
1
-2
/
+7
2012-09-17
Fix a few vars that can end up being used without initialization.
axel
2
-2
/
+2
2012-09-16
Refactor the SROA visitors for partitioning an alloca and building
chandlerc
1
-24
/
+29
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
ctopper
2
-4
/
+6
2012-09-15
Disable new sroa now that all buildbots have tested it.
d0k
1
-1
/
+1
2012-09-15
Port the SSAUpdater-based promotion logic from the old SROA pass to the
chandlerc
2
-14
/
+167
2012-09-15
PGO: preserve branch-weight metadata when simplifying two branches with a common
mren
1
-111
/
+42
2012-09-14
Remove comment.
void
1
-1
/
+1
2012-09-14
PGO: preserve branch-weight metadata when simplifying a switch with a single
mren
2
-2
/
+33
2012-09-14
Stylistic and 80-col fixes
evancheng
2
-8
/
+4
2012-09-14
Review feedback from Duncan Sands. Alphabetize includes and simplify
alexr
1
-3
/
+3
[next]