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
/
InstCombine
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
NAKAMURA Takumi
2012-11-21
1
-1
/
+3
*
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-18
1
-0
/
+16
*
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-16
1
-0
/
+18
*
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
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
8
-0
/
+727
*
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
2
-0
/
+34
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
2
-0
/
+34
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
2
-0
/
+34
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
3
-4
/
+86
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
2
-0
/
+83
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
3
-0
/
+87
*
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-10
1
-0
/
+227
*
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-08
1
-4
/
+6
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
1
-0
/
+56
*
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-03
1
-0
/
+11
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-235
/
+0
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
1
-0
/
+82
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
2
-0
/
+91
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
2
-0
/
+115
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
3
-9
/
+126
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
3
-3
/
+71
*
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-31
2
-0
/
+117
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-2
/
+1
*
Fix a crash in SimpliftDemandedBits of vectors of pointers.
Nadav Rotem
2012-10-26
1
-0
/
+51
*
Revert 166726 because it may have broken a number of SPEC tests. PR14183.
Nadav Rotem
2012-10-25
1
-51
/
+0
*
Fix a crash in ValueTracking. Add support for vectors of pointers.
Nadav Rotem
2012-10-25
1
-0
/
+51
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-0
/
+235
*
Add a testcase that would have noticed the typo fixed in commit 166475.
Duncan Sands
2012-10-24
1
-0
/
+9
*
Transform code like this
Duncan Sands
2012-10-23
1
-0
/
+197
*
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-20
1
-0
/
+34
*
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
3
-24
/
+97
*
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-16
1
-0
/
+11
*
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-15
5
-0
/
+252
*
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
4
-0
/
+150
*
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
6
-0
/
+204
*
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-11
1
-6
/
+24
*
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-10-04
1
-0
/
+16
*
Fix broken tests.
Benjamin Kramer
2012-10-02
1
-1
/
+1
*
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-28
1
-0
/
+8
*
instcombine: Add more test cases for __strncpy_chk simplification
Meador Inge
2012-09-27
2
-0
/
+87
*
instcombine: Add more test cases for __strcpy_chk simplification
Meador Inge
2012-09-27
3
-13
/
+109
*
instcombine: Add more test cases for __memmove_chk simplification
Meador Inge
2012-09-27
2
-0
/
+84
*
instcombine: Add more test cases for __memcpy_chk simplification
Meador Inge
2012-09-27
2
-0
/
+84
*
instcombine: Add more test cases for __memset_chk simplification
Meador Inge
2012-09-27
3
-18
/
+81
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
3
-5
/
+5
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
3
-5
/
+5
*
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-27
2
-1
/
+36
[prev]
[next]