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
/
IPO
/
PassManagerBuilder.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-05
Reapply: Add slp vectorization to LTO passes. The bug it exposed has been fix...
Yi Jiang
1
-0
/
+3
2014-04-30
Revert r207571 - Add slp vectorization to LTO passes
Yi Jiang
1
-3
/
+0
2014-04-29
Add slp vectorization to LTO passes
Yi Jiang
1
-0
/
+3
2014-04-25
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
1
-4
/
+4
2014-04-18
PMBuilder: Expose an option to disable tail calls
Duncan P. N. Exon Smith
1
-1
/
+3
2014-04-15
LTO: Add more loop simplification passes to LTO
Duncan P. N. Exon Smith
1
-1
/
+3
2014-03-31
Move partial/runtime unrolling late in the pipeline
Hal Finkel
1
-1
/
+4
2014-02-24
LTO: Add the loop vectorizer to the LTO pipeline.
Arnold Schwaighofer
1
-0
/
+3
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
1
-1
/
+1
2013-12-05
Add #pragma vectorize enable/disable to LLVM
Renato Golin
1
-24
/
+12
2013-11-17
Add a loop rerolling flag to the PassManagerBuilder
Hal Finkel
1
-1
/
+2
2013-11-16
Add a loop rerolling pass
Hal Finkel
1
-0
/
+6
2013-10-31
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
1
-1
/
+1
2013-10-18
Mark some command line flags as hidden
Nadav Rotem
1
-3
/
+3
2013-10-03
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
1
-1
/
+1
2013-09-03
Enable late-vectorization by default.
Nadav Rotem
1
-1
/
+1
2013-08-30
Random cleanup: No need to use a std::vector here, since createInternalizePas...
Bill Wendling
1
-5
/
+4
2013-08-28
Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC...
Nadav Rotem
1
-46
/
+18
2013-08-28
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
1
-2
/
+2
2013-08-13
Also remove logic in LateVectorize
Arnold Schwaighofer
1
-1
/
+1
2013-08-13
Remove logic that decides whether to vectorize or not depending on O-levels
Arnold Schwaighofer
1
-1
/
+1
2013-08-06
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
1
-2
/
+2
2013-08-01
Move the optlevel check to the frontend.
Nadav Rotem
1
-1
/
+1
2013-08-01
Only enable SLP-vectorization on O3 builds.
Nadav Rotem
1
-1
/
+1
2013-07-27
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
1
-2
/
+2
2013-06-24
Add a flag to defer vectorization into a phase after the inliner and its
Chandler Carruth
1
-16
/
+66
2013-06-20
Remove the simplify-libcalls pass (finally)
Meador Inge
1
-5
/
+1
2013-06-17
Disable vectorization for -Oz.
Nadav Rotem
1
-1
/
+1
2013-06-17
Enable the loop vectorizer by default for -Os and -O2.
Nadav Rotem
1
-7
/
+1
2013-06-06
Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when co...
Nadav Rotem
1
-1
/
+7
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
1
-1
/
+0
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
1
-0
/
+9
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
1
-4
/
+2
2013-04-15
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
1
-1
/
+12
2013-04-15
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
1
-3
/
+3
2013-03-10
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
1
-3
/
+3
2013-03-06
Generalize my previous fix for -print-options.
Andrew Trick
1
-1
/
+1
2013-03-06
Give -loop-vectorize an explicit default.
Andrew Trick
1
-1
/
+1
2013-01-29
Unroll again after running BBVectorize
Hal Finkel
1
-0
/
+4
2013-01-07
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
1
-1
/
+0
2013-01-04
Move the loop vectorizer from O2 to O3. It looks like the increase in code si...
Nadav Rotem
1
-1
/
+1
2012-12-21
Remove duplicate includes.
Roman Divacky
1
-1
/
+0
2012-12-18
Enable the loop vectorizer in clang and not in the pass manager, so that we c...
Nadav Rotem
1
-1
/
+1
2012-12-18
Enable the loop vectorizer.
Nadav Rotem
1
-1
/
+1
2012-12-15
Revert r170246, "Enable the loop vectorizer by default."
NAKAMURA Takumi
1
-1
/
+1
2012-12-14
Enable the loop vectorizer by default.
Nadav Rotem
1
-1
/
+1
2012-12-14
revert r170166 - disable the loop vectorizer.
Nadav Rotem
1
-1
/
+1
2012-12-14
Enable the loop vectorizer.
Nadav Rotem
1
-1
/
+1
2012-12-14
Disable the loop vectorizer.
Nadav Rotem
1
-1
/
+1
2012-12-13
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
1
-1
/
+1
[next]