Switch lowering: Take branch weight into account when ordering for fall-through
[oota-llvm.git] / lib / IR /
2015-04-27 Pawel BylicaConstfold insertelement to undef when index is out...
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
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 David Blaikie[opaque pointer type] Verifier/AutoUpgrade: Remove...
2015-04-24 Duncan P. N. Exon... AsmWriter: Parameterize the syntactic separator for...
2015-04-24 Duncan P. N. Exon... AsmWriter: Only collect attachment names once per module
2015-04-24 Duncan P. N. Exon... AsmWriter: Split out code for printing Metadata attachm...
2015-04-24 Duncan P. N. Exon... IR: Use a bitmask to access GlobalObject subclass data
2015-04-24 Duncan P. N. Exon... IR: Extract set logic from Instruction attachments...
2015-04-24 Duncan P. N. Exon... IR: Use remove_if for Instruction::dropUnknownMetadata()
2015-04-24 Duncan P. N. Exon... IR: Remove MDMapTy and MDPairTy typedefs, NFC
2015-04-24 Duncan P. N. Exon... IR: Rename LLVMContextImpl::MetadataStore to Instructio...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-24 Pawel BylicaCorrect extractelement constant folding
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Fiona GlaserInstCombine: fold (sitofp (zext x)) to (uitofp x)
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Tom StellardIR: Add ConstantFP::getNaN()
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove typedefs for DITypeRef, etc.
2015-04-17 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DebugInfo API
2015-04-17 David Blaikie[opaque pointer type] Access the pointee of the result...
2015-04-17 David Blaikie[opaque pointer type] Query the GEP for its source...
2015-04-17 David Blaikie[opaque pointer types] Use the pointee type loaded...
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-16 Duncan P. N. Exon... DebugInfo: Allow DebugLocs to be constructed from const
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-16 Duncan P. N. Exon... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... Verifier: Check that @llvm.dbg.* intrinsics have a...
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through PrintModulePass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Duncan P. N. Exon... uselistorder: Start pulling out -preserve-ll-uselistorder
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2015-04-14 Duncan P. N. Exon... IR: Rename 'use-list-order' options to 'uselistorder'
2015-04-14 Anders WaldenborgFix crash in DebugInfoFinder when adding a module with...
2015-04-14 Duncan P. N. Exon... DebugInfo: Update signature of DICompileUnit::replace*()
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DIVariable::printExtendedName() to...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DILocation::computeNewDiscriminators()
2015-04-14 Duncan P. N. Exon... AddDiscriminators: Create new MDLocation directly
2015-04-13 Daniel BerlinAllow printing functions with an optional annotationwriter
2015-04-13 Duncan P. N. Exon... SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIGlobalVariable::getGlobal()
2015-04-13 Duncan P. N. Exon... DebugInfo: Migrate DISubprogram::describes() to new...
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
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...
next