projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[X86] Move address for store target from outs to ins on a couple instructions.
[oota-llvm.git]
/
lib
/
Target
/
X86
/
AsmParser
/
2015-12-25
Craig Topper
[X86] Fix copy and paste typo from pasting from another...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Put back the include path to the main X86 sources...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Remove X86CodeGen dependency from the AsmParser...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetD...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo...
tree
|
commitdiff
2015-12-25
Craig Topper
[X86] Replace MVT::SimpleValueType in the AsmParser...
tree
|
commitdiff
2015-12-24
Marina Yatsina
[X86][ms-inline asm] Add support for memory operands...
tree
|
commitdiff
2015-12-14
Yaron Keren
Save several std::string constructions using llvm:...
tree
|
commitdiff
2015-12-13
Michael Zuckerman
[X86][inline asm] support even directive
tree
|
commitdiff
2015-12-07
Marina Yatsina
[X86] Adding support for FWORD type for MS inline asm
tree
|
commitdiff
2015-12-03
Marina Yatsina
[X86] MS inline asm: produce error when encountering...
tree
|
commitdiff
2015-11-14
Akira Hatanaka
Reduce the size of MCRelaxableFragment.
tree
|
commitdiff
2015-11-14
Akira Hatanaka
[MCTargetAsmParser] Move the member varialbes that...
tree
|
commitdiff
2015-11-12
Michael Zuckerman
[x86] translating "fp" (floating point) instructions...
tree
|
commitdiff
2015-10-26
David Majnemer
[MC] Don't crash when .word is given bogus values
tree
|
commitdiff
2015-10-12
Craig Topper
[X86] Add support to assembler and MCInst lowering...
tree
|
commitdiff
2015-10-12
Craig Topper
[X86] Add some instruction aliases to get the assembly...
tree
|
commitdiff
2015-10-11
Craig Topper
[X86] Remove special validation for INT immediate opera...
tree
|
commitdiff
2015-10-11
Craig Topper
[X86] Simplify immediate range checking code.
tree
|
commitdiff
2015-10-10
Craig Topper
Use range-based for loops. NFC.
tree
|
commitdiff
2015-10-10
Craig Topper
Use emplace_back instead of a constructor call and...
tree
|
commitdiff
2015-09-29
NAKAMURA Takumi
[CMake] X86AsmParser: Prune redundant LINK_LIBS.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat blank lines.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat.
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247692: Replace Triple with a new TargetTuple...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Re-commit r247683: Replace Triple with a new TargetTupl...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247684 - Replace Triple with a new TargetTuple ...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Replace Triple with a new TargetTuple in MCTargetDesc...
tree
|
commitdiff
2015-09-10
Hans Wennborg
Re-commit r247216: "Fix Clang-tidy misc-use-override...
tree
|
commitdiff
2015-09-10
Hans Wennborg
Revert r247216: "Fix Clang-tidy misc-use-override warni...
tree
|
commitdiff
2015-09-10
Hans Wennborg
Fix Clang-tidy misc-use-override warnings, other minor...
tree
|
commitdiff
2015-08-26
Reid Kleckner
[ms-inline-asm] Relax assertion around funky identifier...
tree
|
commitdiff
2015-08-24
Michael Zuckerman
[X86] Add support for mmword memory operand size for...
tree
|
commitdiff
2015-08-24
Michael Zuckerman
first commit to llvm
tree
|
commitdiff
2015-08-10
Marina Yatsina
Test commit to verify commit access
tree
|
commitdiff
2015-07-30
Michael Kuperstein
[X86] Recognize "flags" as an identifier, not a registe...
tree
|
commitdiff
2015-07-27
Colin LeMahieu
[llvm-mc] Pushing plumbing through for --fatal-warnings...
tree
|
commitdiff
2015-07-23
Duncan P. N. Exon...
X86: Use dyn_cast instead of isa+cast, NFC
tree
|
commitdiff
2015-07-23
Michael Kuperstein
[X86] Fix order of operands for ins and outs instructio...
tree
|
commitdiff
2015-07-19
Michael Kuperstein
[X86] Add support for tbyte memory operand size for...
tree
|
commitdiff
2015-06-30
Ranjeet Singh
Reverting r241058 because it's causing buildbot failures.
tree
|
commitdiff
2015-06-30
Ranjeet Singh
There are a few places where subtarget features are...
tree
|
commitdiff
2015-06-28
Elena Demikhovsky
AVX-512: Added all SKX forms of GATHER instructions.
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-14
Michael Kuperstein
Add support for parsing the XOR operator in Intel synta...
tree
|
commitdiff
2015-05-30
Jim Grosbach
MC: Clean up MCExpr naming. NFC.
tree
|
commitdiff
2015-05-26
Michael Kuperstein
Use std::bitset for SubtargetFeatures.
tree
|
commitdiff
2015-05-18
Jim Grosbach
MC: Clean up method names in MCContext.
tree
|
commitdiff
2015-05-15
Pete Cooper
Remove 3 includes from MCInstrDesc.h and explicitly...
tree
|
commitdiff
2015-05-13
Jim Grosbach
MC: Modernize MCOperand API naming. NFC.
tree
|
commitdiff
2015-05-13
Michael Kuperstein
Reverting r237234, "Use std::bitset for SubtargetFeatures"
tree
|
commitdiff
2015-05-13
Michael Kuperstein
Use std::bitset for SubtargetFeatures
tree
|
commitdiff
2015-05-07
Elena Demikhovsky
AVX-512: Added all forms of FP compare instructions...
tree
|
commitdiff
2015-04-19
Craig Topper
Remove unnecessary include and probably a layering...
tree
|
commitdiff
2015-03-30
Yaron Keren
Remove more superfluous .str() and replace std::string...
tree
|
commitdiff
2015-03-24
Michael Kuperstein
Revert "Use std::bitset for SubtargetFeatures"
tree
|
commitdiff
2015-03-24
Michael Kuperstein
Use std::bitset for SubtargetFeatures
tree
|
commitdiff
2015-03-02
Elena Demikhovsky
AVX-512: Add assembly parser support for Rounding mode
tree
|
commitdiff
2015-02-24
Craig Topper
[X86] Remove the AbsMem32 type from the assembly parser...
tree
|
commitdiff
2015-02-19
Michael Kuperstein
Reverting r229831 due to multiple ARM/PPC/MIPS build...
tree
|
commitdiff
2015-02-19
Michael Kuperstein
Use std::bitset for SubtargetFeatures
tree
|
commitdiff
2015-02-15
Craig Topper
[X86] Add assembly parser support for mnemonic aliases...
tree
|
commitdiff
2015-02-14
Craig Topper
[X86] Improve parsing support AVX/SSE floating point...
tree
|
commitdiff
2015-02-13
Craig Topper
[X86] Add support for parsing and printing the mnemonic...
tree
|
commitdiff
2015-01-21
Craig Topper
[x86] Add assembly parser bounds checking to the immedi...
tree
|
commitdiff
2015-01-16
Saleem Abdulrasool
X86: fix comment typo in AsmParser
tree
|
commitdiff
2015-01-14
David Majnemer
Use the operand vector instead so inline assembly can...
tree
|
commitdiff
2015-01-14
Saleem Abdulrasool
X86: only access operands if they are present
tree
|
commitdiff
2015-01-14
Saleem Abdulrasool
X86: validate 'int' instruction
tree
|
commitdiff
2015-01-06
Craig Topper
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
tree
|
commitdiff
2015-01-06
Craig Topper
[X86] Make isel select the shorter form of jump instruc...
tree
|
commitdiff
2015-01-05
Craig Topper
Replace several 'assert(false' with 'llvm_unreachable...
tree
|
commitdiff
2015-01-03
Craig Topper
Minor cleanup to all the switches after MatchInstructio...
tree
|
commitdiff
2015-01-03
Craig Topper
[X86] Disassembler support for move to/from %rax with...
tree
|
commitdiff
2015-01-02
Craig Topper
[X86] Make the instructions that use AdSize16/32/64...
tree
|
commitdiff
2014-12-26
Craig Topper
Use MCPhysReg for table of register encodings.
tree
|
commitdiff
2014-12-04
Michael Liao
[X86] Clean up whitespace as well as minor coding style
tree
|
commitdiff
2014-12-03
Ahmed Bougacha
[X86][MC] Intel syntax: accept implicit memory operand...
tree
|
commitdiff
2014-11-11
Rafael Espindola
MCAsmParserExtension has a copy of the MCAsmParser...
tree
|
commitdiff
2014-10-27
Yuri Gorshenin
[asan-asm-instrumentation] Added comment describing...
tree
|
commitdiff
2014-10-21
NAKAMURA Takumi
X86AsmInstrumentation.cpp: Dissolve initializer-ranged...
tree
|
commitdiff
2014-10-21
Yuri Gorshenin
[asan-asm-instrumentation] Fixed memory accesses with...
tree
|
commitdiff
2014-10-13
Yuri Gorshenin
[asan-asm-instrumentation] Follow-up fixes to r219602...
tree
|
commitdiff
2014-10-13
Yuri Gorshenin
[asan-asm-instrumentation] Fixed memory references...
tree
|
commitdiff
2014-10-07
Yuri Gorshenin
[asan-asm-instrumentation] CFI directives are generated...
tree
|
commitdiff
2014-09-22
Ehsan Akhgari
ms-inline-asm: Fix parsing label names inside bracket...
tree
|
commitdiff
2014-09-22
Ehsan Akhgari
ms-inline-asm: Add a sema callback for looking up label...
tree
|
commitdiff
2014-09-10
Yuri Gorshenin
[asan-assembly-instrumentation] Added CFI directives...
tree
|
commitdiff
2014-09-06
Chandler Carruth
[x86] Fix a pretty horrible bug and inconsistency in...
tree
|
commitdiff
2014-09-01
Yuri Gorshenin
[asan-assembly-instrumentation] Prologue and epilogue...
tree
|
commitdiff
2014-09-01
Yuri Gorshenin
Revert "[asan-assembly-instrumentation] Prologue and...
tree
|
commitdiff
2014-09-01
Yuri Gorshenin
[asan-assembly-instrumentation] Prologue and epilogue...
tree
|
commitdiff
2014-08-30
Craig Topper
Remove 'virtual' keyword from methods markedwith 'overr...
tree
|
commitdiff
2014-08-27
Reid Kleckner
X86 MC: Handle instructions like fxsave that match...
tree
|
commitdiff
2014-08-27
Evgeniy Stepanov
Clang-format over X86AsmInstrumentation.* with LLVM...
tree
|
commitdiff
2014-08-27
Evgeniy Stepanov
Clang-format over X86AsmInstrumentation.*.
tree
|
commitdiff
2014-08-26
Reid Kleckner
MC: Split the x86 asm matcher implementations by dialect
tree
|
commitdiff
2014-08-18
Tim Northover
TableGen: allow use of uint64_t for available features...
tree
|
commitdiff
next