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
/
InstPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
2
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
2
-2
/
+2
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
2
-8
/
+10
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
2
-2
/
+2
*
Print "lock \t foo" instead of "lock \n foo".
Rafael Espindola
2015-05-26
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-1
/
+1
*
Reformat.
NAKAMURA Takumi
2015-05-25
1
-65
/
+64
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-982
/
+982
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.
Eric Christopher
2015-03-30
1
-1
/
+1
*
[X86] Read the feature bits from the subtarget that is passed to printInst
Akira Hatanaka
2015-03-28
2
-5
/
+2
*
Partially revert the changes I made in r233473 to keep the code concise.
Akira Hatanaka
2015-03-28
1
-137
/
+47
*
clang-format X86ATTInstPrinter.{h,cpp} before I make changes to these files.
Akira Hatanaka
2015-03-28
2
-76
/
+156
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
4
-4
/
+7
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2015-02-13
4
-2
/
+36
*
[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...
Simon Pilgrim
2015-01-31
1
-0
/
+172
*
Line endings fix. NFC.
Simon Pilgrim
2015-01-28
1
-786
/
+786
*
[X86] Merge printSSECC and printAVXCC. They only differed by an assertion.
Craig Topper
2015-01-28
4
-34
/
+8
*
[x86] Change u8imm operands to always print as unsigned. This makes shuffle m...
Craig Topper
2015-01-23
4
-0
/
+14
*
[X86][SSE] movddup shuffle mask decodes
Simon Pilgrim
2015-01-21
1
-6
/
+24
*
[AVX512] Add pretty-printing of shuffle mask for unpacks
Adam Nemet
2015-01-13
1
-0
/
+64
*
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...
Craig Topper
2015-01-08
2
-0
/
+8
*
[x86] Assert on invalid immediates in the instruction printer for cmp.ps/pd/s...
Craig Topper
2014-12-27
2
-4
/
+8
*
Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...
Craig Topper
2014-12-26
2
-55
/
+27
*
[X86] Also pretty-print shuffle mask for INSERTPS rm variants.
Ahmed Bougacha
2014-12-15
1
-3
/
+7
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
4
-11
/
+10
*
[X86][SSE] pslldq/psrldq shuffle mask decodes
Simon Pilgrim
2014-10-14
1
-0
/
+38
*
[x86] Implement v16i16 support with AVX2 in the new vector shuffle
Chandler Carruth
2014-09-25
1
-0
/
+11
*
[x86] Teach the rest of the 'target shuffle' machinery about blends and
Chandler Carruth
2014-09-23
1
-0
/
+24
*
[x86] Teach the vector comment parsing and printing to correctly handle
Chandler Carruth
2014-09-23
1
-3
/
+5
*
[x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUP
Chandler Carruth
2014-09-15
1
-0
/
+36
*
[x32] Emit callq for CALLpcrel32
Pavel Chupin
2014-09-09
2
-3
/
+18
*
[x86] Teach the asm comment printing to only print the clarification of
Chandler Carruth
2014-09-03
4
-49
/
+64
*
[x86] Teach the instruction printer to decode immediate operands to
Chandler Carruth
2014-08-15
1
-0
/
+64
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
3
-6
/
+6
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-0
/
+2
*
[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
2
-2
/
+4
*
[C++11] Mark more classes in the X86 target as 'final'.
Craig Topper
2014-03-31
2
-4
/
+4
*
X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
2014-03-18
2
-16
/
+16
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-1
/
+1
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-0
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-2
/
+2
*
[x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
David Woodhouse
2014-01-22
4
-0
/
+49
[next]