[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
[oota-llvm.git] / include / llvm / Bitcode /
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-09 Mehdi AminiAdd a method to the BitcodeReader to parse only the...
2015-11-07 Akira Hatanaka[Bitcode] Add enums for call instruction markers and...
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-04 Sanjay Patelfix typo; NFC
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-10-27 Peter CollingbourneBitcode: Fix more unsigned integer overflow bugs.
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-26 Peter CollingbourneBitstreamWriter: Fix integer overflow.
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-09-30 Teresa JohnsonAdd support for sub-byte aligned writes to lib/Support...
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-18 Teresa JohnsonRemove couple of new Bitcode enum vals that snuck in...
2015-09-17 David Blaikie[opaque pointer types] Add an explicit pointee type...
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-16 Teresa JohnsonAllow BackpatchWord to be called for non-32-bit aligned...
2015-09-10 Mehdi AminiMakes EmitRecord() accepting ArrayRef and raw array...
2015-09-10 Mehdi AminiBitcode Writer: EmitRecordWith* takes an ArrayRef inste...
2015-09-09 Teresa JohnsonChange EmitRecordWithAbbrevImpl to take Optional record...
2015-09-09 Mehdi AminiRevert "Bitcode Writer: EmitRecordWith* takes an ArrayR...
2015-09-09 Mehdi AminiBitcode Writer: EmitRecordWith* takes an ArrayRef inste...
2015-09-09 Duncan P. N. Exon... Revert "Bitcode: ArrayRef-ize EmitRecordWithAbbrev...
2015-09-09 Duncan P. N. Exon... Bitcode: ArrayRef-ize EmitRecordWithAbbrev(), NFC
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-14 David Majnemer[IR] Add token types
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 Jan Wen VoungFix enum BitcodeError to not define a zero-valued error...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Benjamin KramerAdd missing include.
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-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-15 Duncan P. N. Exon... uselistorder: Pull bit through BitcodeWriterPass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-13 Manman RenAdd a parameter for getLazyBitcodeModule to lazily...
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Richard SmithClean up some inappropriate choices of type in the...
2015-02-13 Duncan P. N. Exon... Bitcode: Remove confusing '?' from r229004, NFC
2015-02-13 Duncan P. N. Exon... Bitcode: Add trailing comma to MetadataCodes, NFC
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-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
next