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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
1
-0
/
+19
*
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-18
1
-0
/
+16
*
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
1
-2
/
+1
*
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-17
1
-0
/
+25
*
InstructionSimplify should be able to simplify A+B==B+A to 'true'
Duncan Sands
2012-11-16
1
-0
/
+9
*
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-16
1
-0
/
+18
*
Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast
Hans Wennborg
2012-11-16
1
-0
/
+20
*
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
1
-0
/
+53
*
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-11-15
1
-0
/
+9
*
Remove DOS line endings.
Jakub Staszak
2012-11-14
1
-21
/
+21
*
Fix the instcombine GEP index widening transform to work correctly for vector
Duncan Sands
2012-11-13
1
-0
/
+5
*
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
1
-2
/
+2
*
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
2
-11
/
+56
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
13
-338
/
+525
*
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
1
-0
/
+170
*
revert r167740
Shuxin Yang
2012-11-13
2
-16
/
+3
*
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
1
-0
/
+85
*
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
1
-0
/
+54
*
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
1
-0
/
+16
*
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
2
-3
/
+16
*
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
1
-0
/
+25
*
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
1
-2
/
+2
*
Remove hard-coded constant in Transforms/InstCombine/memcmp-1.ll
Meador Inge
2012-11-11
1
-1
/
+10
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
4
-24
/
+34
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
3
-12
/
+34
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
2
-0
/
+34
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
4
-39
/
+86
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
3
-60
/
+83
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
4
-25
/
+87
*
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-10
1
-0
/
+227
*
Add support for memory runtime check. When we can, we calculate array bounds.
Nadav Rotem
2012-11-09
1
-0
/
+36
*
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-08
4
-43
/
+112
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
2
-16
/
+56
*
Only do switch-to-lookup table transformation when TargetTransformInfo
Hans Wennborg
2012-11-07
3
-4
/
+9
*
Fix bad test IR in switch_to_lookup_table.ll
Hans Wennborg
2012-11-07
1
-1
/
+1
*
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-06
1
-1
/
+1
*
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
1
-2
/
+2
*
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
1
-1
/
+1
*
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-03
1
-0
/
+11
*
Add a testcase to loop-idiom to cover PR14241 when we start handling
Chandler Carruth
2012-11-02
1
-0
/
+33
*
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
5
-218
/
+1
*
BBVectorize: Commit the rest of the test-case change.
Hal Finkel
2012-11-01
1
-41
/
+1
*
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
2
-11
/
+99
*
Add a test case for PR14233.
Chandler Carruth
2012-11-01
1
-0
/
+53
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-235
/
+0
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
7
-7
/
+62
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-0
/
+48
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
1
-0
/
+32
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
9
-21
/
+46
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
2
-14
/
+82
[next]