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 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
*
Add missing : in CHECK line.
Richard Osborne
2012-09-24
1
-1
/
+1
*
Add missing check for presence of target data.
Richard Osborne
2012-09-24
1
-0
/
+19
*
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
1
-0
/
+14
*
Fix instcombine to obey requested alignment when merging allocas.
Richard Osborne
2012-09-18
1
-0
/
+24
*
Handle the new !tbaa.struct metadata tags when converting a memcpy into scalar
Dan Gohman
2012-09-13
1
-0
/
+26
*
[llvm] Updated the test fold-vector-select so that we test the vector selects...
Michael Gottesman
2012-08-30
1
-9
/
+144
*
It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),
Nadav Rotem
2012-08-30
1
-25
/
+0
*
InstCombine: Guard the transform introduced in r162743 against large ints and...
Benjamin Kramer
2012-08-28
1
-2
/
+27
*
Make sure that we don't call getZExtValue on values > 64 bits.
Nadav Rotem
2012-08-28
1
-0
/
+7
*
Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.
Nadav Rotem
2012-08-28
2
-2
/
+52
*
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
1
-0
/
+136
*
InstCombine: Fix a crasher when encountering a function pointer.
Benjamin Kramer
2012-08-18
1
-0
/
+8
*
InstCombine: Add a couple of fabs identities for comparing with 0.0.
Benjamin Kramer
2012-08-18
1
-0
/
+82
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
1
-1
/
+2
*
Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...
Benjamin Kramer
2012-08-17
1
-0
/
+17
*
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
1
-0
/
+8
*
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
1
-5
/
+7
*
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
1
-0
/
+9
*
When constant folding GEP expressions, keep the address space information of ...
Nadav Rotem
2012-07-30
1
-0
/
+10
*
fix PR13390: do not loop forever with self-referencing self instructions
Nuno Lopes
2012-07-27
1
-0
/
+19
*
fix infinite loop in instcombine in the presence of a (malformed) self-refere...
Nuno Lopes
2012-07-27
1
-0
/
+17
*
Simplify demanded bits of select sources where the condition is a constant ve...
Pete Cooper
2012-07-26
1
-0
/
+19
*
Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...
Pete Cooper
2012-07-26
1
-0
/
+28
[next]