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
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2012-10-20
Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...
Nadav Rotem
2012-10-19
Vectorizer: Add support for loop reductions.
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
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-18
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-17
This just in, it is a *bad idea* to use 'udiv' on an offset of
Chandler Carruth
2012-10-16
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-15
Update the memcpy rewriting to fully support widened int rewriting. This
Chandler Carruth
2012-10-15
Follow-up fix to r165928: handle memset rewriting for widened integers,
Chandler Carruth
2012-10-15
First major step toward addressing PR14059. This teaches SROA to handle
Chandler Carruth
2012-10-15
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-13
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-11
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-10
Add the testcase from pr13254 (the old scalarreply pass handles this wrong;
Duncan Sands
2012-10-09
New EarlyCSE tests for CSE-ing across commutativity.
Michael Ilseman
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-10-09
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
Teach the new SROA a new trick. Now we zap any memcpy or memmoves which
Chandler Carruth
2012-10-04
SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...
Benjamin Kramer
2012-10-04
In my recent change to avoid use of underaligned memory I didn't notice that
Duncan Sands
2012-10-04
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-10-04
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-03
Fix PR13967.
Jakub Staszak
2012-10-03
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
Fix broken tests.
Benjamin Kramer
2012-10-01
Fix more misspellings found by Duncan during review.
Chandler Carruth
2012-10-01
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
2012-10-01
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-09-29
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-29
Add test case for r164850.
Evan Cheng
2012-09-28
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-27
instcombine: Add more test cases for __strncpy_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __strcpy_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __memmove_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __memcpy_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __memset_chk simplification
Meador Inge
[prev]
[next]