Merging r261306:
[oota-llvm.git] / unittests / IR /
2016-01-12 Sanjay Patelfunction names start with a lower case letter ; NFC
2016-01-07 Mehdi AminiFix crash when printing instructions that have a metada...
2016-01-06 Teresa JohnsonAdd unittest for new CanReplace flag on MDNodes
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2015-12-31 Sanjay Pateladd FMF for CreateCall variant
2015-12-23 Keno Fischer[Function] Properly remove use when clearing personality
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[ConstantFold] Fix bitcast to gep constant folding...
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-07 Teresa Johnson[ThinLTO] Support cloning of temporary DILocation metadata
2015-12-01 Keno Fischer[Verifier] Improve error for cross-module refs
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-22 Sanjoy Das[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-09-22 Adrian PrantlAdd a unit test for r248341.
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-08-28 Duncan P. N. Exon... DI: Set DILexicalBlock columns >= 65536 to 0/unknown
2015-08-28 Duncan P. N. Exon... DI: Add Function::getSubprogram()
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-18 Yaron KerenAdd unit test for isLayoutIdentical(empty, empty).
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-24 Duncan P. N. Exon... DI: Fix unit tests after r243160
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-06-30 Alexey SamsonovFix memory leak in unittest added in r241101.
2015-06-30 Alexey Samsonov[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2015-06-19 Tobias GrosserIRBuilder: Add unit tests for construction of globals...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-04-30 Pawel BylicaAdd convenient overloads for CreateInsertElement and...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Duncan P. N. Exon... DebugInfo: Support up to 2^16 arguments in a subprogram
2015-04-27 Pawel BylicaConstfold insertelement to undef when index is out...
2015-04-24 Duncan P. N. Exon... Verifier: Function metadata attachments require a body
2015-04-24 Duncan P. N. Exon... IR: Add Function metadata attachments
2015-04-24 Pawel BylicaCorrect extractelement constant folding
2015-04-22 David BlaikieReplace std::auto_ptr with std::unique_ptr
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-14 Daniel BerlinOnly recalculate DFS Numbers if invalid. Invalidate...
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... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead code for accessing fields
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-31 Duncan P. N. Exon... IR: Rename replaceWithUniqued() tests from r233751
2015-03-31 Duncan P. N. Exon... IR: Enable uniquing callbacks during MDNode::replaceWit...
2015-03-31 Duncan P. N. Exon... Verifier: Move over DISubprogram::Verify()
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... Verifier: Check operands of MDSubprogram nodes
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-18 Sanjoy Das[ConstantRange] Split makeICmpRegion in two.
2015-03-16 Duncan P. N. Exon... AsmWriter: Handle broken metadata nodes
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-03-14 Duncan P. N. Exon... IR: Make Metadata::print() reliable and useful
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-06 James Molloy[ConstantRange] Teach multiply to be cleverer about...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Duncan P. N. Exon... IR: Add missing API to specialized metadata nodes
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-28 Duncan P. N. Exon... IR: Specialize MDScope::getFile() for MDFile
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-25 Duncan P. N. Exon... IR: Drop newline from AssemblyWriter::printMDNodeBody()
2015-02-23 Rafael EspindolaFix invalid cast.
2015-02-21 Duncan P. N. Exon... IR: Add helper to split debug info flags bitfield
2015-02-21 Duncan P. N. Exon... IR: Add debug info flag string conversions
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Duncan P. N. Exon... IR: Add missing null operand to MDSubroutineType
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Duncan P. N. Exon... IR: Add MDCompositeTypeBase::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDCompileUnit::replace*()
2015-02-18 Duncan P. N. Exon... IR: Add MDSubprogram::replaceFunction()
2015-02-17 Duncan P. N. Exon... IR: Add missing clone() overloads
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-10 Duncan P. N. Exon... IR: Add MDNode::replaceWithPermanent()
2015-02-10 Duncan P. N. Exon... IR: Remove unnecessary fields from MDTemplateParameter
2015-02-10 Duncan P. N. Exon... IR: Add accessors to MDExpression
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
next