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
...
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-3
/
+67
*
[X86] Autoupgrade kunpck intrinsics using vector operations instead of scalar...
Craig Topper
2018-01-14
1
-5
/
+17
*
[X86] Remove llvm.x86.avx512.cvt*2mask.* intrinsics and autoupgrade to (icmp ...
Craig Topper
2018-01-09
1
-3
/
+18
*
Remove redundant includes from lib/IR.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
[X86] Attempt to fix a ubsan failure in the autoupgrade of kunpck intrinsics.
Craig Topper
2017-12-06
1
-1
/
+1
*
[x86][AVX512] Lowering kunpack intrinsics to LLVM IR
Jina Nahias
2017-12-05
1
-0
/
+7
*
[X86] test/testn intrinsics lowering to IR. llvm part.
Uriel Korach
2017-11-13
1
-16
/
+37
*
[x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IR
Jina Nahias
2017-11-13
1
-1
/
+25
*
[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
Jina Nahias
2017-11-06
1
-1
/
+10
*
Bitcode: add an auto-upgrade for LTO section name
Saleem Abdulrasool
2017-10-06
1
-0
/
+29
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-6
/
+18
*
[X86] Finishing broadcastf32x2 and broadcasti32x2 intrinsics lowering to IR. ...
Uriel Korach
2017-09-26
1
-8
/
+2
*
[x86] Lowering Mask Set1 intrinsics to LLVM IR
Jina Nahias
2017-09-19
1
-0
/
+7
*
[X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuff...
Craig Topper
2017-09-16
1
-0
/
+38
*
[AutoUpgrade] Fix a compatibility issue with module flag
Steven Wu
2017-09-15
1
-0
/
+18
*
[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm)
Uriel Korach
2017-09-13
1
-1
/
+26
*
[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR
Yael Tsafrir
2017-09-12
1
-1
/
+23
*
Revert "adding autoUpgrade support to broadcast[f|i]32x2 intrinsics"
Uriel Korach
2017-09-10
1
-20
/
+1
*
adding autoUpgrade support to broadcast[f|i]32x2 intrinsics
Uriel Korach
2017-09-10
1
-1
/
+20
*
[IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE level
Steven Wu
2017-08-21
1
-5
/
+23
*
[AVX512] Remove and autoupgrade many of the broadcast intrinsics
Craig Topper
2017-08-11
1
-0
/
+23
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-0
/
+22
*
[AVX-512] Remove and autoupgrade the masked integer compare intrinsics
Craig Topper
2017-06-22
1
-6
/
+33
*
Added missing break.
Galina Kistanova
2017-05-19
1
-0
/
+1
*
Support arbitrary address space pointers in masked gather/scatter intrinsics.
Elad Cohen
2017-05-03
1
-1
/
+24
*
[X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (LLVM)
Simon Pilgrim
2017-04-14
1
-0
/
+17
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-12
/
+17
*
[X86][LLVM] Converting __mm{|256|512}_movm_epi{8|16|32|64} LLVMIR call into g...
Michael Zuckerman
2017-04-04
1
-0
/
+12
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-7
/
+12
*
Keep attributes, calling convention, etc, when remangling intrinsic
Daniel Berlin
2017-03-01
1
-50
/
+37
*
[IR][X86] Fix llvm version number in comments in AutoUpgrade. Forgot the next...
Craig Topper
2017-02-24
1
-13
/
+13
*
[AVX-512] Remove lzcnt intrinsics and autoupgrade them to generic ctlz intrin...
Craig Topper
2017-02-24
1
-0
/
+8
*
[X86][IR] In AutoUpgrade, check explicitly for xop.vpcmov and xop.vpcmov.256 ...
Craig Topper
2017-02-23
1
-1
/
+2
*
Recommit "[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR."
Craig Topper
2017-02-18
1
-2
/
+2
*
Revert "[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR."
Craig Topper
2017-02-18
1
-2
/
+2
*
[X86] Remove XOP VPCMOV intrinsics and autoupgrade them to native IR.
Craig Topper
2017-02-18
1
-2
/
+2
*
[X86][IR] Simplify the XOP vpcmov autoupgrade code. NFC
Craig Topper
2017-02-18
1
-7
/
+3
*
[X86][IR] Merge together some very similar AutoUpgrade handling. NFC
Craig Topper
2017-02-18
1
-24
/
+16
*
[AVX-512] Remove 128/256-bit masked fp max/min intrinsics. Upgrade them to le...
Craig Topper
2017-02-18
1
-0
/
+38
*
[IR][X86] Simplify some AutoUpgrade code slightly. NFC
Craig Topper
2017-02-17
1
-3
/
+2
*
[IR][X86] Rename an AutoUpgrade helper function to more accurately match what...
Craig Topper
2017-02-17
1
-6
/
+6
*
[IR][X86] Move X86 specific portions of UpgradeIntrinsicFunction1 to a couple...
Craig Topper
2017-02-17
1
-233
/
+248
*
[AVX-512] Remove masked packss/packus intrinsics and autoupgrade to unmasked ...
Craig Topper
2017-02-16
1
-0
/
+40
*
Implement intrinsic mangling for literal struct types.
Daniel Berlin
2017-02-15
1
-2
/
+17
*
[NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM target-generic code.
Justin Lebar
2017-01-21
1
-2
/
+85
*
[ARM] Remove rbit intrinsics and autoupgrade to generic bitreverse.
Chad Rosier
2017-01-10
1
-1
/
+1
*
[AArch64] Add support for lowering bitreverse to the rbit instruction.
Chad Rosier
2017-01-10
1
-0
/
+10
*
[AVX-512] Remove vinsert intrinsics and autoupgrade to native shufflevectors....
Craig Topper
2017-01-03
1
-15
/
+23
*
[AVX-512] Remove vextract intrinsics and autoupgrade to native shufflevectors...
Craig Topper
2017-01-03
1
-10
/
+16
*
[AVX-512] Remove masked pmuldq and pmuludq intrinsics and autoupgrade them to...
Craig Topper
2016-12-27
1
-0
/
+26
[prev]
[next]