summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-242-2/+135
* Silencing a -Wsign-compare warning; NFC.Aaron Ballman2015-09-181-1/+1
* [opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie2015-09-172-24/+41
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-172-40/+306
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-172-299/+40
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-172-40/+299
* Refactor string encoding checks in BitcodeWriter (NFC)Teresa Johnson2015-09-171-14/+23
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-1/+2
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-032-0/+27
* [BitcodeReader] Ensure we can read constant vector selects with an i1 conditionFilipe Cabecinhas2015-08-311-4/+5
* Change comment to verify commit accesss.Karl Schimpf2015-08-311-1/+1
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+2
* [IR] Cleanup EH instructions a little bitDavid Majnemer2015-08-231-2/+1
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-232-62/+102
* [IR] Give catchret an optional 'return value' operandDavid Majnemer2015-08-152-3/+11
* [IR] Add token typesDavid Majnemer2015-08-142-0/+4
* Rangify for loop, NFC.Yaron Keren2015-08-101-6/+3
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-032-9/+11
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-312-6/+9
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-312-0/+186
* Reserve some constant values for the Swift calling convention.Bob Wilson2015-07-282-0/+4
* Add argmemonly attribute.Igor Laevsky2015-07-112-0/+4
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-102-16/+36
* Revert the new EH instructionsDavid Majnemer2015-07-102-186/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-102-0/+186
* Remove always-true comparison, NFC.Filipe Cabecinhas2015-07-031-16/+11
* Avoid a use after free.Rafael Espindola2015-07-031-1/+4
* Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.Rafael Espindola2015-07-021-3/+3
* Rangify some loops.Rafael Espindola2015-07-021-17/+13
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-292-0/+25
* 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-234-6/+6
* Remove the IsStreamed member variable.Rafael Espindola2015-06-221-15/+9
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-194-6/+6
* [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-173-9/+53
* Handle forward referenced function when streaming bitcode.Rafael Espindola2015-06-171-24/+35
* Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.Rafael Espindola2015-06-171-15/+11
* Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola2015-06-161-26/+31
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-162-21/+17
* Improve handling of end of file in the bitcode reader.Rafael Espindola2015-06-161-40/+5
* 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-152-0/+4
* Don't indent inside a namespace. NFC.Rafael Espindola2015-06-151-21/+19
* Replace @ with the more common \. NFC.Rafael Espindola2015-06-151-6/+6
* Don't repeat names in comments and start functions with a lower case letter.Rafael Espindola2015-06-151-537/+527
* Cleanup the constructor of BitcodeReader. NFC.Rafael Espindola2015-06-151-30/+28
* Rangify several for loops in ValueEnumerator constructor.Yaron Keren2015-06-121-22/+18
* Rangify two for loops in BitcodeReader.cpp.Yaron Keren2015-06-121-10/+5
* Use early return idiom. NFCFilipe Cabecinhas2015-06-061-6/+6
OpenPOWER on IntegriCloud