summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-0/+4
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-1/+7
* [IR] Remove terminatepadDavid Majnemer2015-12-141-15/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-33/+29
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-0/+28
* [ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson2015-11-202-0/+16
* Use a different block id for block of metadata kind recordsTeresa Johnson2015-11-151-1/+1
* use range-based for loop; NFCISanjay Patel2015-11-131-4/+3
* [OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das2015-11-101-1/+1
* [Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka2015-11-071-3/+5
* [OperandBundles] Rename accessor, NFCSanjoy Das2015-11-071-1/+1
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-1/+2
* Add a new attribute: norecurseJames Molloy2015-11-061-0/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-1/+0
* Fix Abbrev emission in WriteIdentificationBlockMehdi Amini2015-11-051-1/+2
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-22/+30
* Add an (optional) identification block in the bitcodeMehdi Amini2015-10-261-0/+25
* Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson2015-10-191-8/+8
* BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-132-30/+23
* Fix combined function index abbrev (NFC)Teresa Johnson2015-10-081-3/+0
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-042-27/+315
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-0/+55
* [opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie2015-09-171-1/+2
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-19/+152
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-152/+19
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-171-19/+152
* Refactor string encoding checks in BitcodeWriter (NFC)Teresa Johnson2015-09-171-14/+23
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+8
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-8/+2
* [IR] Give catchret an optional 'return value' operandDavid Majnemer2015-08-151-0/+2
* [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-252-5/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-233-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-193-3/+3
* [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-172-2/+13
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+2
* Rangify several for loops in ValueEnumerator constructor.Yaron Keren2015-06-121-22/+18
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+2
OpenPOWER on IntegriCloud