summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-031-2/+2
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-021-2/+2
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-021-2/+2
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-193/+213
* Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas2015-10-301-3/+1
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-10-291-1/+3
* Bitcode: Fix more unsigned integer overflow bugs.Peter Collingbourne2015-10-271-3/+3
* [IR] Limit bits used for CallingConv::ID, update testsVedant Kumar2015-10-271-4/+7
* Use Twin instead of std::to_string.Oleksiy Vyalov2015-10-261-4/+3
* Add an (optional) identification block in the bitcodeMehdi Amini2015-10-261-0/+67
* Silence Visual C++ warning in function summary parsing code (NFC)Teresa Johnson2015-10-211-0/+1
* BitcodeReader: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-131-6/+5
* Fix PR25101 - Handle anonymous functions without VST entriesTeresa Johnson2015-10-101-28/+73
* Make sure the CastInst is valid before trying to create itFilipe Cabecinhas2015-10-061-1/+4
* Remove unused private field introduced by r249270.Teresa Johnson2015-10-041-5/+2
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-14/+583
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-2/+80
* 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-171-23/+39
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-21/+154
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-147/+21
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-171-21/+147
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-1/+2
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+19
* [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-231-54/+100
* [IR] Give catchret an optional 'return value' operandDavid Majnemer2015-08-151-3/+9
* [IR] Add token typesDavid Majnemer2015-08-141-0/+3
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-8/+9
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-5/+9
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+128
* 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-15/+31
* Revert the new EH instructionsDavid Majnemer2015-07-101-128/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+128
* 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-291-0/+14
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-3/+3
* Remove the IsStreamed member variable.Rafael Espindola2015-06-221-15/+9
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-3/+3
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-7/+40
* Handle forward referenced function when streaming bitcode.Rafael Espindola2015-06-171-24/+35
* Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.Rafael Espindola2015-06-171-15/+11
OpenPOWER on IntegriCloud