summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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-294-72/+71
* Use an "early return" idiom for the error case. NFCFilipe Cabecinhas2015-04-291-8/+6
* 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
* Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas2015-04-291-1/+2
* 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-282-8/+16
* [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie2015-04-282-6/+9
* [opaque pointer type] encode the pointee type of global variablesDavid Blaikie2015-04-272-12/+20
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-243-5/+32
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-242-18/+27
* [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
* Be more strict about the operand for the array type in BitcodeReaderFilipe Cabecinhas2015-04-231-0/+3
* Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas2015-04-231-0/+9
* 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-222-5/+9
* [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-172-5/+4
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-172-12/+25
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-162-0/+6
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-152-3/+3
* Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas2015-04-151-2/+0
* Verify sizes when trying to read a VBRFilipe Cabecinhas2015-04-151-0/+2
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-1/+0
* uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith2015-04-151-6/+10
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-152-6/+9
* uselistorder: Thread bit through ValueEnumeratorDuncan P. N. Exon Smith2015-04-143-8/+16
* Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas2015-04-141-2/+6
* DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith2015-04-111-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith2015-04-071-10/+10
* IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith2015-04-071-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
* IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-302-20/+11
* Bitcode: Reflow code to use early continues, NFCDuncan P. N. Exon Smith2015-03-301-15/+18
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-261-3/+4
* Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.Benjamin Kramer2015-03-172-385/+342
* AsmWriter: Assert on unresolved metadata nodesDuncan P. N. Exon Smith2015-03-171-0/+2
* Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie2015-03-161-1/+2
OpenPOWER on IntegriCloud