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
/
MCTargetDesc
/
X86BaseInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: Produce @ABS8 symbol modifiers for absolute symbols in range [0,128).
Peter Collingbourne
2017-02-02
1
-1
/
+6
*
[AVX-512] Add support for commuting VPTERNLOG instructions.
Craig Topper
2016-09-22
1
-0
/
+10
*
[X86] Include XMM/YMM/ZMM16-23 in X86II::isX86_64ExtendedReg. This feels more...
Craig Topper
2016-08-27
1
-6
/
+3
*
[X86] Don't allow DR8-DR15 to be assembled in 32-bit mode. Add missing test f...
Craig Topper
2016-08-27
1
-0
/
+2
*
[X86] Simplify getOperandBias as a bit. NFC
Craig Topper
2016-08-25
1
-12
/
+11
*
[X86] Create a new instruction format to handle 4VOp3 encoding. This saves on...
Craig Topper
2016-08-22
1
-8
/
+17
*
[X86] Create a new instruction format to handle MemOp4 encoding. This saves o...
Craig Topper
2016-08-22
1
-8
/
+16
*
[X86] Space out the encodings of X86 instruction formats. I plan to add some ...
Craig Topper
2016-08-22
1
-55
/
+61
*
[X86] Merge hasVEX_i8ImmReg into the ImmFormat type which had extra unused en...
Craig Topper
2016-08-22
1
-14
/
+12
*
[X86] Remove ignoreVEX_L from TSFlags. Only the disassembler needs it and the...
Craig Topper
2016-08-22
1
-14
/
+1
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-5
/
+0
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-6
/
+0
*
[X86] Remove unused operand from a function and all its callers. NFC
Craig Topper
2016-04-28
1
-1
/
+1
*
[X86] Use inclusive ranges for XMM/YMM/ZMM registers in is32Extended and isX8...
Craig Topper
2016-02-26
1
-9
/
+9
*
[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo.h to fix a layering vio...
Craig Topper
2015-12-25
1
-0
/
+10
*
[X86] Add missing X86II::MRM_C4, MRM_C5, etc. encodings to getMemoryOperandNo...
Craig Topper
2015-12-25
1
-15
/
+19
*
[X86] Minor identation fixes. NFC
Craig Topper
2015-12-25
1
-2
/
+2
*
[X86][PKU] Add {RD,WR}PKRU encoding
Asaf Badouh
2015-12-24
1
-6
/
+6
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-5
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[X86] Avoid mangling frameescape labels
Reid Kleckner
2015-04-29
1
-1
/
+5
*
[X86] Add the remaining 11 possible exact ModRM formats. This makes their enc...
Craig Topper
2015-02-15
1
-13
/
+15
*
[X86] Simplify code a little by just summing flags instead of conditionally i...
Craig Topper
2015-01-05
1
-18
/
+7
*
[X86] Remove unnecessary redeclaration of a variable with the same assignment...
Craig Topper
2015-01-05
1
-1
/
+0
*
[X86] Remove a strange fixme referring to a hack that doesn't seem to exist s...
Craig Topper
2015-01-05
1
-3
/
+0
*
[X86] Remove the single AdSize indicator and replace it with separate AdSize1...
Craig Topper
2014-12-24
1
-8
/
+15
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-1
/
+1
*
Use uint64_t as the type for the X86 TSFlag format enum. Allows removal of th...
Craig Topper
2014-11-11
1
-30
/
+36
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
2014-07-31
1
-25
/
+27
*
[X86] AVX512: Use the TD version of CD8_Scale in the assembler
Adam Nemet
2014-07-17
1
-8
/
+4
*
[X86] Specify all TSFlags bit-offsets symbolically
Adam Nemet
2014-07-14
1
-3
/
+6
*
AVX-512: changes in intrinsics
Elena Demikhovsky
2014-05-12
1
-3
/
+6
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-1
/
+1
*
Remove special FP opcode maps and instead add enough MRM_XX formats to handle...
Craig Topper
2014-02-19
1
-21
/
+29
*
Reduce size of map field in X86 TSFlags since it now requires less bits.
Craig Topper
2014-02-19
1
-2
/
+2
*
Put some of the X86 formats in a more logical order.
Craig Topper
2014-02-19
1
-16
/
+16
*
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...
Craig Topper
2014-02-19
1
-19
/
+16
*
Add an x86 prefix encoding for instructions that would decode to a different ...
Craig Topper
2014-02-18
1
-6
/
+6
*
Recommit r201059 and r201060 with hopefully a fix for its original failure.
Craig Topper
2014-02-10
1
-0
/
+6
*
Revert r201059 and r201060.
Bob Wilson
2014-02-10
1
-6
/
+0
*
Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...
Craig Topper
2014-02-10
1
-0
/
+6
*
Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...
Craig Topper
2014-02-02
1
-6
/
+9
*
Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...
Craig Topper
2014-02-02
1
-27
/
+33
*
Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the T...
Craig Topper
2014-01-31
1
-38
/
+34
*
Move REP out of the Prefix field of the X86 format. Give it its own bit. It h...
Craig Topper
2014-01-31
1
-10
/
+10
*
[x86] Fix signed relocations for i64i32imm operands
David Woodhouse
2014-01-30
1
-3
/
+24
*
]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-0
/
+6
[next]