Revert r234615, "Have one raw_fd_ostream constructor forward to the other."
[oota-llvm.git] / lib / IR /
2015-04-13 Duncan P. N. Exon... Revert "Verifier: Check for incompatible bit piece...
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Duncan P. N. Exon... Verifier: Check for incompatible bit piece expressions
2015-04-11 Duncan P. N. Exon... DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()
2015-04-11 Duncan P. N. Exon... DebugInfo: Assume a valid pointer for DISubprogram...
2015-04-11 Duncan P. N. Exon... DebugInfo: Move DIScope::getName() and getContext(...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Duncan P. N. Exon... DebugInfo: Add forwarding getFilename() accessor to...
2015-04-10 Duncan P. N. Exon... DebugInfo: Remove dead DIDescriptor::getDescriptorField()
2015-04-10 Duncan P. N. Exon... DebugInfo: Stop leaking temporaries in DIBuilder::creat...
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
2015-04-09 Duncan P. N. Exon... IR: Preserve use-list order by default in bitcode
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove constructors for DIRef<>
2015-04-07 Duncan P. N. Exon... Revert "Workaround bot failure with explicit conversion...
2015-04-07 Duncan P. N. Exon... Workaround bot failure with explicit conversion to...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DICompositeType mutation API
2015-04-07 Duncan P. N. Exon... DebugInfo: Use DebugNodeRef in MDImportedEntity::getEnt...
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIExpression bit-piece API to MDExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
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 Duncan P. N. Exon... IR: Fix -Werror noasserts build after r234255
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Reimplement DIRef<>::resolve() using TypedDe...
2015-04-06 Duncan P. N. Exon... DebugInfo: Drop confusing forwarding API from DILexical...
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
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: Create MDTypeRef, etc., to replace DITypeRef
2015-04-06 Duncan P. N. Exon... Metadata: Add typed array-like wrapper for MDTuple
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead code for accessing fields
2015-04-06 Duncan P. N. Exon... AutoUpgrade: Remove obsolete dbg.declare/value upgrade
2015-04-06 Duncan P. N. Exon... Verifier: Check composite type template params
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDFile instead of accessing operands...
2015-04-05 David Blaikie[opaque pointer type] The last of the GEP IRBuilder...
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
2015-04-03 Duncan P. N. Exon... Verifier: Check that inlined-at locations agree
2015-04-03 Daniel BerlinReturn iterator from BasicBlock::eraseFromParent
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-02 Daniel BerlinReturn iterator from Instruction::eraseFromParent.
2015-04-01 Rafael Espindolagit-clang-format r233603.
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Duncan P. N. Exon... IR: Enable uniquing callbacks during MDNode::replaceWit...
2015-03-31 Duncan P. N. Exon... Verifier: Don't return early from verifyTypeRefs()
2015-03-31 Duncan P. N. Exon... Verifier: Explicitly verify type references
2015-03-31 Duncan P. N. Exon... Verifier: Move over DISubprogram::Verify()
2015-03-31 Duncan P. N. Exon... DebugInfo: Rewrite llvm::getDISubprogram(), NFC
2015-03-31 Duncan P. N. Exon... DebugInfo: Hide isScopeRef() and isTypeRef() behind...
2015-03-31 Duncan P. N. Exon... Verifier: Check reference flags in debug info
2015-03-31 Duncan P. N. Exon... Verifier: Move more debug info checks away from Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Move checks over from DIDescriptor::Verify()
2015-03-30 Duncan P. N. Exon... DebugLoc: Remove getFromDILexicalBlock()
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N. Exon... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 Duncan P. N. Exon... DebugInfo: Remove dead code from old DebugLoc API
2015-03-30 Rafael EspindolaUse range loops and add missing braces.
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... DebugInfo: Reflow printDebugLoc() to use early returns...
2015-03-30 Duncan P. N. Exon... DebugInfo: Write new DebugLoc API
2015-03-30 Duncan P. N. Exon... DebugInfo: Implement MDLocation::getInlinedAtScope()
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... DebugInfo: Simplify logic in DISubprogram::Verify(...
2015-03-30 Duncan P. N. Exon... Verifier: Loosen r233559 check for 'function:' field...
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-30 Yaron KerenTrying to fix the Hexagon and debian-fast bots arm32_ne...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-29 Benjamin KramerSilence sign compare warning. NFC.
2015-03-29 Benjamin Kramer[inline asm] Don't reject duplicated matching constraints
2015-03-28 Hal Finkel[ConstantFold] Don't fold ppc_fp128 <-> int bitcasts
2015-03-28 Duncan P. N. Exon... Verifier: Allow subroutine types to have no type array
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Duncan P. N. Exon... DebugInfo: Require non-null in DIBuilder::retainType()
2015-03-27 Duncan P. N. Exon... LLParser: Require non-null scope for MDLocation and...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-27 Duncan P. N. Exon... DIBuilder: Change a few helpers to return downcasted...
2015-03-27 Duncan P. N. Exon... AsmWriter: Cleanup debug info fields with MDFieldPrinte...
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-25 Peter CollingbourneDebugInfo: Permit DW_TAG_structure_type, DW_TAG_member...
2015-03-24 Duncan P. N. Exon... Verifier: Start recursing into !dbg attachments
2015-03-24 Duncan P. N. Exon... Verifier: !llvm.dbg.cu must point at compile units
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in llvm IR
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin Kramer[gcov] Move formatBranchInfo into an anonymous namespace.
2015-03-20 Duncan P. N. Exon... Verifier: Check that !dbg attachments have the right...
2015-03-20 Duncan P. N. Exon... DebugInfoFinder: Check for null imported entities
2015-03-20 Chad RosierTypo.
2015-03-20 Duncan P. N. Exon... Verifier: Remove the separate DebugInfoVerifier class
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-18 Sanjoy Das[ConstantRange] Split makeICmpRegion in two.
next