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-12-19
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-18
rdar://12801297
Shuxin Yang
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
Rename the test so that we can add additional vectors-of-pointers tests
Nadav Rotem
2012-12-18
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-17
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-15
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
2012-12-15
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-14
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...
Michael Ilseman
2012-12-14
Fix a crash in ValueTracking on vectors of pointers.
Nadav Rotem
2012-12-14
rdar://12753946
Shuxin Yang
2012-12-13
Revert r170020, "Simplify negated bit test", for now.
NAKAMURA Takumi
2012-12-13
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-12
unHECKify test fixed by Jacob in r159003.
Jakub Staszak
2012-12-12
Simplify negated bit test
David Majnemer
2012-12-12
unHECKify test. It was fixed by Chris in 2009.
Jakub Staszak
2012-12-12
Fix typo in test-case.
Jakub Staszak
2012-12-12
Fix typo.
Jakub Staszak
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-11
PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...
Nadav Rotem
2012-12-11
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-11
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-10
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-09
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-08
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-07
The test unconditionally assumes a particular cpu has a backend build in the ...
David Tweed
2012-12-07
Add support to ValueTracking for determining that a pointer is non-null
Chandler Carruth
2012-12-06
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-05
fix a typo
Shuxin Yang
2012-12-04
Fix a bug in vectorization of if-converted reduction variables. If the
Nadav Rotem
2012-12-04
For rdar://12329730, last piece.
Shuxin Yang
2012-12-04
Add support for reduction variables when IF-conversion is enabled.
Nadav Rotem
2012-12-04
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-12-04
rdar://12329730 (2nd part, revised)
Shuxin Yang
2012-12-04
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-01
SROA: Avoid struct and array types early to avoid creating an overly large in...
Benjamin Kramer
2012-12-01
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
The patch is to improve the memory footprint of pass GlobalOpt.
Zhou Sheng
2012-11-30
Fix logic to determine whether to turn a switch into a lookup table. When
Evan Cheng
2012-11-29
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
instcombine: Migrate puts optimizations
Meador Inge
[prev]
[next]