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
*
[x86, InstCombine] fix masked load pass-through operand to be a zero vector
Sanjay Patel
2016-04-12
1
-3
/
+6
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-2
/
+7
*
[InstCombine] Add a peephole for redundant assumes
David Majnemer
2016-04-08
1
-2
/
+7
*
AMDGPU: Add frexp_exp intrinsic
Matt Arsenault
2016-03-30
1
-5
/
+16
*
AMDGPU: Constant folding for frexp_mant
Matt Arsenault
2016-03-30
1
-0
/
+14
*
[attrs] Handle convergent CallSites.
Justin Lebar
2016-03-14
1
-1
/
+10
*
[x86, InstCombine] delete x86 SSE2 masked store with zero mask
Sanjay Patel
2016-03-12
1
-0
/
+6
*
[x86, InstCombine] transform more x86 masked loads to LLVM intrinsics
Sanjay Patel
2016-02-29
1
-1
/
+7
*
[x86, InstCombine] transform x86 AVX masked loads to LLVM intrinsics
Sanjay Patel
2016-02-29
1
-1
/
+39
*
[InstCombine] Be more conservative about removing stackrestore
Reid Kleckner
2016-02-27
1
-1
/
+7
*
[x86, InstCombine] transform x86 AVX2 masked stores to LLVM intrinsics
Sanjay Patel
2016-02-26
1
-1
/
+4
*
[x86, InstCombine] transform x86 AVX masked stores to LLVM intrinsics
Sanjay Patel
2016-02-26
1
-0
/
+49
*
NFC. Move isDereferenceable to Loads.h/cpp
Artur Pilipenko
2016-02-24
1
-0
/
+1
*
Revert "[attrs] Handle convergent CallSites."
Justin Lebar
2016-02-22
1
-10
/
+1
*
[attrs] Handle convergent CallSites.
Justin Lebar
2016-02-22
1
-1
/
+10
*
fix inaccurate comment; NFC
Sanjay Patel
2016-02-21
1
-2
/
+1
*
[InstCombine] add getNegativeIsTrueBoolVec() helper function; NFC
Sanjay Patel
2016-02-21
1
-22
/
+20
*
[InstCombine] SSE/SSE2 (u)comiss/(u)comisd comparison intrinsics only use the...
Simon Pilgrim
2016-02-20
1
-0
/
+40
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
Don't propagate dereferenceable attribute through gc.relocate in InstCombine
Artur Pilipenko
2016-02-11
1
-6
/
+0
*
[InstCombine][GC] Handle gc.relocations of vector type
Philip Reames
2016-02-09
1
-25
/
+22
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-57
/
+57
*
[InstCombine] simplify masked scatter/gather intrinsics with zero masks
Sanjay Patel
2016-02-01
1
-4
/
+22
*
[InstCombine] simplify masked store intrinsics with all ones or zeros masks
Sanjay Patel
2016-02-01
1
-1
/
+21
*
[InstCombine] simplify masked load intrinsics with all ones or zeros masks
Sanjay Patel
2016-02-01
1
-0
/
+30
*
add helper function for minnum/maxnum ; NFC
Sanjay Patel
2016-01-31
1
-74
/
+80
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-29
1
-25
/
+25
*
fix formatting; NFC
Sanjay Patel
2016-01-29
1
-4
/
+8
*
less indenting; NFCI
Sanjay Patel
2016-01-28
1
-107
/
+109
*
AMDGPU: Rename intrinsics to use amdgcn prefix
Matt Arsenault
2016-01-22
1
-1
/
+1
*
don't repeat function names in comments; NFC
Sanjay Patel
2016-01-20
1
-19
/
+14
*
80-cols; NFC
Sanjay Patel
2016-01-20
1
-2
/
+2
*
remove outdated comment; NFC
Sanjay Patel
2016-01-19
1
-4
/
+0
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+1
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-2
/
+1
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-3
/
+3
*
[AttributeSet] Overload AttributeSet::addAttribute to reduce compile
Akira Hatanaka
2015-12-02
1
-7
/
+14
*
[OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das
2015-11-25
1
-5
/
+1
*
[InstCombine] Don't drop operand bundles
Sanjoy Das
2015-11-25
1
-3
/
+10
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-16
/
+13
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-13
/
+16
*
[InstCombine] Add trivial folding (bitreverse (bitreverse x)) -> x
James Molloy
2015-11-12
1
-0
/
+10
*
[InstCombine] SSE4A constant folding and conversion to shuffles.
Simon Pilgrim
2015-10-17
1
-53
/
+270
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-7
/
+7
*
[InstCombine][SSE4A] Remove broken INSERTQI range combining optimization
Simon Pilgrim
2015-10-13
1
-45
/
+4
*
[InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR
Simon Pilgrim
2015-10-11
1
-0
/
+53
*
[InstCombine] Remove trivially empty lifetime start/end ranges.
Arnaud A. de Grandmaison
2015-10-01
1
-0
/
+23
*
[InstCombine] Teach how to convert SSSE3/AVX2 byte shuffles to builtin shuffl...
Andrea Di Biagio
2015-09-30
1
-0
/
+41
*
[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR
Simon Pilgrim
2015-09-23
1
-6
/
+0
*
[InstCombine] Use SimplifyDemandedVectorEltsLow helper function. NFCI.
Simon Pilgrim
2015-09-19
1
-17
/
+8
[next]