index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-13
2
-2
/
+20
*
Typo.
Chad Rosier
2012-12-13
1
-1
/
+1
*
Restore the PHI optimization I accidently removed
Michael Ilseman
2012-12-12
1
-0
/
+4
*
Remove trailing whitespace
Michael Ilseman
2012-12-12
1
-39
/
+39
*
Simplify negated bit test
David Majnemer
2012-12-12
1
-0
/
+18
*
Fix indentation.
Nadav Rotem
2012-12-12
1
-4
/
+3
*
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
3
-8
/
+13
*
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
1
-3
/
+2
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
2
-0
/
+39
*
Fix the ascii drawing that was ruined when I split the H and CPP
Nadav Rotem
2012-12-12
1
-10
/
+10
*
fix a typo.
Nadav Rotem
2012-12-12
1
-1
/
+1
*
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-12
4
-29
/
+68
*
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
1
-2
/
+4
*
Remove redunant optimizations from InstCombine, instead call the appropriate ...
Michael Ilseman
2012-12-12
2
-30
/
+9
*
PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...
Nadav Rotem
2012-12-11
1
-1
/
+1
*
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-11
1
-1
/
+13
*
Use an ArrayRef instead of a std::vector&.
Rafael Espindola
2012-12-11
1
-4
/
+4
*
[msan] Use explicitely aligned stores and loads with function argument shadow.
Evgeniy Stepanov
2012-12-11
1
-8
/
+13
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-11
1
-0
/
+4
*
Enable the loop vectorizer only on O2 and above. (Still disabled by default)
Nadav Rotem
2012-12-10
1
-1
/
+1
*
Split the LoopVectorizer into H and CPP.
Nadav Rotem
2012-12-10
2
-951
/
+993
*
Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
Bill Wendling
2012-12-10
1
-4
/
+17
*
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
1
-90
/
+191
*
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-10
1
-219
/
+159
*
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-10
1
-2
/
+2
*
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
1
-2
/
+55
*
test commit.
Paul Redmond
2012-12-09
1
-1
/
+1
*
Use m_OneUse pattern instead of hasOneUse() method.
Jakub Staszak
2012-12-09
1
-7
/
+4
*
Remove trailing spaces.
Jakub Staszak
2012-12-09
1
-80
/
+80
*
Switch SROA to pop Uses off the back of its visitors' queues.
Chandler Carruth
2012-12-09
1
-10
/
+8
*
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-09
1
-19
/
+516
*
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
1
-513
/
+19
*
Fix an inadvertent typo error.
Shuxin Yang
2012-12-08
1
-1
/
+1
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
10
-82
/
+82
*
[msan] Remove readonly/readnone attributes from all called functions.
Evgeniy Stepanov
2012-12-07
1
-0
/
+13
*
Remove unused field.
Jakub Staszak
2012-12-06
1
-6
/
+1
*
Remove trailing spaces.
Jakub Staszak
2012-12-06
1
-25
/
+25
*
MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-06
1
-0
/
+1
*
[msan] Fix a typo in a comment.
Evgeniy Stepanov
2012-12-06
1
-1
/
+1
*
[msan] Do not store origin for clean values.
Evgeniy Stepanov
2012-12-06
1
-17
/
+57
*
Set the 'MadeChange' variable if we are deleting blocks.
Bill Wendling
2012-12-06
1
-0
/
+1
*
[msan] Instrument bswap intrinsic.
Evgeniy Stepanov
2012-12-05
1
-6
/
+21
*
[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.
Evgeniy Stepanov
2012-12-05
1
-37
/
+49
*
[msan] Change linkage type of __msan_track_origins.
Evgeniy Stepanov
2012-12-05
1
-1
/
+1
*
LoopVectorizer: Increase the number of pointers that can be tested at runtime...
Nadav Rotem
2012-12-04
1
-1
/
+1
*
Enable if-conversion during vectorization.
Nadav Rotem
2012-12-04
1
-1
/
+1
*
Fix a bug in vectorization of if-converted reduction variables. If the
Nadav Rotem
2012-12-04
1
-14
/
+20
*
For rdar://12329730, last piece.
Shuxin Yang
2012-12-04
1
-1
/
+14
[next]