index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
AsmParser
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
Save several std::string constructions using llvm::Twine.
Yaron Keren
1
-9
/
+6
2015-12-13
[X86][inline asm] support even directive
Michael Zuckerman
1
-1
/
+22
2015-12-07
[X86] Adding support for FWORD type for MS inline asm
Marina Yatsina
1
-0
/
+1
2015-12-03
[X86] MS inline asm: produce error when encountering "<type> ptr <reg name>"
Marina Yatsina
1
-2
/
+11
2015-11-14
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
3
-17
/
+20
2015-11-14
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
1
-9
/
+8
2015-11-12
[x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsu...
Michael Zuckerman
1
-0
/
+14
2015-10-26
[MC] Don't crash when .word is given bogus values
David Majnemer
1
-1
/
+10
2015-10-12
[X86] Add support to assembler and MCInst lowering to use the other vmovq %xm...
Craig Topper
1
-12
/
+14
2015-10-12
[X86] Add some instruction aliases to get the assembly parser table to favor ...
Craig Topper
1
-63
/
+0
2015-10-11
[X86] Remove special validation for INT immediate operand from AsmParser. Ins...
Craig Topper
1
-23
/
+0
2015-10-11
[X86] Simplify immediate range checking code.
Craig Topper
1
-12
/
+7
2015-10-10
Use range-based for loops. NFC.
Craig Topper
1
-17
/
+15
2015-10-10
Use emplace_back instead of a constructor call and push_back. NFC
Craig Topper
1
-22
/
+18
2015-09-29
[CMake] X86AsmParser: Prune redundant LINK_LIBS.
NAKAMURA Takumi
1
-3
/
+0
2015-09-22
Untabify.
NAKAMURA Takumi
2
-5
/
+6
2015-09-22
Reformat blank lines.
NAKAMURA Takumi
1
-2
/
+3
2015-09-22
Reformat.
NAKAMURA Takumi
1
-3
/
+2
2015-09-15
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
1
-2
/
+2
2015-09-15
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
1
-2
/
+2
2015-09-15
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
1
-2
/
+2
2015-09-15
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
1
-2
/
+2
2015-09-10
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
1
-45
/
+45
2015-09-10
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
1
-45
/
+45
2015-09-10
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
1
-45
/
+45
2015-08-26
[ms-inline-asm] Relax assertion around funky identifiers slightly
Reid Kleckner
1
-6
/
+8
2015-08-24
[X86] Add support for mmword memory operand size for Intel-syntax x86 assembly
Michael Zuckerman
1
-1
/
+1
2015-08-24
first commit to llvm
Michael Zuckerman
1
-0
/
+1
2015-08-10
Test commit to verify commit access
Marina Yatsina
1
-0
/
+1
2015-07-30
[X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...
Michael Kuperstein
1
-0
/
+5
2015-07-27
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
1
-1
/
+1
2015-07-23
X86: Use dyn_cast instead of isa+cast, NFC
Duncan P. N. Exon Smith
1
-5
/
+6
2015-07-23
[X86] Fix order of operands for ins and outs instructions when parsing intel ...
Michael Kuperstein
1
-28
/
+28
2015-07-19
[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
Michael Kuperstein
1
-0
/
+1
2015-06-30
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
1
-32
/
+25
2015-06-30
There are a few places where subtarget features are still
Ranjeet Singh
1
-25
/
+32
2015-06-28
AVX-512: Added all SKX forms of GATHER instructions.
Elena Demikhovsky
1
-0
/
+16
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2
-2
/
+2
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2
-2
/
+2
2015-06-14
Add support for parsing the XOR operator in Intel syntax inline assembly.
Michael Kuperstein
1
-12
/
+39
2015-05-30
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2
-38
/
+38
2015-05-26
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2
-17
/
+18
2015-05-18
MC: Clean up method names in MCContext.
Jim Grosbach
2
-10
/
+10
2015-05-15
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
1
-0
/
+3
2015-05-13
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
3
-23
/
+23
2015-05-13
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2
-18
/
+17
2015-05-13
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2
-17
/
+18
2015-05-07
AVX-512: Added all forms of FP compare instructions for KNL and SKX.
Elena Demikhovsky
1
-1
/
+9
2015-04-19
Remove unnecessary include and probably a layering violation.
Craig Topper
1
-1
/
+0
2015-03-30
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
1
-1
/
+1
[next]