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
...
*
Fixing bug in rL258132: [X86] Adding support for missing variations of X86 st...
Marina Yatsina
2016-01-20
1
-2
/
+6
*
[X86] Add support for "xlat m8"
Marina Yatsina
2016-01-19
1
-0
/
+11
*
[X86] Adding support for missing variations of X86 string related instructions
Marina Yatsina
2016-01-19
1
-75
/
+163
*
[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo.h to fix a layering vio...
Craig Topper
2015-12-25
1
-1
/
+0
*
[X86][ms-inline asm] Add support for memory operands that include structs
Marina Yatsina
2015-12-24
1
-1
/
+5
*
[X86][inline asm] support even directive
Michael Zuckerman
2015-12-13
1
-1
/
+22
*
[X86] Adding support for FWORD type for MS inline asm
Marina Yatsina
2015-12-07
1
-0
/
+1
*
[X86] MS inline asm: produce error when encountering "<type> ptr <reg name>"
Marina Yatsina
2015-12-03
1
-2
/
+11
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+2
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-9
/
+8
*
[x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsu...
Michael Zuckerman
2015-11-12
1
-0
/
+14
*
[MC] Don't crash when .word is given bogus values
David Majnemer
2015-10-26
1
-1
/
+10
*
[X86] Add support to assembler and MCInst lowering to use the other vmovq %xm...
Craig Topper
2015-10-12
1
-12
/
+14
*
[X86] Add some instruction aliases to get the assembly parser table to favor ...
Craig Topper
2015-10-12
1
-63
/
+0
*
[X86] Remove special validation for INT immediate operand from AsmParser. Ins...
Craig Topper
2015-10-11
1
-23
/
+0
*
Use range-based for loops. NFC.
Craig Topper
2015-10-10
1
-17
/
+15
*
Use emplace_back instead of a constructor call and push_back. NFC
Craig Topper
2015-10-10
1
-22
/
+18
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-4
/
+5
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+3
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-3
/
+2
*
[ms-inline-asm] Relax assertion around funky identifiers slightly
Reid Kleckner
2015-08-26
1
-6
/
+8
*
[X86] Add support for mmword memory operand size for Intel-syntax x86 assembly
Michael Zuckerman
2015-08-24
1
-1
/
+1
*
first commit to llvm
Michael Zuckerman
2015-08-24
1
-0
/
+1
*
Test commit to verify commit access
Marina Yatsina
2015-08-10
1
-0
/
+1
*
[X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...
Michael Kuperstein
2015-07-30
1
-0
/
+5
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-1
/
+1
*
X86: Use dyn_cast instead of isa+cast, NFC
Duncan P. N. Exon Smith
2015-07-23
1
-5
/
+6
*
[X86] Fix order of operands for ins and outs instructions when parsing intel ...
Michael Kuperstein
2015-07-23
1
-28
/
+28
*
[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
Michael Kuperstein
2015-07-19
1
-0
/
+1
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-32
/
+25
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-25
/
+32
*
Add support for parsing the XOR operator in Intel syntax inline assembly.
Michael Kuperstein
2015-06-14
1
-12
/
+39
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-17
/
+17
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-12
/
+13
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-2
/
+2
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-13
/
+12
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-12
/
+13
*
AVX-512: Added all forms of FP compare instructions for KNL and SKX.
Elena Demikhovsky
2015-05-07
1
-1
/
+9
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-13
/
+12
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-12
/
+13
*
AVX-512: Add assembly parser support for Rounding mode
Elena Demikhovsky
2015-03-02
1
-0
/
+42
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-11
/
+10
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-10
/
+11
*
[X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp inst...
Craig Topper
2015-02-15
1
-12
/
+39
*
[X86] Improve parsing support AVX/SSE floating point compare instruction mnem...
Craig Topper
2015-02-14
1
-19
/
+9
*
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2015-02-13
1
-0
/
+27
*
X86: fix comment typo in AsmParser
Saleem Abdulrasool
2015-01-16
1
-1
/
+1
*
Use the operand vector instead so inline assembly can be validated too
David Majnemer
2015-01-14
1
-5
/
+5
[prev]
[next]