summaryrefslogtreecommitdiff
path: root/unittests/IR
AgeCommit message (Expand)Author
2015-05-21IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl
2015-05-13Add function entry count metadata.Diego Novillo
2015-04-30Add convenient overloads for CreateInsertElement and CreateExtractElement met...Pawel Bylica
2015-04-29[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-28DebugInfo: Support up to 2^16 arguments in a subprogramDuncan P. N. Exon Smith
2015-04-27Constfold insertelement to undef when index is out-of-boundsPawel Bylica
2015-04-24Verifier: Function metadata attachments require a bodyDuncan P. N. Exon Smith
2015-04-24IR: Add Function metadata attachmentsDuncan P. N. Exon Smith
2015-04-24Correct extractelement constant foldingPawel Bylica
2015-04-22Replace std::auto_ptr with std::unique_ptrDavid Blaikie
2015-04-16DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith
2015-04-14Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...Daniel Berlin
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith
2015-04-07DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNodeDuncan P. N. Exon Smith
2015-04-07IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith
2015-04-06[lit] Fix running gtest type-parameterized tests on WindowsReid Kleckner
2015-04-06DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith
2015-04-06DebugInfo: Use MDTypeRef throughout the hierarchyDuncan P. N. Exon Smith
2015-04-06DebugInfo: Remove dead code for accessing fieldsDuncan P. N. Exon Smith
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie
2015-03-31IR: Rename replaceWithUniqued() tests from r233751Duncan P. N. Exon Smith
2015-03-31IR: Enable uniquing callbacks during MDNode::replaceWithUniqued()Duncan P. N. Exon Smith
2015-03-31Verifier: Move over DISubprogram::Verify()Duncan P. N. Exon Smith
2015-03-30Verifier: Add operand checks for remaining debug infoDuncan P. N. Exon Smith
2015-03-30Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith
2015-03-30Verifier: Check operands of MDSubprogram nodesDuncan P. N. Exon Smith
2015-03-27Verifier: Check operands of MDType subclasses and MDCompileUnitDuncan P. N. Exon Smith
2015-03-27Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith
2015-03-26Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith
2015-03-18[ConstantRange] Split makeICmpRegion in two.Sanjoy Das
2015-03-16AsmWriter: Handle broken metadata nodesDuncan P. N. Exon Smith
2015-03-14[opaque pointer type] gep API migrationDavid Blaikie
2015-03-14IR: Make Metadata::print() reliable and usefulDuncan P. N. Exon Smith
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini
2015-03-06[ConstantRange] Teach multiply to be cleverer about signed ranges.James Molloy
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-03-03IR: Add missing API to specialized metadata nodesDuncan P. N. Exon Smith
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2015-02-28IR: Specialize MDScope::getFile() for MDFileDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-25IR: Drop newline from AssemblyWriter::printMDNodeBody()Duncan P. N. Exon Smith
2015-02-23Fix invalid cast.Rafael Espindola
2015-02-21IR: Add helper to split debug info flags bitfieldDuncan P. N. Exon Smith
2015-02-21IR: Add debug info flag string conversionsDuncan P. N. Exon Smith
2015-02-19IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith
2015-02-19IR: Add missing null operand to MDSubroutineTypeDuncan P. N. Exon Smith