[X86] Fast-ISel was incorrectly always killing the source of a truncate.
[oota-llvm.git] / lib / IR /
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-05-07 David BlaikieRecommit r236670: [opaque pointer type] Pass explicit...
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-05-06 David BlaikieRevert "[opaque pointer type] Pass explicit pointer...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-05-06 David Blaikie[opaque pointer type] Pass explicit pointer type throug...
2015-05-06 Pete CooperChange typeIncompatible to return an AttrBuilder instea...
2015-05-06 Pete CooperAdd remove method to operate on AttrBuilder instead...
2015-05-06 Pete CooperRemove unnecessary #ifndef NDEBUG guard around assert...
2015-05-06 Sanjoy DasAdd missing dereferenceable_or_null getters
2015-05-06 Adam Nemet[DomTree] verifyDomTree to unconditionally perform...
2015-05-06 Sanjoy Das[IRBuilder] Fix indentation. NFC.
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-05-05 David Blaikie[opaque pointer type] Track explicit GEP pointee type...
2015-05-05 Igor LaevskyEmit comment for gc.relocate showing base and derived...
2015-05-04 Davide Italiano[IR/Diagnostic] Assert that DebugLoc is valid before...
2015-04-29 David Blaikie[opaque pointer type] Store the value type of an alloca
2015-04-29 Chris Bieneman[NFC] Converting to range-based for.
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Adrian PrantlTemporarily relax a check in the debug info verifier.
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... 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
next