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