[MBP] Spell the conditions the same way through out this if statement.
[oota-llvm.git] / lib / Bitcode /
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: Remove the global bits
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-14 Duncan P. N. Exon... uselistorder: Thread bit through ValueEnumerator
2015-04-14 Filipe CabecinhasError out of ParseBitcodeInto(Module*) if we haven...
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-01 Rafael Espindolagit-clang-format r233603.
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... Bitcode: Reflow code to use early continues, NFC
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-17 Benjamin KramerInternalize BitcodeReader. Not used outside of BitcodeR...
2015-03-17 Duncan P. N. Exon... AsmWriter: Assert on unresolved metadata nodes
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a gep opera...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a load...
2015-03-16 David BlaikieTest bitcode parsing error-handling for incorrect expli...
2015-03-14 David Blaikie[opaque pointer type] more gep API migration
2015-03-13 Rafael EspindolaBe lazy about loading metadata in IRObjectFile.
2015-03-13 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-03-13 David BlaikieTurn assertion into bitcode reading error
2015-03-13 Manman RenAdd a parameter for getLazyBitcodeModule to lazily...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-28 Yaron KerenSilence three more variable set but not used warnings...
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-25 David Blaikie[opaque pointer type] bitcode support for explicit...
2015-02-25 David BlaikieBitcodeWriter: Refactor common computation of bits...
2015-02-22 JF BastienUse common parse routine to read alignment values from...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-16 Duncan P. N. Exon... Bitcode: Fix major regression: large files w/ debug...
2015-02-16 Filipe Cabecinhas[Bitcode reader] Fix a few assertions when reading...
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... 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-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-04 Duncan P. N. Exon... IR: Initialize MDNode abbreviations en masse, NFC
2015-02-04 Peter CollingbourneMisc documentation/comment fixes.
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-02-03 Rafael EspindolaPropagate a better error message to the C api.
2015-02-03 Rafael EspindolaUse a non-fatal diag handler in the C API. FIxes PR22368.
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-01-30 Filipe CabecinhasCheck bit widths before trying to get a type.
2015-01-30 Filipe Cabecinhas[bitcode reader] Fix an assert on invalid type tables
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-20 David MajnemerBitcode: Don't create comdats when autoupgrading macho...
2015-01-20 Duncan P. N. Exon... Bitcode: Simplify MDNode subclass dispatch, NFC
2015-01-20 Duncan P. N. Exon... Bitcode: WriteMDNode() => WriteMDTuple(), NFC
2015-01-20 Duncan P. N. Exon... Bitcode: Add ValueEnumerator::getMetadataOrNullID(...
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2015-01-14 Rafael EspindolaAdd support for comdats with names larger than 256...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Add abbreviation for METADATA_NAME
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Simplify emission of METADATA_BLOCK
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
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: Share logic for last instruction, NFC
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-08 Rafael Espindolaclang-format. NFC.
2015-01-08 Rafael EspindolaExplicitly handle LinkOnceODRAutoHideLinkage. NFC....
2015-01-08 Rafael EspindolaUpdate naming style and clang-format. NFC.
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
next