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
/
InstCombineCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-25
1
-3
/
+3
*
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
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-3
/
+3
*
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
1
-6
/
+4
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-1
/
+1
*
instcombine: merge the functions that remove dead allocas and dead mallocs/ca...
Nuno Lopes
2012-07-09
1
-1
/
+1
*
instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...
Nuno Lopes
2012-06-21
1
-11
/
+11
*
Add support for invoke to the MemoryBuiltin analysid.
Nuno Lopes
2012-06-21
1
-2
/
+3
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-80
/
+6
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
1
-4
/
+2
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
1
-106
/
+60
*
objectsize: add a few more tests and fix a bug
Nuno Lopes
2012-05-11
1
-1
/
+1
*
objectsize: add support for GEPs with non-constant indexes
Nuno Lopes
2012-05-10
1
-31
/
+30
*
objectsize:
Nuno Lopes
2012-05-09
1
-55
/
+96
*
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
2012-05-03
1
-1
/
+1
*
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
1
-5
/
+17
*
replace 'break's with 'return 0' in visitCallInst code for objectsize, since ...
Nuno Lopes
2012-05-03
1
-5
/
+5
*
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes
Lang Hames
2012-05-01
1
-0
/
+51
*
Reverting r155468. Chris and Chandler have convinced me that it's dangerous and
Lang Hames
2012-04-25
1
-35
/
+0
*
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixes
Lang Hames
2012-04-24
1
-0
/
+35
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-10
/
+6
*
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
1
-2
/
+1
*
Narrow test further. Make bot and test happy.
Jim Grosbach
2012-02-03
1
-1
/
+3
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-02-03
1
-55
/
+55
[next]