index
:
llvm
master
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
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
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2012-10-24
Update GVN to support vectors of pointers.
Hal Finkel
2012-10-24
whitespace
Nadav Rotem
2012-10-24
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-23
Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...
Nadav Rotem
2012-10-23
Fix typo that somehow escaped both testing and code inspection.
Duncan Sands
2012-10-23
Transform code like this
Duncan Sands
2012-10-23
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-23
Fix typo.
Julien Lerouge
2012-10-23
Explain why DenseMap is still used here instead of MapVector.
Julien Lerouge
2012-10-22
Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is not
Julien Lerouge
2012-10-22
Don't crash if the load/store pointer is not a GEP.
Nadav Rotem
2012-10-22
Revert r166407 because it caused analyzer tests to crash and broke self-host ...
Argyrios Kyrtzidis
2012-10-22
BBVectorize should ignore unreachable blocks.
Hal Finkel
2012-10-22
Rename a variable.
Nadav Rotem
2012-10-22
Vectorizer: optimize the generation of selects. If the condition is uniform, ...
Nadav Rotem
2012-10-22
Update the loop vectorizer docs.
Nadav Rotem
2012-10-22
Reapply r166405, teaching tailcallelim to be smarter about nocapture, with a
Nick Lewycky
2012-10-22
Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...
NAKAMURA Takumi
2012-10-21
Teach TailRecursionElimination to consider 'nocapture' when deciding whether
Nick Lewycky
2012-10-21
Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...
Benjamin Kramer
2012-10-21
Avoid an extra hash lookup when inserting a value into the widen map.
Anders Carlsson
2012-10-21
Simplify code. No functionality change.
Jakub Staszak
2012-10-21
Simplify code. No functionality change.
Jakub Staszak
2012-10-21
LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.
Benjamin Kramer
2012-10-21
Fix a bug in the vectorization of wide load/store operations.
Nadav Rotem
2012-10-21
Add support for reduction variables that do not start at zero.
Nadav Rotem
2012-10-21
Document change. Describe the pass and some papers that inspired the design o...
Nadav Rotem
2012-10-21
Vectorizer: fix a bug in the classification of induction/reduction phis.
Nadav Rotem
2012-10-20
Fix an infinite loop in the loop-vectorizer.
Nadav Rotem
2012-10-20
SROA: Simplify code. No functionality change.
Benjamin Kramer
2012-10-20
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-20
Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...
Nadav Rotem
2012-10-20
Fix a typo
Nadav Rotem
2012-10-20
Vectorizer: refactor the memory checks to a new function. No functionality ch...
Nadav Rotem
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Nadav Rotem
2012-10-19
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...
Benjamin Kramer
2012-10-19
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
[ASan] Support comments in ASan/TSan blacklist file as lines starting with #
Alexey Samsonov
2012-10-19
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Benjamin Kramer
2012-10-19
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-18
cleanup the comment.
Nadav Rotem
[next]