summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-6/+7
* Currently string attributes on function arguments/return values can be genera...Artur Pilipenko2015-08-031-7/+24
* De-constify pointers to Type since they can't be modified. NFCCraig Topper2015-08-011-2/+2
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-011-6/+9
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-5/+6
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+161
* [opaque pointers] Avoid the use of pointee types when parsing inline asm in IRDavid Blaikie2015-07-271-6/+9
* AsmParser: Add a function to parse a standalone constant value.Alex Lorenz2015-07-171-0/+35
* Add argmemonly attribute.Igor Laevsky2015-07-111-29/+38
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-2/+11
* Revert the new EH instructionsDavid Majnemer2015-07-101-161/+0
* Address Joseph's review comments.David Majnemer2015-07-101-2/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+161
* Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky2015-07-091-7/+11
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+18
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-231-0/+9
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-7/+8
* Allow aliases to be unnamed.Rafael Espindola2015-06-171-0/+3
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+3
* DebugInfo: Really support 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-06-021-1/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-7/+7
* Fix typos in variable/grammar names.Eric Christopher2015-05-281-6/+6
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+1
* Simplify boolean conditional return statements.Rafael Espindola2015-05-261-4/+1
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-3/+4
* [opaque pointer type] Use the value type of the GlobalVariable rather than ac...David Blaikie2015-05-131-1/+1
* [opaque pointer type] Pass the explicit function type down to the instruction...David Blaikie2015-05-131-1/+1
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-4/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-83/+83
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-1/+16
* LLParser: Simplify ParseInstructionMetadata(), NFCDuncan P. N. Exon Smith2015-04-241-6/+5
* LLParser: Split out ParseMetadataAttachment(), NFCDuncan P. N. Exon Smith2015-04-241-5/+14
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-241-6/+4
* Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...David Blaikie2015-04-231-1/+1
* Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...David Blaikie2015-04-221-1/+1
* [opaque pointer type] Use pointee type retrieved from asm, rather than access...David Blaikie2015-04-221-2/+1
* [opaque pointer type] Avoid using PointerType::getElementType for a few cases...David Blaikie2015-04-211-1/+1
* [opaque pointer type] Use the parsed explicit pointee type when error-checkin...David Blaikie2015-04-171-5/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-6/+4
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-6/+28
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-7/+5
* DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNodeDuncan P. N. Exon Smith2015-04-071-1/+1
* [opaque pointer type] Avoid using PointerType::getElementType when parsing IRDavid Blaikie2015-04-061-4/+3
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-6/+3
* Verifier: Move more debug info checks away from Verify()Duncan P. N. Exon Smith2015-03-311-2/+8
* Verifier: Move checks over from DIDescriptor::Verify()Duncan P. N. Exon Smith2015-03-311-1/+1
* [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...David Blaikie2015-03-301-2/+7
* Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2015-03-301-2/+2
* LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith2015-03-271-3/+7
* Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith2015-03-271-4/+4
OpenPOWER on IntegriCloud