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
...
*
ms-inline-asm: Fix parsing label names inside bracket expressions
Ehsan Akhgari
2014-09-22
1
-9
/
+8
*
ms-inline-asm: Add a sema callback for looking up label names
Ehsan Akhgari
2014-09-22
1
-2
/
+18
*
[asan-assembly-instrumentation] Added CFI directives to the generated instrum...
Yuri Gorshenin
2014-09-10
1
-0
/
+6
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-1
/
+1
*
X86 MC: Handle instructions like fxsave that match multiple operand sizes
Reid Kleckner
2014-08-27
1
-8
/
+18
*
MC: Split the x86 asm matcher implementations by dialect
Reid Kleckner
2014-08-26
1
-33
/
+195
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-8
/
+8
*
MC X86: Accept ".att_syntax prefix" and diagnose noprefix
Reid Kleckner
2014-08-06
1
-1
/
+12
*
MS inline asm: Use memory constraints for functions instead of registers
Reid Kleckner
2014-08-01
1
-9
/
+21
*
MS inline asm: Fix null SMLoc when 'ptr' is missing after dword & co
Reid Kleckner
2014-08-01
1
-1
/
+1
*
X86 MC: Don't crash on empty memory operand parens
Reid Kleckner
2014-07-31
1
-2
/
+4
*
X86 MC: Reject invalid segment registers before a memory operand colon
Reid Kleckner
2014-07-31
1
-0
/
+3
*
[asan] Support x86 REP MOVS asm instrumentation.
Evgeniy Stepanov
2014-07-31
1
-3
/
+2
*
X86 asm parser: Avoid duplicating the list of aliased instructions
Reid Kleckner
2014-07-31
1
-16
/
+11
*
X86 asm parser: Use a loop to disambiguate suffixes instead of copy paste
Reid Kleckner
2014-07-30
1
-38
/
+20
*
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.
Robert Khasanov
2014-07-21
1
-0
/
+2
*
ms inline asm: Don't add x86 segment registers to the clobber list.
Nico Weber
2014-07-17
1
-0
/
+5
*
Add support for parsing the not operator in Microsoft inline assembly
Ehsan Akhgari
2014-07-04
1
-5
/
+36
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
MS asm: Properly handle quoted symbol names
David Majnemer
2014-06-19
1
-2
/
+4
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-129
/
+111
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-38
/
+39
*
[asan] Use MCInstrInfo in inline asm instrumentation.
Evgeniy Stepanov
2014-04-24
1
-3
/
+6
*
X86AsmParser.cpp: Fix memory leak at replacing movsd to movsl.
NAKAMURA Takumi
2014-04-23
1
-1
/
+3
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-2
/
+5
*
AddressSanitizer instrumentation for MOV and MOVAPS.
Evgeniy Stepanov
2014-03-14
1
-3
/
+21
*
Use printable names to implement directional labels.
Rafael Espindola
2014-03-13
1
-2
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-6
/
+6
*
MS asm: The initial dot in struct access is optional
Reid Kleckner
2014-03-06
1
-8
/
+17
*
MS asm: Attempt to parse variables followed by a bracketed displacement
Reid Kleckner
2014-03-04
1
-2
/
+34
*
MC: Fix Intel assembly parser for [global + offset]
Reid Kleckner
2014-03-04
1
-15
/
+27
*
X86Operand is extracted into individual header.
Evgeniy Stepanov
2014-02-28
1
-497
/
+2
*
AVX-512: Fixed compilation issue
Elena Demikhovsky
2014-02-20
1
-4
/
+7
*
AVX-512: Assembly parsing of broadcast semantic in AVX-512; imlemented by Nis...
Elena Demikhovsky
2014-02-20
1
-63
/
+99
*
Update the X86 assembler for .intel_syntax to accept
Kevin Enderby
2014-02-06
1
-6
/
+64
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-3
/
+3
*
Update the X86 assembler for .intel_syntax to produce an error for invalid base
Kevin Enderby
2014-01-23
1
-32
/
+48
*
Update the X86 assembler for .intel_syntax to produce an error for invalid
Kevin Enderby
2014-01-23
1
-3
/
+11
*
[x86] Remove now-unused isSrcOp() and isDstOp() from X86AsmParser
David Woodhouse
2014-01-22
1
-30
/
+0
*
[x86] Allow segment and address-size overrides for INS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-10
/
+11
*
[x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-10
/
+10
*
[x86] Allow segment and address-size overrides for MOVS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-13
/
+26
*
]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-0
/
+47
*
[x86] Allow address-size overrides for SCAS{8,16,32,64} (PR9385)
David Woodhouse
2014-01-22
1
-0
/
+8
*
[x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-29
/
+39
*
[x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-29
/
+41
*
Teach x86 asm parser to handle 'opaque ptr' in Intel syntax.
Craig Topper
2014-01-17
1
-0
/
+1
*
Teach X86 asm parser to understand 'ZMMWORD PTR' in Intel syntax.
Craig Topper
2014-01-17
1
-0
/
+1
*
Allow x86 mov instructions to/from memory with absolute address to be encoded...
Craig Topper
2014-01-16
1
-5
/
+6
[prev]
[next]