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
*
[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
Bill Schmidt
2014-11-12
1
-0
/
+14
*
Canonicalize an assume(load != null) into !nonnull metadata
Philip Reames
2014-11-11
1
-0
/
+20
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-1
/
+1
*
Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type.
Frederic Riss
2014-10-23
1
-3
/
+9
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
1
-0
/
+84
*
[InstCombine] Simplify the logic from r219067 using ValueTracking
Hal Finkel
2014-10-05
1
-12
/
+4
*
[InstCombine] Remove redundant @llvm.assume intrinsics
Hal Finkel
2014-10-04
1
-0
/
+17
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-14
/
+17
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-2
/
+6
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Canonicalization for @llvm.assume
Hal Finkel
2014-07-25
1
-0
/
+17
*
InstCombine: Strength reduce sadd.with.overflow into a regular nsw add if we ...
Benjamin Kramer
2014-07-04
1
-0
/
+15
*
R600/SI: Add intrinsics for various math instructions.
Matt Arsenault
2014-06-19
1
-0
/
+14
*
[PPC64LE] Correct vperm -> shuffle transform for little endian
Bill Schmidt
2014-06-05
1
-1
/
+10
*
Post-commit fixes for r209643
Filipe Cabecinhas
2014-05-27
1
-3
/
+7
*
Fix bad assert.
Daniel Jasper
2014-05-27
1
-1
/
+2
*
Convert some X86 blendv* intrinsics into IR.
Filipe Cabecinhas
2014-05-27
1
-0
/
+35
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-3
/
+3
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-6
/
+6
*
Also handle ConstantAggregateZero when optimizing vpermilvar*.
Rafael Espindola
2014-04-29
1
-20
/
+22
*
Remove tabs.
Rafael Espindola
2014-04-29
1
-4
/
+4
*
Two fixes to the vpermilvar optimization.
Rafael Espindola
2014-04-29
1
-1
/
+24
*
[InstCombine][X86] Teach how to fold calls to SSE2/AVX2 packed logical shift
Andrea Di Biagio
2014-04-26
1
-9
/
+41
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-33
/
+32
*
[InstCombine][x86] Constant fold psll intrinsics.
Michael J. Spencer
2014-04-24
1
-0
/
+41
*
Optimize some special cases for SSE4a insertqi
Filipe Cabecinhas
2014-04-24
1
-0
/
+67
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Simplify a vpermil* with constant mask.
Rafael Espindola
2014-04-21
1
-0
/
+15
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-0
/
+1
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-2
/
+5
*
[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
[next]