[Orc] Add header comment to IndirectionUtils.cpp.
[oota-llvm.git] / lib / AsmParser /
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-21 Duncan P. N. Exon... AsmParser: Use StringRef for keyword comparisons, NFC
2015-02-20 Duncan P. N. Exon... AsmParser: Use do{}while(false) in macros, NFC
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-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
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-29 Sean SilvaRemove unused tokens in the ll lexer.
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-17 Richard TrieuRemove std::move that was preventing return value optim...
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-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-09 David MajnemerAsmParser: Verifier that the contents of a hex integer...
2014-12-09 David MajnemerAsmParser: Don't crash on short hex constants for fp128...
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 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-19 Rafael EspindolaSplit parseAssembly into parseAssembly and parseAssembl...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-19 Duncan P. N. Exon... LLParser: Handle BlockAddresses on-the-fly
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-18 Rafael EspindolaDelete unused method.
2014-08-17 Rafael EspindolaPass a std::uinque_ptr to ParseAssembly to make the...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
next