index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
MCTargetDesc
/
X86BaseInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-11
/
+68
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
1
-11
/
+13
*
In the X86 back end, getMemoryOperandNo() returns the offset
Preston Gurd
2013-04-10
1
-1
/
+21
*
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-25
1
-13
/
+10
*
Fix typo in X86BaseInfo.h that I introduced in r157818.
Hans Wennborg
2013-01-29
1
-2
/
+2
*
Add support of RTM from TSX extension
Michael Liao
2012-11-08
1
-8
/
+8
*
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
1
-7
/
+7
*
Better comments for TLS-related X86 MachineOperand flags.
Hans Wennborg
2012-06-04
1
-9
/
+18
*
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
1
-0
/
+27
*
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-05-11
1
-0
/
+7
*
Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...
Pete Cooper
2012-04-30
1
-1
/
+3
*
Add vmfunc instruction to X86 assembler and disassembler.
Craig Topper
2012-02-19
1
-6
/
+8
*
Add X86 assembler and disassembler support for AMD SVM instructions. Original...
Craig Topper
2012-02-18
1
-25
/
+16
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
1
-1
/
+7
*
Convert assert(0) to llvm_unreachable in X86 Target directory.
Craig Topper
2012-02-05
1
-5
/
+5
*
Separate the concept of having memory access in operand 4 from the concept of...
Craig Topper
2011-12-30
1
-6
/
+5
*
XOP encoding bits and logic.
Jan Sjödin
2011-12-12
1
-1
/
+11
*
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-25
1
-1
/
+9
*
Add X86 RORX instruction
Craig Topper
2011-10-23
1
-0
/
+3
*
Add X86 PEXTR and PDEP instructions.
Craig Topper
2011-10-16
1
-2
/
+5
*
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
1
-8
/
+9
*
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...
Craig Topper
2011-10-16
1
-2
/
+5
*
Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...
Craig Topper
2011-10-15
1
-2
/
+7
*
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
1
-1
/
+5
*
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
1
-0
/
+544