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
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
2
-0
/
+100
*
Get rid of the getPointeeAlignment helper function from
Eli Friedman
2012-11-26
1
-0
/
+10
*
rdar://12329730 (defect 2)
Shuxin Yang
2012-11-26
1
-0
/
+15
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
2
-0
/
+143
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
1
-0
/
+59
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
1
-0
/
+32
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
1
-0
/
+48
*
Fix bogus comment; no functional change.
Meador Inge
2012-11-26
1
-1
/
+2
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
1
-0
/
+41
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
1
-0
/
+133
*
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-23
1
-1
/
+1
*
Add more functions to the target library information.
Meador Inge
2012-11-22
1
-0
/
+99
*
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
[next]