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
/
IR
/
AutoUpgrade.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AVX-512] Use an equality compare instead of StringRef::startswith in a few p...
Craig Topper
2016-11-05
1
-32
/
+29
*
[X86] Remove broken support for autoupgrading llvm.x86.fma4.* intrinsics to l...
Craig Topper
2016-11-05
1
-6
/
+0
*
[AVX-512] Remove masked pmin/pmax intrinsics and autoupgrade to native IR.
Craig Topper
2016-10-24
1
-5
/
+16
*
Don't drop the llvm. prefix when renaming.
Rafael Espindola
2016-10-03
1
-14
/
+16
*
Fix autoupgrade logic for Objective-C class properties module flag
Mehdi Amini
2016-09-16
1
-4
/
+4
*
Fix auto-upgrade of TBAA tags in Bitcode Reader
Mehdi Amini
2016-09-14
1
-17
/
+15
*
[X86] Remove masked shufpd/shufps intrinsics and autoupgrade to native vector...
Craig Topper
2016-09-13
1
-0
/
+26
*
[AVX-512] Remove 128-bit and 256-bit masked floating point add/sub/mul/div in...
Craig Topper
2016-09-04
1
-0
/
+44
*
[AVX-512] Remove masked integer add/sub/mull intrinsics and upgrade to native...
Craig Topper
2016-09-04
1
-0
/
+15
*
[X86] Combine some of the strings in autoupgrade code.
Craig Topper
2016-09-03
1
-35
/
+7
*
[AVX-512] Remove floating point logical operation instrinsics and replace the...
Craig Topper
2016-09-02
1
-0
/
+37
*
Revert "Revert "Invariant start/end intrinsics overloaded for address space""
Mehdi Amini
2016-08-13
1
-1
/
+27
*
Revert "Invariant start/end intrinsics overloaded for address space"
Mehdi Amini
2016-08-13
1
-27
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[x86] Fix a bug in the auto-upgrade from r276416 where we failed to give
Chandler Carruth
2016-08-10
1
-1
/
+1
*
Invariant start/end intrinsics overloaded for address space
Anna Thomas
2016-07-22
1
-1
/
+27
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 (reapp...
Simon Pilgrim
2016-07-22
1
-7
/
+14
*
Revert "[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128"
Benjamin Kramer
2016-07-22
1
-14
/
+7
*
Revert "Invariant start/end intrinsics overloaded for address space"
Anna Thomas
2016-07-21
1
-27
/
+1
*
Invariant start/end intrinsics overloaded for address space
Anna Thomas
2016-07-21
1
-1
/
+27
*
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128
Simon Pilgrim
2016-07-21
1
-7
/
+14
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-19
1
-8
/
+0
*
[AVX512] Remove masked logic op intrinsics and autoupgrade them to native IR.
Craig Topper
2016-07-12
1
-0
/
+21
*
[X86,IR] Remove unnecessary or unused LLVMContext parameter from some of the ...
Craig Topper
2016-07-12
1
-17
/
+16
*
[X86] Remove and autoupgrade 512-bit non-temporal store intrinsics.
Craig Topper
2016-07-09
1
-2
/
+6
*
Move setName after accessing Name
Eric Liu
2016-07-08
1
-5
/
+2
*
Make a std::string copy of StringRef Name so that it remains valid when the o...
Eric Liu
2016-07-08
1
-1
/
+4
*
[AVX512] Remove and autoupgrade a duplicate set of 512-bit masked shift intri...
Craig Topper
2016-07-08
1
-1
/
+24
*
[AVX512] Zero extend the result of vpcmpeq/vpcmpgt and similar intrinsics in ...
Craig Topper
2016-07-07
1
-2
/
+3
*
[X86][AVX512] Autoupgrade the BROADCAST intrinsics
Simon Pilgrim
2016-07-05
1
-1
/
+9
*
[IR,X86] Remove some intrinsic prefixes earlier in the auto-upgrade code so w...
Craig Topper
2016-07-04
1
-214
/
+226
*
[X86][AVX512] Autoupgrade the VPERMPD/VPERMQ intrinsics
Simon Pilgrim
2016-07-04
1
-0
/
+18
*
[X86][AVX512] Autoupgrade the VPERMILPD/VPERMILPS intrinsics
Simon Pilgrim
2016-07-04
1
-1
/
+3
*
[X86][AVX512] Autoupgrade the MOVDDUP/MOVSLDUP/MOVSHDUP intrinsics
Simon Pilgrim
2016-07-02
1
-0
/
+25
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-06-28
1
-0
/
+34
*
Revert -r273892 "Support arbitrary addrspace pointers in masked load/store in...
Artur Pilipenko
2016-06-27
1
-34
/
+0
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-06-27
1
-0
/
+34
*
[AVX512] Remove masked unpack intrinsics and autoupgrade to vectorshuffle and...
Craig Topper
2016-06-23
1
-0
/
+36
*
[AVX512] Remove the masked vpcmpeq/vcmpgt intrinsics and autoupgrade them to ...
Craig Topper
2016-06-21
1
-0
/
+30
*
[X86][SSE4A] Autoupgrade and remove MOVNTSD/MOVNTSS intrinsics
Simon Pilgrim
2016-06-18
1
-0
/
+25
*
[x86] autoupgrade and remove AVX2 integer min/max intrinsics
Sanjay Patel
2016-06-16
1
-4
/
+10
*
[x86] autoupgrade and remove SSE2/SSE41 integer min/max intrinsics
Sanjay Patel
2016-06-16
1
-0
/
+36
*
fix comments; NFC
Sanjay Patel
2016-06-15
1
-6
/
+3
*
[AVX512] Remove maksed pshufd, pshuflw, and phufhw intrinsics and autoupgrade...
Craig Topper
2016-06-13
1
-3
/
+21
*
[X86] Refactor some of the X86 autoupgrade code to split mask vector and sele...
Craig Topper
2016-06-13
1
-74
/
+69
*
[X86] Remove sse2 pshufd/pshuflw/pshufhw intrinsics and upgrade them to shuff...
Craig Topper
2016-06-12
1
-1
/
+31
*
[X86] Pre-allocate some of the shuffle mask SmallVectors in the auto upgrade ...
Craig Topper
2016-06-12
1
-20
/
+12
*
[X86] Greatly simplify the llvm.x86.avx.vpermil.* auto-upgrade code. We can f...
Craig Topper
2016-06-12
1
-36
/
+18
*
[X86,IR] Make use of the CreateShuffleVector form that takes an ArrayRef<uint...
Craig Topper
2016-06-12
1
-20
/
+19
*
[IR] Require ArrayRef of 'uint32_t' instead of 'int' for the mask argument fo...
Craig Topper
2016-06-12
1
-10
/
+11
[prev]
[next]