[Bitcode] Replace hand-coded little endian handling with Endian.h functions.
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriter.cpp
2015-06-17 Benjamin Kramer[Bitcode] Replace hand-coded little endian handling...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-06 Duncan P. N. Exon... Bitcode: Set LastDL after writing DebugLocs
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 David Blaikie[opaque pointer type] Encode the allocated type of...
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-27 David Blaikie[opaque pointer type] encode the pointee type of global...
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-17 David Blaikie[opaque pointer type] Serialize the type of an llvm...
2015-04-17 David Blaikie[opaque pointer type] Explicit pointee type for call...
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-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... uselistorder: Thread bit through ValueEnumerator
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... Bitcode: Reflow code to use early continues, NFC
2015-03-17 Duncan P. N. Exon... AsmWriter: Assert on unresolved metadata nodes
2015-03-13 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-25 David Blaikie[opaque pointer type] bitcode support for explicit...
2015-02-25 David BlaikieBitcodeWriter: Refactor common computation of bits...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
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/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/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
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-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-04 Duncan P. N. Exon... IR: Initialize MDNode abbreviations en masse, NFC
2015-02-04 Peter CollingbourneMisc documentation/comment fixes.
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-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-20 Duncan P. N. Exon... Bitcode: Simplify MDNode subclass dispatch, NFC
2015-01-20 Duncan P. N. Exon... Bitcode: WriteMDNode() => WriteMDTuple(), NFC
2015-01-20 Duncan P. N. Exon... Bitcode: Add ValueEnumerator::getMetadataOrNullID(...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2015-01-14 Rafael EspindolaAdd support for comdats with names larger than 256...
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Add abbreviation for METADATA_NAME
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Simplify emission of METADATA_BLOCK
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-08 Rafael Espindolaclang-format. NFC.
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-03 Peter CollingbournePrologue support
2014-11-17 Rafael EspindolaPass a reference to ValueEnumerator.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-10-21 Duncan P. N. Exon... IR: Remove dead code in metadata bitcode writing, NFC
2014-10-15 Sanjay Patelcorrect const-ness with auto and dyn_cast
2014-10-15 Sanjay PatelUse 'auto' for easier reading; no functional change...
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-07-16 Reid KlecknerRoundtrip the inalloca bit on allocas through bitcode
2014-06-27 David MajnemerIR: Add COMDATs to the IR
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-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-26 Rafael EspindolaConvert a few loops to use ranges.
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
next