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
/
X86MCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Visibly fail if attempting to encode register AH,BH,CH,DH in a REX-prefixed i...
Douglas Katzman
2015-11-11
1
-0
/
+7
*
80-cols; NFC
Sanjay Patel
2015-08-12
1
-2
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-3
/
+3
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-1
/
+1
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-3
/
+3
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-3
/
+3
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-3
/
+3
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-3
/
+3
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-2
/
+0
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-3
/
+3
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-3
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
[X86] Add the remaining 11 possible exact ModRM formats. This makes their enc...
Craig Topper
2015-02-15
1
-73
/
+21
*
[X86] Remove the single AdSize indicator and replace it with separate AdSize1...
Craig Topper
2014-12-24
1
-10
/
+4
*
x86: Emit LOCK prefix after DATA16
JF Bastien
2014-12-15
1
-4
/
+6
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-2
/
+2
*
Use uint64_t as the type for the X86 TSFlag format enum. Allows removal of th...
Craig Topper
2014-11-11
1
-31
/
+26
*
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
2014-07-31
1
-14
/
+17
*
[X86] AVX512: Use the TD version of CD8_Scale in the assembler
Adam Nemet
2014-07-17
1
-40
/
+7
*
[X86] AVX512: Move compressed displacement logic to TD
Adam Nemet
2014-07-17
1
-0
/
+4
*
[X86] AVX512: Improve readability of isCDisp8
Adam Nemet
2014-07-11
1
-3
/
+12
*
[X86] AVX512: Simplify logic in isCDisp8
Adam Nemet
2014-07-11
1
-6
/
+6
*
AVX-512: changes in intrinsics
Elena Demikhovsky
2014-05-12
1
-0
/
+4
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Handle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
Rafael Espindola
2014-04-21
1
-1
/
+7
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-1
/
+1
*
AVX-512: fixed comressed displacement - by Robert Khazanov
Elena Demikhovsky
2014-03-06
1
-1
/
+1
*
Remove special FP opcode maps and instead add enough MRM_XX formats to handle...
Craig Topper
2014-02-19
1
-7
/
+34
*
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...
Craig Topper
2014-02-19
1
-17
/
+11
*
Recommit r201059 and r201060 with hopefully a fix for its original failure.
Craig Topper
2014-02-10
1
-4
/
+12
*
Revert r201059 and r201060.
Bob Wilson
2014-02-10
1
-11
/
+4
*
Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...
Craig Topper
2014-02-10
1
-4
/
+11
*
AVX-512: fixed a bug in EVEX encoding (the bug appeared after r200624)
Elena Demikhovsky
2014-02-05
1
-2
/
+4
*
Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...
Craig Topper
2014-02-02
1
-4
/
+5
*
Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...
Craig Topper
2014-02-02
1
-33
/
+37
*
Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the T...
Craig Topper
2014-01-31
1
-90
/
+33
*
Move REP out of the Prefix field of the X86 format. Give it its own bit. It h...
Craig Topper
2014-01-31
1
-2
/
+1
*
Move address override handling in X86MCCodeEmitter to a place where it works ...
Craig Topper
2014-01-31
1
-46
/
+43
*
[x86] Fix signed relocations for i64i32imm operands
David Woodhouse
2014-01-30
1
-10
/
+7
*
Delete MCSubtargetInfo data members from target MCCodeEmitter classes
David Woodhouse
2014-01-28
1
-38
/
+38
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-2
/
+4
*
[x86] Silence unused diReg variable warning in non-asserting builds
David Woodhouse
2014-01-22
1
-4
/
+3
*
]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-0
/
+18
*
[x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-0
/
+10
*
[x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
1
-0
/
+13
[next]