[PM/AA] Run clang-format over the SCEV-AA code to normalize the
[oota-llvm.git] / include / llvm / Bitcode /
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 Jan Wen VoungFix enum BitcodeError to not define a zero-valued error...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Benjamin KramerAdd missing include.
2015-06-17 Benjamin Kramer[Bitcode] Replace hand-coded little endian handling...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-15 Duncan P. N. Exon... uselistorder: Pull bit through BitcodeWriterPass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-13 Manman RenAdd a parameter for getLazyBitcodeModule to lazily...
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Richard SmithClean up some inappropriate choices of type in the...
2015-02-13 Duncan P. N. Exon... Bitcode: Remove confusing '?' from r229004, NFC
2015-02-13 Duncan P. N. Exon... Bitcode: Add trailing comma to MetadataCodes, NFC
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2014-12-18 Rafael EspindolaModernize the getStreamedBitcodeModule interface a...
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
2014-11-17 Rafael EspindolaRevert commits r222146 and r222137.
2014-11-17 Rafael EspindolaAvoid undefined behavior by masking the shift amount.
2014-11-17 Rafael EspindolaUse a more canonical way of computing a mask with N...
2014-11-13 Rafael EspindolaMake a few helper functions static. NFC.
2014-11-13 Rafael EspindolaReturn word_t from read.
2014-11-13 Rafael EspindolaSimplify code a bit. NFC.
2014-11-13 Rafael EspindolaSmall optimization: once the size is know, we don't...
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-13 Jordan Rose[Bitcode] AtEndOfStream should only check against the...
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Rafael EspindolaReduce code duplication a bit. NFC.
2014-11-12 Rafael EspindolaDelete dead code. NFC.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-06 Rafael EspindolaDon't repeat names in comments. NFC.
2014-09-15 Benjamin KramerSpell out the template args for compilers having issues...
2014-09-15 Benjamin KramerUse IntrusiveRefCntPtr to manage the lifetime of BitCod...
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-30 Jordan RoseTeach llvm-bcanalyzer to use one stream's BLOCKINFO...
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-07-29 Rafael EspindolaHave a single enum for "not a bitcode" error.
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-16 Reid KlecknerRoundtrip the inalloca bit on allocas through bitcode
2014-07-04 Rafael EspindolaRevert "Convert a few std::strings to StringRef."
2014-07-04 Rafael EspindolaConvert a few std::strings to StringRef.
2014-07-04 Rafael EspindolaRemove unused old-style error handling.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 Alp TokerIRReader: don't mark MemoryBuffers const
2014-06-27 Alp TokerPropagate const-correctness into parseBitcodeFile()
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
next