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
*
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
1
-0
/
+17
*
rdar://12801297
Shuxin Yang
2012-12-18
1
-0
/
+102
*
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...
Michael Ilseman
2012-12-14
1
-0
/
+39
*
Fix a crash in ValueTracking on vectors of pointers.
Nadav Rotem
2012-12-14
1
-0
/
+10
*
rdar://12753946
Shuxin Yang
2012-12-14
1
-6
/
+34
*
Revert r170020, "Simplify negated bit test", for now.
NAKAMURA Takumi
2012-12-13
1
-26
/
+0
*
unHECKify test fixed by Jacob in r159003.
Jakub Staszak
2012-12-12
1
-8
/
+6
*
Simplify negated bit test
David Majnemer
2012-12-12
1
-0
/
+26
*
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
1
-0
/
+10
*
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-06
1
-1
/
+1
*
fix a typo
Shuxin Yang
2012-12-05
1
-1
/
+1
*
For rdar://12329730, last piece.
Shuxin Yang
2012-12-04
3
-4
/
+20
*
rdar://12329730 (2nd part, revised)
Shuxin Yang
2012-12-04
1
-1
/
+1
*
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-04
3
-4
/
+80
*
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
1
-0
/
+31
*
fix a typo
Shuxin Yang
2012-11-29
1
-1
/
+1
*
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
2
-1
/
+45
*
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
1
-0
/
+57
*
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
2
-0
/
+109
*
Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...
Shuxin Yang
2012-11-29
1
-0
/
+32
*
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-27
1
-0
/
+41
*
Move sprintf simplifier tests to test/Transforms/InstCombine
Meador Inge
2012-11-27
1
-6
/
+26
*
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
[next]