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
/
InstPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
10
-2941
/
+0
*
[X86] Fix uninitialized members in constructor warnings. NFCI.
Simon Pilgrim
2019-05-06
1
-1
/
+1
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
2
-0
/
+25
*
[X86] Remove the _alt forms of (V)CMP instructions. Use a combination of cust...
Craig Topper
2019-03-18
4
-0
/
+303
*
[X86] Hopefully fix a tautological compare warning in printVecCompareInstr.
Craig Topper
2019-03-18
2
-2
/
+2
*
[X86] Add tab character to the custom printing of VPCMP and VPCOM instructions.
Craig Topper
2019-03-18
2
-0
/
+4
*
[X86] Merge printf32mem/printi32mem into a single printdwordmem. Do the same ...
Craig Topper
2019-03-17
4
-63
/
+28
*
[X86] Remove the _alt forms of AVX512 VPCMP instructions. Use a combination o...
Craig Topper
2019-03-17
4
-0
/
+308
*
[X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c...
Craig Topper
2019-03-17
6
-15
/
+112
*
[X86] Strip the SAE bit from the rounding mode passed to the _RND opcodes. Us...
Craig Topper
2019-03-15
1
-5
/
+15
*
[X86] Enable printAliasInstr for the Intel assembly printer so that AAM and A...
Craig Topper
2019-03-13
2
-1
/
+9
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-0
/
+1
*
[X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...
Craig Topper
2019-02-04
4
-0
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
9
-36
/
+27
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[X86] NFC Refactor some code in InstPrinters
Gabor Buella
2018-06-05
7
-261
/
+199
*
[X86] Remove 'opaque ptr' from the intel syntax parser and printer.
Craig Topper
2018-05-01
1
-1
/
+0
*
[X86] Print 'tbyte ptr' instead of 'xword ptr' for f80mem in Intel syntax.
Craig Topper
2018-04-26
1
-1
/
+1
*
[X86] Remove DATA32_PREFIX. Hack the printing for DATA16_PREFIX to print 'dat...
Craig Topper
2018-04-22
2
-5
/
+9
*
[X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstCom...
Craig Topper
2018-03-29
4
-13
/
+13
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
2
-0
/
+6
*
[X86] Remove use of MVT class from the ShuffleDecode library.
Craig Topper
2018-03-12
1
-105
/
+87
*
[X86] Add comments to the end of FMA3 instructions to make the operation clear
Craig Topper
2018-03-10
1
-0
/
+286
*
[X86] Add a missing EVEX instruction to EmitAnyX86InstComments.
Craig Topper
2018-03-10
1
-0
/
+1
*
[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstC...
Craig Topper
2018-03-10
1
-7
/
+0
*
[X86] Rewrite printMasking code in X86InstComments to use TSFlags to determin...
Craig Topper
2018-03-10
4
-189
/
+20
*
[X86] Teach Intel syntax InstPrinter to print lock prefixes that have been pa...
Craig Topper
2018-01-25
1
-2
/
+2
*
[X86] Combine two unnecessarily complicated ifs that had the same body. NFC
Craig Topper
2018-01-25
1
-3
/
+1
*
Any Target Asm comments should start from MachineInstr::TAsmComments value.
Andrew V. Tischenko
2017-12-14
1
-1
/
+4
*
[X86] Fix a few instructions that were named Z512 instead of just Z.
Craig Topper
2017-12-10
1
-4
/
+4
*
Fix for Bug 34475 - LOCK/REP/REPNE prefixes emitted as instruction on their own.
Andrew V. Tischenko
2017-11-03
2
-6
/
+6
*
This patch is a result of D37262: The issues with X86 prefixes. It closes PR...
Andrew V. Tischenko
2017-10-16
2
-0
/
+14
*
[X86] Remove temporary std::string creation from shuffle comment printing. We...
Craig Topper
2017-10-11
1
-12
/
+12
*
[X86] Add 128-bit version of vbroadcasti32x2 to shuffle comment decoding.
Craig Topper
2017-10-11
1
-0
/
+11
*
[X86] [ASM INTEL SYNTAX] fix for incorrect assembler code generation when x86...
Konstantin Belochapka
2017-09-25
1
-0
/
+1
*
[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodes
Simon Pilgrim
2017-07-04
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
3
-3
/
+3
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+4
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-2
/
+0
*
[X86] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-06
4
-14
/
+21
*
[X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix
Marina Yatsina
2017-01-18
1
-0
/
+11
*
This is a large patch for X86 AVX-512 of an optimization for reducing code si...
Gadi Haber
2016-12-28
1
-0
/
+5
*
[X86] Remove alternate CodeGenOnly version of (v)movq that declared the load ...
Craig Topper
2016-11-22
1
-3
/
+0
*
[X86] Remove duplicate instructions for (v)movq and replace with patterns on ...
Craig Topper
2016-11-21
1
-2
/
+0
*
[X86] Add support for printing shuffle comments for VALIGN instructions.
Craig Topper
2016-10-22
1
-0
/
+44
*
[X86][AVX512] Add mask/maskz writemask support to subvector broadcast shuffle...
Simon Pilgrim
2016-10-21
1
-0
/
+40
*
X86: Allow expressions to appear as u8imm operands.
Peter Collingbourne
2016-10-20
2
-0
/
+6
*
[AVX-512] Add shuffle comments for vbroadcast instructions.
Craig Topper
2016-10-15
1
-0
/
+43
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-41
/
+77
*
[X86] Rename VINSERTzrr to use a capital Z to match other instructions. NFC
Craig Topper
2016-07-19
1
-2
/
+2
[next]