summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Bitcode] Replace hand-coded little endian handling with Endian.h functions.Benjamin Kramer2015-06-171-4/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+3
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+2
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+2
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-0/+1
* Bitcode: Set LastDL after writing DebugLocsDuncan P. N. Exon Smith2015-05-061-0/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-43/+42
* [opaque pointer type] Encode the allocated type of an alloca rather than its ...David Blaikie2015-04-281-2/+3
* [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie2015-04-281-1/+1
* [opaque pointer type] encode the pointee type of global variablesDavid Blaikie2015-04-271-7/+9
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-1/+10
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-241-4/+4
* [opaque pointer types] Serialize the value type for store instructionsDavid Blaikie2015-04-221-1/+1
* [opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie2015-04-171-1/+1
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-171-3/+3
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+2
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-1/+0
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-4/+6
* uselistorder: Thread bit through ValueEnumeratorDuncan P. N. Exon Smith2015-04-141-3/+6
* DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith2015-04-111-2/+2
* IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith2015-04-071-10/+10
* IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith2015-04-071-1/+1
* IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-14/+7
* Bitcode: Reflow code to use early continues, NFCDuncan P. N. Exon Smith2015-03-301-15/+18
* AsmWriter: Assert on unresolved metadata nodesDuncan P. N. Exon Smith2015-03-171-0/+2
* [opaque pointer type] Bitcode support for explicit type parameter on the gep ...David Blaikie2015-03-131-2/+5
* [opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie2015-02-251-4/+20
* [opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie2015-02-251-0/+3
* BitcodeWriter: Refactor common computation of bits required for a type index.David Blaikie2015-02-251-4/+4
* Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith2015-02-201-2/+2
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-2/+0
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-13/+6
* AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith2015-02-131-4/+14
* AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith2015-02-131-4/+17
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-4/+13
* AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith2015-02-131-4/+19
* AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith2015-02-131-4/+20
* AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith2015-02-131-12/+28
* AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith2015-02-131-4/+13
* AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith2015-02-131-4/+13
* AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith2015-02-131-4/+14
* AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith2015-02-131-4/+28
* AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith2015-02-131-4/+23
* AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith2015-02-131-4/+11
* AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith2015-02-131-8/+46
* AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith2015-02-131-4/+11
* AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith2015-02-131-4/+14
* AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith2015-02-131-4/+11
* AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith2015-02-131-4/+16
* IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith2015-02-101-0/+100
OpenPOWER on IntegriCloud