summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas2015-05-261-2/+4
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-2/+3
* [BitcodeReader] Error out if we read an invalid function argument typeFilipe Cabecinhas2015-05-191-1/+4
* [BitcodeReader] Make sure the type of the inserted value matches the type of ...Filipe Cabecinhas2015-05-181-0/+3
* Extract the load/store type verification to a separate function.Filipe Cabecinhas2015-05-181-9/+38
* [BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indicesFilipe Cabecinhas2015-05-161-4/+10
* Remove redundant checks. NFCFilipe Cabecinhas2015-05-151-2/+0
* While in GlobalValue fix the function(s) that don't follow theEric Christopher2015-05-151-4/+4
* [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.David Blaikie2015-05-081-4/+6
* Don't overflow GCTableFilipe Cabecinhas2015-04-301-1/+1
* Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas2015-04-301-0/+2
* Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas2015-04-301-0/+4
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-2/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-21/+21
* Use an "early return" idiom for the error case. NFCFilipe Cabecinhas2015-04-291-8/+6
OpenPOWER on IntegriCloud