index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
InstCombine
Age
Commit message (
Expand
)
Author
2012-11-26
Merging r168196: into the 3.2 release branch.
Pawel Wodnicki
2012-11-22
Merging r168354: into 3.2 release branch
Pawel Wodnicki
2012-11-22
Merging r168280: into 3.2 release branch.
Pawel Wodnicki
2012-11-21
Reverting 168457
Pawel Wodnicki
2012-11-21
Merging r168354, r168355 and r168379 into the 3.2 release branch.
Pawel Wodnicki
2012-11-21
Merging r168181: into 3.2 release branch.
Pawel Wodnicki
2012-11-11
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-03
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-30
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-23
Fix typo that somehow escaped both testing and code inspection.
Duncan Sands
2012-10-23
Transform code like this
Duncan Sands
2012-10-20
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-16
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-28
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-25
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-24
Add missing check for presence of target data.
Richard Osborne
2012-09-21
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-18
Fix instcombine to obey requested alignment when merging allocas.
Richard Osborne
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-13
Handle the new !tbaa.struct metadata tags when converting a memcpy into scalar
Dan Gohman
2012-09-13
Extract code for reducing a type to a single value type into a helper function.
Dan Gohman
2012-08-30
InstCombine: Fix comment to reflect the code.
Benjamin Kramer
2012-08-30
It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),
Nadav Rotem
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-28
InstCombine: Defensively avoid undefined shifts by limiting the amount to the...
Benjamin Kramer
2012-08-28
InstCombine: Guard the transform introduced in r162743 against large ints and...
Benjamin Kramer
2012-08-28
Make sure that we don't call getZExtValue on values > 64 bits.
Nadav Rotem
2012-08-28
Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.
Nadav Rotem
2012-08-21
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
[next]