summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2015-11-13use range-based for loop; NFCISanjay Patel
2015-11-10[OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das
2015-11-07[Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka
2015-11-07[OperandBundles] Rename accessor, NFCSanjoy Das
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka
2015-11-06Add a new attribute: norecurseJames Molloy
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-11-05Fix Abbrev emission in WriteIdentificationBlockMehdi Amini
2015-11-02Clang format a few prior patches (NFC)Teresa Johnson
2015-10-26Add an (optional) identification block in the bitcodeMehdi Amini
2015-10-19Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson
2015-10-13BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith
2015-10-08Fix combined function index abbrev (NFC)Teresa Johnson
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson
2015-09-24[Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das
2015-09-17[opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie
2015-09-17Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson
2015-09-17Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson
2015-09-17Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson
2015-09-17Refactor string encoding checks in BitcodeWriter (NFC)Teresa Johnson
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer
2015-08-14[IR] Add token typesDavid Majnemer
2015-08-10Rangify for loop, NFC.Yaron Keren
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer
2015-07-28Reserve some constant values for the Swift calling convention.Bob Wilson
2015-07-11Add argmemonly attribute.Igor Laevsky
2015-07-10Add support for fast-math flags to the FCmp instruction.James Molloy
2015-07-10Revert the new EH instructionsDavid Majnemer
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer
2015-06-29Add a DIModule metadata node to the IR.Adrian Prantl
2015-06-25Use foreach loop over constant operands. NFC.Pete Cooper
2015-06-17[Bitcode] Replace hand-coded little endian handling with Endian.h functions.Benjamin Kramer
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-06-15Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne
2015-05-26Add initial support for the convergent attribute.Owen Anderson
2015-05-21IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl
2015-05-06Bitcode: Set LastDL after writing DebugLocsDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-28[opaque pointer type] Encode the allocated type of an alloca rather than its ...David Blaikie
2015-04-28[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie
2015-04-27[opaque pointer type] encode the pointee type of global variablesDavid Blaikie
2015-04-24IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith
2015-04-24[opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie
2015-04-22[opaque pointer types] Serialize the value type for store instructionsDavid Blaikie
2015-04-17[opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie
2015-04-17[opaque pointer type] Explicit pointee type for call instructionDavid Blaikie