Remove useless .debug_macinfo section setup.
[oota-llvm.git] / include / llvm / Bitcode /
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...
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-04-18 Reid KlecknerUpdate comment in LLVMBitCodes.h to reflect the actual...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Chris Lattnerfix a -Wdocumentation warning.
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-09 Justin BognerBitcode: Fix a typo in an assert
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-09 Jordan RoseRewrite assert to avoid warning when the record element...
2013-04-01 Joe AbbeyWhitespace cleanup
2013-02-13 Chris Lattneruse memcpy instead of dubious union to type pun two...
2013-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-10 Chris Lattnerok, ok, stop fighting type punning warnings by just...
2013-02-10 Chris Lattnerhopefully "really" fix a type punning warning by defini...
2013-02-10 Chris Lattnerattempt to defeat a gcc warning that is breaking a...
2013-02-09 Chris LattnerThis is the correct version of r174802.
2013-02-09 Chris LattnerFix a nasty off-by one error that only manifests with...
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-09 Chris Lattnerrecommit r173072 (preparing bitstream reader to read...
next