summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [IR] Add token typesDavid Majnemer2015-08-141-0/+1
* Rangify for loop, NFC.Yaron Keren2015-08-101-6/+3
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+2
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-1/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+58
* Reserve some constant values for the Swift calling convention.Bob Wilson2015-07-281-0/+2
* Add argmemonly attribute.Igor Laevsky2015-07-111-0/+2
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-1/+5
* Revert the new EH instructionsDavid Majnemer2015-07-101-58/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+58
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+11
* Use foreach loop over constant operands. NFC.Pete Cooper2015-06-251-2/+2
* [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
OpenPOWER on IntegriCloud