AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
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
2015-02-04 Duncan P. N. Exon... AsmParser: Simplify assertion, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Remove dead code, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Simplify MDUnsignedField
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-01-20 Duncan P. N. Exon... AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC
2015-01-20 Duncan P. N. Exon... AsmParser: Refactor duplicate code, NFC
2015-01-19 Duncan P. N. Exon... AsmParser: Abstract more of MDLocation parser, NFC
2015-01-19 Duncan P. N. Exon... AsmParser: Split up ParseMDFieldsImpl(), NFC
2015-01-19 Duncan P. N. Exon... AsmParser: Fix error location for missing fields
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-16 Duncan P. N. Exon... IR: Allow 16-bits for column info
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-12 Duncan P. N. Exon... AsmParser: Use subclass API instead of MDNode wrappers...
2015-01-12 Duncan P. N. Exon... AsmParser: Factor duplicated code into ParseMDNode...
2015-01-12 Duncan P. N. Exon... AsmParser: Reorder ParseMetadata() logic, NFC
2015-01-12 Duncan P. N. Exon... AsmParser: Simplify ParseMDTuple(), NFC
2015-01-12 Duncan P. N. Exon... AsmParser: ParseMDNode() => ParseMDTuple(), NFC
2015-01-12 Duncan P. N. Exon... AsmParser: Remove unused version of ParseMDNodeID()
2015-01-12 Duncan P. N. Exon... AsmParser: Use normal references for metadata attachmen...
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 David MajnemerAsmParser: Don't crash on malformed attribute groups
2014-12-09 David MajnemerReland r223754
2014-12-09 David MajnemerRevert "AsmParser: Reject invalid mismatch between...
2014-12-09 David MajnemerAsmParser: Reject invalid mismatch between forward...
2014-12-07 Duncan P. N. Exon... IR: Add missing tests for function-local metadata
2014-12-06 Duncan P. N. Exon... IR: Disallow function-local metadata attachments
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-12-03 Peter CollingbournePrologue support
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-09-10 Alexey SamsonovMake CallingConv::ID an alias of "unsigned".
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Duncan P. N. Exon... LLParser: Handle BlockAddresses on-the-fly
2014-08-05 Duncan P. N. Exon... Remove dead code in condition
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-23 Saleem AbdulrasoolAsmParser: remove deprecated LLIR support
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-03 Rafael EspindolaUpdate comments to match reality.
2014-06-03 Rafael EspindolaFix a small bug in the parsing of anonymous globals.
2014-06-03 Rafael EspindolaSimplify the parsing of unnamed globals. No functionali...
2014-06-03 Rafael EspindolaUpdate comment. This should have been part of r210062.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Rafael EspindolaDon't crash on redefinitions.
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-05 Saleem AbdulrasoolAsmParser: add a warning for compatibility parsing
2014-04-05 Saleem AbdulrasoolAsmParser: restore LLVM IR compatibility for linker_pri...
next