summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseStmtAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-4/+3
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-10/+58
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-58/+10
* Revert "asm goto: fix out-of-bounds read of Constraints after rC362045"Fangrui Song2019-05-301-1/+0
* asm goto: fix out-of-bounds read of Constraints after rC362045Fangrui Song2019-05-301-0/+1
* clang support gnu asm goto.Jennifer Yu2019-05-301-10/+58
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-1/+2
* [X86] Change MS inline asm clobber list filter to check for 'fpsr' instead of...Craig Topper2019-02-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-1/+1
* Move MS inline asm parser methods out of line to reduce indentation, NFCReid Kleckner2017-10-261-98/+118
* Create fewer copies of StringMaps. No functionality change intended.Benjamin Kramer2017-10-221-1/+1
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-291-16/+10
* Update for llvm change.Rafael Espindola2017-08-021-2/+1
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev2017-03-231-1/+1
* MS inline asm: Filter MXCSR out of the inferred clobber listReid Kleckner2017-02-141-4/+5
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+1
* [X86][MS]Adjacent comments within multi-line inline assembly statementCoby Tayree2017-02-051-0/+5
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-3/+3
* Fix a funny Dvorak typo.Rafael Espindola2016-05-191-1/+1
* Update for llvm change.Rafael Espindola2016-05-181-2/+2
* Correctly parse GCC-style asm line following MS-style asm line.Denis Zobnin2016-04-211-4/+38
* [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina2016-03-071-0/+6
* [ms-inline-asm] Fixing bug in single asm statement supportMarina Yatsina2016-02-231-0/+4
* Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-091-3/+1
* -inline-asm][X86] Add ability to use AVX512 in MS inline asmMarina Yatsina2016-02-031-1/+6
* Update for LLVM change.Benjamin Kramer2016-01-271-1/+1
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-151-7/+6
* Remove an unused parameterDavid Majnemer2016-01-051-3/+2
* [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asmMichael Zuckerman2015-12-151-11/+16
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* [ms-inline-asm] Add field access to MS inline asm identifier lookupReid Kleckner2015-08-261-3/+20
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+2
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-151-2/+2
* Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders2015-06-151-2/+2
* Allow empty assembly string literal with -fno-gnu-inline-asmSteven Wu2015-05-121-4/+9
* Update for llvm commit r233648.Eric Christopher2015-03-311-1/+1
* Adding option -fno-inline-asm to disallow inline asmSteven Wu2015-01-161-0/+5
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-1/+1
* Initialize MCObjectFileInfo when parsing ms-style asm.Benjamin Kramer2014-10-031-0/+2
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-4/+18
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+2
* Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSo...David Blaikie2014-08-211-3/+3