index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstCombineCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-7
/
+5
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-17
/
+17
*
Make sure that value handle users see the transformation of an indirect call ...
Nick Lewycky
2014-02-20
1
-0
/
+2
*
InstCombine: Replace custom constant folding code with ConstantExpr.
Benjamin Kramer
2014-02-13
1
-26
/
+11
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-2
/
+5
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ....
Nick Lewycky
2014-01-18
1
-3
/
+4
*
Use type helper functions
Matt Arsenault
2013-09-27
1
-1
/
+1
*
Cleanup handling of constant function casts.
Matt Arsenault
2013-09-17
1
-24
/
+8
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
1
-9
/
+9
*
Fix using arg_end() - arg_begin() instead of arg_size()
Matt Arsenault
2013-06-28
1
-3
/
+3
*
Tidy up a bit. No functional change.
Jim Grosbach
2013-04-05
1
-1
/
+2
*
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...
Andrew Trick
2013-02-08
1
-6
/
+0
*
Have InstCombine call SipmlifyCall when handling calls. Test case included.
Michael Ilseman
2013-02-07
1
-0
/
+6
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
1
-3
/
+10
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-25
/
+18
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-6
/
+8
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
1
-1
/
+1
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-13
/
+21
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
1
-4
/
+4
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-6
/
+7
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-3
/
+3
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-31
1
-3
/
+2
*
Remove mid-optimizer warning. This situation should be handled differently,
Nick Lewycky
2012-12-26
1
-5
/
+2
*
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-24
1
-2
/
+3
*
Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...
Bill Wendling
2012-12-19
1
-1
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-14
/
+14
*
Pattern matching code for intrinsics.
Michael Ilseman
2012-12-13
1
-15
/
+17
*
Typo.
Chad Rosier
2012-12-13
1
-1
/
+1
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-9
/
+9
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Move library call simplification statistic to instcombine
Meador Inge
2012-11-30
1
-1
/
+6
*
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-27
1
-1
/
+1
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-2
/
+3
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-6
/
+4
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-4
/
+6
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-3
/
+3
*
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
1
-36
/
+4
*
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
1
-4
/
+4
[next]