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
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...
Eric Astor
2020-01-09
1
-9
/
+0
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
1
-79
/
+137
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-0
/
+9
*
[X86] Add missing break to the end of the last case in a switch. NFC
Craig Topper
2019-12-04
1
-0
/
+1
*
[X86] Don't treat mxcsr as a register name when parsing MS inline assembly.
Craig Topper
2019-11-13
1
-2
/
+3
*
[X86] Fix register parsing in .seh_* in Intel syntax
Reid Kleckner
2019-10-18
1
-4
/
+3
*
Remove dead .seh_stackalloc parsing method in X86AsmParser
Reid Kleckner
2019-09-06
1
-14
/
+0
*
[X86] Print register names in .seh_* directives
Reid Kleckner
2019-08-30
1
-0
/
+167
*
[X86] Improve the diagnostic for larger than 4-bit immediate for vpermil2pd/p...
Craig Topper
2019-08-10
1
-0
/
+18
*
Move commentary on opcode translation for code16 mov instructions
Eric Christopher
2019-06-14
1
-2
/
+2
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[X86][AsmParser] Add mnemonics missed in r360954.
David L. Jones
2019-05-17
1
-1
/
+2
*
[X86][AsmParser] Ignore "short" even harder in Intel syntax ASM.
David L. Jones
2019-05-16
1
-5
/
+34
*
[X86][AsmParser] Rename "ConditionCode" variable to "ConditionPredicate".
David L. Jones
2019-05-16
1
-9
/
+9
*
[X86] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[X86] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
1
-1
/
+1
*
[X86] Move the 2 byte VEX optimization for MOV instructions back to the X86As...
Craig Topper
2019-04-10
1
-1
/
+63
*
[X86] Support the EVEX versions vcvt(t)ss2si and vcvt(t)sd2si with the {evex}...
Craig Topper
2019-04-10
1
-0
/
+17
*
[X86] Fix a dangling StringRef issue introduced in r358029.
Craig Topper
2019-04-09
1
-3
/
+4
*
[X86] Add support for {vex2}, {vex3}, and {evex} to the assembler to match ga...
Craig Topper
2019-04-09
1
-7
/
+107
*
X86Parser: Fix potential reference to deleted object
Craig Topper
2019-03-26
1
-9
/
+9
*
X86AsmParser: Do not process a non-existent token
Craig Topper
2019-03-26
1
-0
/
+5
*
[X86] Remove the _alt forms of (V)CMP instructions. Use a combination of cust...
Craig Topper
2019-03-18
1
-12
/
+15
*
[X86] Remove the _alt forms of AVX512 VPCMP instructions. Use a combination o...
Craig Topper
2019-03-17
1
-15
/
+17
*
[X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c...
Craig Topper
2019-03-17
1
-13
/
+31
*
Remove ASan asm instrumentation.
Evgeniy Stepanov
2019-03-11
1
-12
/
+1
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-29
/
+35
*
X86AsmParser AVX-512: Return error instead of hitting assert
Craig Topper
2019-02-19
1
-0
/
+2
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-2
/
+1
*
[X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...
Craig Topper
2019-02-04
1
-2
/
+1
*
Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a...
Craig Topper
2019-02-04
1
-1
/
+2
*
[X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na...
Craig Topper
2019-02-03
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Fix incomplete handling of register-assigned variables in parsing.
Nirav Dave
2019-01-11
1
-185
/
+205
*
[X86][AsmParser] Don't allow X86::DX in CheckBaseRegAndIndexRegAndScale.
Craig Topper
2019-01-05
1
-2
/
+1
*
Undo r350355 "[X86] Remove terrible DX Register parsing hack in parse operand...
Nirav Dave
2019-01-04
1
-0
/
+8
*
[X86] Remove terrible DX Register parsing hack in parse operand. NFCI.
Nirav Dave
2019-01-03
1
-8
/
+0
*
[MC] Separate masm integer literal lexer support from inline asm
Reid Kleckner
2018-10-24
1
-2
/
+0
*
[codeview] Fix 32-bit x86 variable locations in realigned stack frames
Reid Kleckner
2018-10-02
1
-0
/
+13
*
[X86][Assembler] Allow %eip as a register in 32-bit mode for .cfi directives.
Craig Topper
2018-09-06
1
-2
/
+2
*
[MC][X86] Enhance X86 Register expression handling to more closely match GCC.
Nirav Dave
2018-08-16
1
-6
/
+8
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[X86][AsmParser] Fix inconsistent declaration parameter name in r336218
Fangrui Song
2018-07-03
1
-1
/
+1
*
[X86][AsmParser] Rework the in/out (%dx) hack one more time.
Craig Topper
2018-07-03
1
-23
/
+35
*
[X86][AsmParser] Don't consider %eip as a valid register outside of 32-bit mode.
Craig Topper
2018-07-03
1
-1
/
+1
*
[X86] Use addAliasForDirective to support the .word directive (reland)
Alex Bradbury
2018-07-02
1
-25
/
+3
*
Revert r336100
Alex Bradbury
2018-07-02
1
-3
/
+25
*
[X86] Use addAliasForDirective to support the .word directive
Alex Bradbury
2018-07-02
1
-25
/
+3
[next]