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
/
InstCombineCalls.cpp
Age
Commit message (
Expand
)
Author
2013-02-08
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...
Andrew Trick
2013-02-07
Have InstCombine call SipmlifyCall when handling calls. Test case included.
Michael Ilseman
2013-01-30
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-25
Remove some introspection functions.
Bill Wendling
2013-01-25
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-21
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-31
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-26
Remove mid-optimizer warning. This situation should be handled differently,
Nick Lewycky
2012-12-24
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-19
Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-13
Pattern matching code for intrinsics.
Michael Ilseman
2012-12-13
Typo.
Chad Rosier
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Move library call simplification statistic to instcombine
Meador Inge
2012-11-27
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
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
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-25
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
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-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-15
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-09
instcombine: merge the functions that remove dead allocas and dead mallocs/ca...
Nuno Lopes
2012-06-21
instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...
Nuno Lopes
2012-06-21
Add support for invoke to the MemoryBuiltin analysid.
Nuno Lopes
2012-06-21
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-11
objectsize: add a few more tests and fix a bug
Nuno Lopes
2012-05-10
objectsize: add support for GEPs with non-constant indexes
Nuno Lopes
[next]