summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas2015-04-291-1/+2
* Use the ArrayType member function for array element types.Filipe Cabecinhas2015-04-291-1/+1
* Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...Filipe Cabecinhas2015-04-291-2/+4
* Relax an assert when there's a type mismatch in forward referencesFilipe Cabecinhas2015-04-281-1/+3
* [opaque pointer type] Encode the allocated type of an alloca rather than its ...David Blaikie2015-04-281-6/+13
* [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie2015-04-281-5/+8
* [opaque pointer type] encode the pointee type of global variablesDavid Blaikie2015-04-271-5/+11
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-4/+17
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-241-14/+23
* [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas2015-04-241-2/+9
* Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...David Blaikie2015-04-231-7/+6
* Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...David Blaikie2015-04-221-6/+7
* Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas2015-04-221-14/+29
* [opaque pointer types] Serialize the value type for atomic store instructionsDavid Blaikie2015-04-221-4/+8
* [opaque pointer types] Serialize the value type for store instructionsDavid Blaikie2015-04-221-4/+8
* [opaque pointer type] Avoid using PointerType::getElementType for a few cases...David Blaikie2015-04-211-7/+6
* [opaque pointer types] Use the pointee type loaded from bitcode when construc...David Blaikie2015-04-171-5/+6
* [opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie2015-04-171-4/+3
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-171-9/+22
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+4
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-2/+3
* Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas2015-04-141-2/+6
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-5/+8
* git-clang-format r233603.Rafael Espindola2015-04-011-3/+1
* Fix PR23045.Rafael Espindola2015-03-301-0/+12
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-261-3/+4
* Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.Benjamin Kramer2015-03-171-2/+342
* Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie2015-03-161-1/+2
* Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie2015-03-161-3/+3
* Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie2015-03-161-2/+8
* [opaque pointer type] more gep API migrationDavid Blaikie2015-03-141-1/+1
* [opaque pointer type] Bitcode support for explicit type parameter on the gep ...David Blaikie2015-03-131-5/+11
* Turn assertion into bitcode reading errorDavid Blaikie2015-03-131-2/+2
* Add a parameter for getLazyBitcodeModule to lazily load Metadata.Manman Ren2015-03-131-9/+52
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* Silence three more variable set but not used warnings, NFC.Yaron Keren2015-02-281-0/+3
* [opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie2015-02-251-3/+17
* [opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie2015-02-251-2/+19
* Use common parse routine to read alignment values from bitcodeJF Bastien2015-02-221-14/+42
* Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith2015-02-201-9/+10
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-10/+9
* Bitcode: Fix major regression: large files w/ debug infoDuncan P. N. Exon Smith2015-02-161-3/+15
* [Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas2015-02-161-0/+32
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith2015-02-131-0/+12
* AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith2015-02-131-0/+13
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-0/+10
* AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith2015-02-131-0/+13
* AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith2015-02-131-0/+14
OpenPOWER on IntegriCloud