summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* 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-161-17/+13
* Improve handling of end of file in the bitcode reader.Rafael Espindola2015-06-161-40/+5
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+2
* 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 two for loops in BitcodeReader.cpp.Yaron Keren2015-06-121-10/+5
* Use early return idiom. NFCFilipe Cabecinhas2015-06-061-6/+6
* [BitcodeReader] Diagnose type mismatches with aliasesFilipe Cabecinhas2015-06-031-3/+6
* [BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas2015-06-031-0/+2
* [BitcodeReader] Change an assert to a call to a call to Error()Filipe Cabecinhas2015-05-301-2/+2
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-3/+1
* [BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas2015-05-271-1/+2
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+2
OpenPOWER on IntegriCloud