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
/
lib
/
Transforms
/
InstCombine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
2
-12
/
+7
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
6
-198
/
+197
*
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
1
-6
/
+10
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-4
/
+2
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-2
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
6
-200
/
+201
*
Fix typo that somehow escaped both testing and code inspection.
Duncan Sands
2012-10-23
1
-1
/
+1
*
Transform code like this
Duncan Sands
2012-10-23
2
-52
/
+305
*
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-20
1
-0
/
+4
*
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-16
1
-2
/
+5
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-3
/
+3
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
2
-7
/
+12
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
1
-4
/
+8
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-1
/
+2
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
1
-6
/
+12
*
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
1
-1
/
+2
*
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
3
-36
/
+9
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
2
-12
/
+7
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
2
-7
/
+12
*
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-11
1
-0
/
+3
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-3
/
+3
*
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-09
1
-12
/
+13
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
12
-33
/
+33
*
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-28
1
-0
/
+4
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
8
-39
/
+39
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
8
-39
/
+39
*
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-27
1
-1
/
+19
*
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-25
1
-3
/
+3
*
Add missing check for presence of target data.
Richard Osborne
2012-09-24
1
-20
/
+22
*
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
1
-1
/
+2
*
Fix instcombine to obey requested alignment when merging allocas.
Richard Osborne
2012-09-18
1
-3
/
+7
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Handle the new !tbaa.struct metadata tags when converting a memcpy into scalar
Dan Gohman
2012-09-13
1
-0
/
+17
*
Extract code for reducing a type to a single value type into a helper function.
Dan Gohman
2012-09-13
1
-15
/
+21
*
InstCombine: Fix comment to reflect the code.
Benjamin Kramer
2012-08-30
1
-1
/
+1
*
It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),
Nadav Rotem
2012-08-30
1
-10
/
+0
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
2
-10
/
+11
*
InstCombine: Defensively avoid undefined shifts by limiting the amount to the...
Benjamin Kramer
2012-08-28
1
-2
/
+2
*
InstCombine: Guard the transform introduced in r162743 against large ints and...
Benjamin Kramer
2012-08-28
1
-10
/
+10
*
Make sure that we don't call getZExtValue on values > 64 bits.
Nadav Rotem
2012-08-28
1
-8
/
+8
*
Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.
Nadav Rotem
2012-08-28
1
-0
/
+20
*
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
1
-1
/
+171
*
InstCombine: Fix a crasher when encountering a function pointer.
Benjamin Kramer
2012-08-18
1
-1
/
+1
*
Remove overly conservative hasOneUse check, this always expands into a single...
Benjamin Kramer
2012-08-18
1
-1
/
+1
*
InstCombine: Add a couple of fabs identities for comparing with 0.0.
Benjamin Kramer
2012-08-18
1
-0
/
+39
*
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
1
-6
/
+4
*
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
1
-1
/
+1
*
fix infinite loop in instcombine in the presence of a (malformed) self-refere...
Nuno Lopes
2012-07-27
1
-0
/
+4
*
Simplify demanded bits of select sources where the condition is a constant ve...
Pete Cooper
2012-07-26
2
-0
/
+34
*
Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...
Pete Cooper
2012-07-26
1
-0
/
+6
[next]