Add argmemonly attribute.
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-23 Alex LorenzAsmParser: Extend the API to make the global value...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-02 Duncan P. N. Exon... DebugInfo: Really support 2^16 arguments in a subprogram
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-28 Eric ChristopherFix typos in variable/grammar names.
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Rafael EspindolaSimplify boolean conditional return statements.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-13 David Blaikie[opaque pointer type] Use the value type of the GlobalV...
2015-05-13 David Blaikie[opaque pointer type] Pass the explicit function type...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
2015-04-24 Duncan P. N. Exon... LLParser: Simplify ParseInstructionMetadata(), NFC
2015-04-24 Duncan P. N. Exon... LLParser: Split out ParseMetadataAttachment(), NFC
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-22 David Blaikie[opaque pointer type] Use pointee type retrieved from...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-17 David Blaikie[opaque pointer type] Use the parsed explicit pointee...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-31 Duncan P. N. Exon... Verifier: Move more debug info checks away from Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Move checks over from DIDescriptor::Verify()
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-27 Duncan P. N. Exon... LLParser: Require non-null scope for MDLocation and...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-16 Duncan P. N. Exon... AsmParser: Stop requiring 'name:' when it's not printed
2015-03-14 David Blaikie[opaque pointer type] more gep API migrations (AsmParser)
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Owen AndersonFix a stack overflow in the assembler when checking...
2015-03-09 David BlaikieLLParser: gep: Simplify parsing error handling
2015-03-09 Owen AndersonFix a bug in the LLParser where we failed to diagnose...
2015-03-04 Reid KlecknerRevert "unique_ptrify ValID::ConstantStructElts"
2015-03-04 David Blaikieunique_ptrify ValID::ConstantStructElts
2015-03-04 David BlaikieLLParser: Avoid copying ValIDs, the copy ctor is deprec...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 Owen AndersonCleanup after r230934 per Dave's suggestions.
2015-03-02 Owen AndersonTeach the LLParser to fail gracefully when it encounter...
2015-03-02 Owen AndersonFix a crash in the LL parser where it failed to validat...
2015-02-28 Duncan P. N. Exon... Optimize metadata node fields for CHECK-ability
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-23 David MajnemerAsmParser: Check ConstantExpr insertvalue operands...
2015-02-23 David MajnemerAsmParser: Call instructions can't have an alignment
2015-02-22 David MajnemerAsmParser: Check ConstantExpr GEP operands for validity
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Duncan P. N. Exon... IR: Swap order of name and value in MDEnum
2015-02-16 David MajnemerAsmParser: extractvalue requires at least one index...
2015-02-16 David MajnemerAsmParser: Make sure GlobalVariables have sane types
2015-02-16 David MajnemerAsmParser: Reject alloca with function type
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-11 David MajnemerAsmParser: Validate alloca's type
2015-02-11 David MajnemerAsmParser: Don't crash when insertvalue has bad operands
2015-02-11 David MajnemerAsmParser: Switch some vectors to maps
2015-02-10 Duncan P. N. Exon... AsmParser: Add stubs for specialized MDNodes, NFC
2015-02-06 Duncan P. N. Exon... IR: Allow 32-bits for lines in debug location
2015-02-06 Duncan P. N. Exon... AsmParser: Use DW_TAG_hi_user instead of magic constant...
2015-02-04 Duncan P. N. Exon... AsmParser: Split out LineField, NFC
2015-02-04 Duncan P. N. Exon... Fix GCC error caused by r228211
2015-02-04 Duncan P. N. Exon... AsmParser: Move MDField details to source file, NFC
next