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
*
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
*
Update the X86 assembler for .intel_syntax to accept
Kevin Enderby
2014-01-15
1
-7
/
+63
*
correct target directive handling error handling
Saleem Abdulrasool
2014-01-13
1
-9
/
+10
*
[x86] Make AsmParser validate registers for memory operands a bit better
David Woodhouse
2014-01-08
1
-3
/
+38
*
[x86] Add basic support for .code16
Craig Topper
2014-01-06
1
-11
/
+33
*
AVX-512: decoder for AVX-512, made by Alexey Bader.
Elena Demikhovsky
2013-12-25
1
-0
/
+1
*
[x86] Rename In32BitMode predicate to Not64BitMode
Eric Christopher
2013-12-20
1
-1
/
+1
*
Un-revert: the buildbot failure in LLVM on lld-x86_64-win7 had me with
Kevin Enderby
2013-12-19
1
-2
/
+34
*
Revert my change to the X86 assembler for intel syntax to work with
Kevin Enderby
2013-12-19
1
-34
/
+2
*
Changed the X86 assembler for intel syntax to work with directional labels.
Kevin Enderby
2013-12-19
1
-2
/
+34
*
Introduce poor man's consumeToken() in X86AsmParser
Alp Toker
2013-12-02
1
-18
/
+13
*
Revamp error checking in the ms inline asm parser.
Benjamin Kramer
2013-12-01
1
-46
/
+47
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
1
-0
/
+37
*
Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...
Craig Topper
2013-10-07
1
-0
/
+49
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-2
/
+3
*
AVX-512: implemented extractelement with variable index.
Elena Demikhovsky
2013-09-12
1
-0
/
+41
*
[ms-inline asm] Support offsets after segment registers
David Majnemer
2013-08-27
1
-40
/
+70
*
Remove some unnecessary PredicateMethod overrides. Add RenderMethod overrides...
Craig Topper
2013-08-26
1
-56
/
+0
[next]