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
/
Target
/
X86
/
X86EvexToVex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-1
/
+1
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-3
/
+1
*
[X86] NFCI : Comment updation for EVEX to VEX translation.
Jatin Bhateja
2019-06-09
1
-3
/
+3
*
[X86] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Remove unnecessary include. NFC
Craig Topper
2018-07-01
1
-1
/
+0
*
s/TablesChecked/TableChecked/ after r335823
Hans Wennborg
2018-06-28
1
-1
/
+1
*
Unify sorted asserts to use the existing atomic pattern
Benjamin Kramer
2018-06-28
1
-3
/
+3
*
[X86] Use binary search of the EVEX->VEX static tables instead of populating ...
Craig Topper
2018-06-20
1
-38
/
+29
*
[X86] Simplify the TSFlags checking code in EvexToVexInstPass. NFCI
Craig Topper
2018-06-19
1
-16
/
+6
*
[X86] Add 'Z' to the internal names of various EVEX instructions for overall ...
Craig Topper
2018-06-15
1
-8
/
+8
*
[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstC...
Craig Topper
2018-03-10
1
-1
/
+1
*
[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the...
Craig Topper
2018-02-13
1
-2
/
+27
*
[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4/SHUFI64X/SHUFF64X2 int...
Craig Topper
2017-11-04
1
-1
/
+19
*
[X86] Add custom code to EVEX to VEX pass to turn unmasked 128-bit VPALIGND/Q...
Craig Topper
2017-11-01
1
-0
/
+21
*
[X86] Simplify code by removing an unnecessary temporary variable. NFC
Craig Topper
2017-10-30
1
-2
/
+1
*
[X86] Move some EVEX->VEX code to a helper function to prepare for a future p...
Craig Topper
2017-10-30
1
-24
/
+33
*
[X86] Fix typo in comment. NFC
Craig Topper
2017-10-17
1
-1
/
+1
*
[X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-10-05
1
-8
/
+8
*
[X86] Remove execute permissions from a couple files.
Craig Topper
2017-09-21
1
-0
/
+0
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-09-05
1
-10
/
+10
*
[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...
Ayman Musa
2017-03-07
1
-1
/
+7
*
[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-02-02
1
-12
/
+20
*
This is a large patch for X86 AVX-512 of an optimization for reducing code si...
Gadi Haber
2016-12-28
1
-0
/
+213