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-12-12
Fix indentation.
Nadav Rotem
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
Fix the ascii drawing that was ruined when I split the H and CPP
Nadav Rotem
2012-12-12
fix a typo.
Nadav Rotem
2012-12-12
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-12
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
Remove redunant optimizations from InstCombine, instead call the appropriate ...
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
Use an ArrayRef instead of a std::vector&.
Rafael Espindola
2012-12-11
[msan] Use explicitely aligned stores and loads with function argument shadow.
Evgeniy Stepanov
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-10
Enable the loop vectorizer only on O2 and above. (Still disabled by default)
Nadav Rotem
2012-12-10
Split the LoopVectorizer into H and CPP.
Nadav Rotem
2012-12-10
Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
Bill Wendling
2012-12-10
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
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
test commit.
Paul Redmond
2012-12-09
Use m_OneUse pattern instead of hasOneUse() method.
Jakub Staszak
2012-12-09
Remove trailing spaces.
Jakub Staszak
2012-12-09
Switch SROA to pop Uses off the back of its visitors' queues.
Chandler Carruth
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-08
Fix an inadvertent typo error.
Shuxin Yang
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
[msan] Remove readonly/readnone attributes from all called functions.
Evgeniy Stepanov
2012-12-06
Remove unused field.
Jakub Staszak
2012-12-06
Remove trailing spaces.
Jakub Staszak
2012-12-06
MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-06
[msan] Fix a typo in a comment.
Evgeniy Stepanov
2012-12-06
[msan] Do not store origin for clean values.
Evgeniy Stepanov
2012-12-06
Set the 'MadeChange' variable if we are deleting blocks.
Bill Wendling
2012-12-05
[msan] Instrument bswap intrinsic.
Evgeniy Stepanov
2012-12-05
[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.
Evgeniy Stepanov
2012-12-05
[msan] Change linkage type of __msan_track_origins.
Evgeniy Stepanov
2012-12-04
LoopVectorizer: Increase the number of pointers that can be tested at runtime...
Nadav Rotem
2012-12-04
Enable if-conversion during vectorization.
Nadav Rotem
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
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Give scalar if-converted blocks half the score because they are not always ex...
Nadav Rotem
2012-12-04
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-12-04
[asan] add experimental -asan-realign-stack option (true by default, which do...
Kostya Serebryany
[prev]
[next]