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
/
AsmParser
/
X86AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC,X86] Cleanup some X86 parser functions to use MCParser helpers. NFCI.
Nirav Dave
2018-03-20
1
-45
/
+22
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
1
-3
/
+4
*
MC intel asm parser: Allow @ at the start of function names.
Nico Weber
2018-03-12
1
-1
/
+5
*
[X86] Remove checks for FeatureAVX512 from the X86 assembly parser. Remove mc...
Craig Topper
2018-02-02
1
-83
/
+73
*
Allow usage of X86-prefixes as separate instrs.
Andrew V. Tischenko
2018-01-17
1
-0
/
+7
*
[X86] When parsing rounding mode operands, provide a proper end location so w...
Craig Topper
2018-01-06
1
-5
/
+6
*
It's a fix for Bug 35741 - can't use comments after x86 prefixes.
Andrew V. Tischenko
2017-12-26
1
-2
/
+3
*
[X86] Teach the assembler to support %db8-%db15 as aliases for %dr8-%dr15.
Craig Topper
2017-12-02
1
-13
/
+25
*
Add -print-schedule scheduling comments to inline asm.
Andrew V. Tischenko
2017-11-09
1
-2
/
+3
*
[X86] Don't call validateInstruction from MatchAndEmitInstruction when Matchi...
Craig Topper
2017-11-08
1
-2
/
+2
*
[X86][AsmParser] Treat '%' as the modulo operator under Intel syntax
Reid Kleckner
2017-10-31
1
-0
/
+1
*
[X86] Teach the assembly parser to warn on duplicate registers in gather inst...
Craig Topper
2017-10-26
1
-0
/
+71
*
[X86] Use correct type for return value of ComputeAvailableFeatures in the As...
Craig Topper
2017-10-26
1
-1
/
+1
*
Fix or vs || typo.
Simon Pilgrim
2017-10-16
1
-1
/
+1
*
This patch is a result of D37262: The issues with X86 prefixes. It closes PR...
Andrew V. Tischenko
2017-10-16
1
-10
/
+56
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-1
/
+96
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-2
/
+1
*
[X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...
Coby Tayree
2017-09-29
1
-60
/
+90
*
[x86][AsmParser] Allow some more MS size directives
Coby Tayree
2017-09-28
1
-0
/
+3
*
[X86] Fix typo in comment. NFC
Craig Topper
2017-09-26
1
-1
/
+1
*
[X86] [MC] fixed non optimal encoding of instruction memory operand (PR24038).
Konstantin Belochapka
2017-09-22
1
-2
/
+5
*
[X86][X86AsmParser] adding const on InlineAsmIdentifierInfo in CreateMemForIn...
Coby Tayree
2017-09-10
1
-2
/
+2
*
[X86AsmParser] Refactoring, (almost) NFC.
Coby Tayree
2017-08-24
1
-396
/
+220
*
[X86] Allow xacquire/xrelease prefixes
Coby Tayree
2017-08-21
1
-5
/
+15
*
[X86][AsmParser][AVX512] Error appropriately when K0 is tried as a write-mask
Coby Tayree
2017-08-13
1
-1
/
+4
*
[X86][Asm] Allow negative immediate to appear before bracketed expression
Coby Tayree
2017-08-09
1
-5
/
+0
*
Fix -Wpessimizing-move warning.
Haojian Wu
2017-08-09
1
-2
/
+2
*
[AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax check rubostness
Coby Tayree
2017-08-09
1
-4
/
+8
*
[x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>"
Coby Tayree
2017-07-30
1
-1
/
+2
*
Revert "This patch enables the usage of constant Enum identifiers within Micr...
Eric Christopher
2017-07-25
1
-55
/
+21
*
X86 Asm uses assertions instead of proper diagnostic. This patch fixes that.
Andrew V. Tischenko
2017-07-25
1
-23
/
+57
*
This patch enables the usage of constant Enum identifiers within Microsoft st...
Matan Haroush
2017-07-25
1
-21
/
+55
*
Revert "[X86][InlineAsm][Ms Compatibility]Prefer variable name over a registe...
Reid Kleckner
2017-07-24
1
-12
/
+1
*
[X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when t...
Coby Tayree
2017-07-24
1
-1
/
+12
*
fix typos in comments and error messges; NFC
Hiroshi Inoue
2017-07-13
1
-2
/
+2
*
[X86][AsmParser][MS-compatability] Binary/Unary operators enhancements
Coby Tayree
2017-06-27
1
-37
/
+75
*
[inline asm] dot operator while using imm generates wrong ir + asm - llvm part
Marina Yatsina
2017-06-26
1
-2
/
+1
*
The fix for PR22004: X86AsmParser.cpp asserts: OperandStack.size() > 1 && "To...
Andrew V. Tischenko
2017-05-26
1
-2
/
+3
*
[ms-inline-asm] Use the frontend size only for ambiguous instructions
Reid Kleckner
2017-05-04
1
-65
/
+29
*
PR31007 and PR27884 will be closed: a possibility to compile constants like 0...
Andrew V. Tischenko
2017-04-26
1
-0
/
+2
*
[X86][MS-compatability]Allow named synonymous for MS-assembly operators
Coby Tayree
2017-04-04
1
-0
/
+27
*
[X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH operators as a part o...
Coby Tayree
2017-03-21
1
-45
/
+60
*
Revert 292404 due to buildbot failures.
Kirill Bobyrev
2017-01-18
1
-3
/
+3
*
[X86] Minor code cleanup to fix several clang-tidy warnings. NFC
Kirill Bobyrev
2017-01-18
1
-3
/
+3
*
[X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix
Marina Yatsina
2017-01-18
1
-1
/
+1
*
[X86] Don't round trip a unique_ptr through a raw pointer for assignment.
Benjamin Kramer
2016-11-24
1
-1
/
+1
*
[AVX512][inline-asm] Fix AVX512 inline assembly instruction resolution when t...
Coby Tayree
2016-11-22
1
-3
/
+58
*
small fixup which enables the issuing of the aforementioned instruction (w/o ...
Coby Tayree
2016-11-21
1
-1
/
+1
*
[X86][InlineAsm]Test commit.
Coby Tayree
2016-11-20
1
-1
/
+1
*
[x86][inline-asm][avx512] allow swapping of '{k<num>}' & '{z}' marks
Michael Zuckerman
2016-10-18
1
-25
/
+65
[next]