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
...
*
Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...
Pete Cooper
2015-05-06
1
-10
/
+3
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-1
/
+1
*
[x86] instcombine more cases of insertps into a shufflevector
Sanjay Patel
2015-04-25
1
-14
/
+31
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
1
-1
/
+1
*
[X86, SSE] instcombine common cases of insertps intrinsics into shuffles
Sanjay Patel
2015-04-16
1
-2
/
+45
*
GCC complains thusly: "attributes at the beginning of statement are ignored [...
Nick Lewycky
2015-04-13
1
-1
/
+1
*
Subtraction is not commutative. Fixes PR23212!
Nick Lewycky
2015-04-13
1
-6
/
+7
*
[InstCombine] Refactor out OptimizeOverflowCheck. NFCI.
Sanjoy Das
2015-04-08
1
-93
/
+16
*
optimize the AVX2 (integer) version of vperm2 into a shuffle
Sanjay Patel
2015-03-24
1
-1
/
+1
*
[X86, AVX] instcombine vperm2 intrinsics with zero inputs into shuffles
Sanjay Patel
2015-03-24
1
-28
/
+42
*
[X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles
Sanjay Patel
2015-03-20
1
-0
/
+59
*
InstCombine: Don't fold call bitcast into args if callee is byval
David Majnemer
2015-03-11
1
-1
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-33
/
+31
*
[InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/st...
Hal Finkel
2015-02-26
1
-0
/
+38
*
InstCombine: propagate deref via new addDereferenceableAttr
Ramkumar Ramachandra
2015-02-14
1
-2
/
+8
*
Revert r228556: InstCombine: propagate nonNull through assume
Chandler Carruth
2015-02-10
1
-8
/
+1
*
InstCombine: propagate nonNull through assume
Ramkumar Ramachandra
2015-02-09
1
-1
/
+8
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
InstCombine: Don't strip bitcasts off of callsites marked 'thunk'
David Majnemer
2015-01-21
1
-0
/
+4
*
[PM] Simplify (ha! ha!) the way that instcombine calls the
Chandler Carruth
2015-01-21
1
-1
/
+6
*
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
2015-01-07
1
-27
/
+5
*
InstCombine: Just a small tidy-up
David Majnemer
2015-01-07
1
-3
/
+2
*
InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
2015-01-06
1
-4
/
+13
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-10
/
+10
*
InstCombine: Detect when llvm.umul.with.overflow always overflows
David Majnemer
2015-01-02
1
-0
/
+2
*
Analysis: Reformulate WillNotOverflowUnsignedMul for reusability
David Majnemer
2015-01-02
1
-18
/
+2
*
Carry facts about nullness and undef across GC relocation
Philip Reames
2014-12-29
1
-0
/
+36
*
Strength reduce intrinsics with overflow into regular arithmetic operations i...
Erik Eckstein
2014-12-17
1
-0
/
+15
*
[InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi.
Andrea Di Biagio
2014-12-11
1
-1
/
+16
*
Refactor creation of overflow result tuples in InstCombineCalls.
Erik Eckstein
2014-12-11
1
-57
/
+16
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-9
/
+8
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
1
-0
/
+9
*
[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
[prev]
[next]