[unroll] Directly query for dead instructions.
[oota-llvm.git] / lib / IR /
2015-02-13 Duncan P. N. Exon... IR: Drop never-used defaults for DIBuilder::createTempl...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-12 Duncan P. N. Exon... IR: Stop abusing DW_TAG_base_type for compile unit...
2015-02-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2015-02-11 Adrian PrantlAllow DIBuilder::replaceVTableHolder() to work with...
2015-02-11 Adrian PrantlAdd a trackIfUnresolved to DIBuilder::createInheritance(),
2015-02-11 Adrian PrantlGeneralize DIBuilder's createReplaceableForwardDecl...
2015-02-11 David MajnemerDataLayout: Report when the preferred alignment is...
2015-02-11 David MajnemerVerifier: Check for null operands in !llvm.module.flags
2015-02-11 David MajnemerVerifier: Make sure !llvm.ident's operand isn't null
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-10 Eric ChristopherReformat (and remove some tabs) to make debugging this...
2015-02-10 Duncan P. N. Exon... IR: Add MDNode::replaceWithPermanent()
2015-02-10 Duncan P. N. Exon... Verifier: reuse getInlinedAt() result, NFC
2015-02-10 Duncan P. N. Exon... IR: Remove unnecessary fields from MDTemplateParameter
2015-02-10 Duncan P. N. Exon... Verifier: Check for valid tags in debug nodes
2015-02-10 Duncan P. N. Exon... Verifier: Add simple checks for MDLocation
2015-02-10 Duncan P. N. Exon... Verifier: Create stubs for specialized metadata nodes
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Ramkumar Ramachandra[Statepoint] Improve two asserts, fix some style (NFC)
2015-02-09 Duncan P. N. Exon... DebugInfo: Remove DW_TAG_constant
2015-02-09 Duncan P. N. Exon... IR: Take uint64_t in DIBuilder::createExpression()
2015-02-09 Duncan P. N. Exon... Verifier: Const-qualify Metadata, NFC
2015-02-09 Ramkumar RamachandraisDereferenceablePointer: look through gc.relocate...
2015-02-08 Benjamin KramerMetadata: Use <algorithm> to simplify code. NFC.
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-07 Bruce MitchenerAdd more DWARF 5 language constants.
2015-02-06 Duncan P. N. Exon... IR: Allow 32-bits for lines in debug location
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeTag(), NFC
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeMetadataAsOperand(), NFC
2015-02-05 Michael KupersteinTeach isDereferenceablePointer() to look through bitcas...
2015-02-05 Duncan P. N. Exon... IR: Rename 'operator ==()' to 'isKeyOf()', NFC
2015-02-04 Duncan P. N. Exon... IR: Reduce boilerplate in DenseMapInfo overrides, NFC
2015-02-04 Duncan P. N. Exon... IR: Define MDNode uniquing sets automatically, NFC
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2015-02-04 Galina KistanovaAdded missing header for the explicit dependency on...
2015-02-03 Philip ReamesUse ImmutableCallSite for statepoint verification.
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-02-02 Duncan P. N. Exon... Fix the -Werror build, NFC
2015-02-02 Duncan P. N. Exon... IR: Allow GenericDebugNode construction from MDString
2015-02-02 Duncan P. N. Exon... IR: Separate helpers for string operands, NFC
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-02-02 Duncan P. N. Exon... Fix some file headers, NFC
2015-01-30 Philip ReamesFactor out statepoint verification into separate functi...
2015-01-28 Bjorn SteinbrinkFix LLVMSetMetadata and LLVMAddNamedMetadataOperand...
2015-01-28 Chandler Carruth[LPM] A targeted but somewhat horrible fix to the legac...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-25 Craig Topper[X86] Use i8 immediate for comparison type on AVX512...
2015-01-25 NAKAMURA TakumiInstantiate Registry<GCStrategy> in LLVMCore, to let...
2015-01-24 Benjamin KramerDebugInfo: Fix use after return found by asan.
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Justin Bognerllvm-cov: Use range-for (NFC)
2015-01-23 Justin Bognerllvm-cov: clang-format the GCOV files (NFC)
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-22 Duncan P. N. Exon... IR: Change GenericDwarfNode::getHeader() to StringRef
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-22 Benjamin KramerRemove dead leak detector parts that fell out of use...
2015-01-22 Duncan P. N. Exon... IR: Update references to temporaries before deleting
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Adrian PrantlRewrite DIExpression::printInternal() to use the iterat...
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
2015-01-21 Adrian PrantlLet subprograms with instructions without parent scopes...
2015-01-21 Adrian PrantlMake DIExpression::Verify() stricter by checking that...
2015-01-20 Adrian PrantlDebugLocs without a scope should fail the verification.
2015-01-20 Ramkumar Ramachandra[GC] Verify-pass void vararg functions in gc.statepoint
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-20 Adrian PrantlAdd an assertion and prefer a crash over an infinite...
2015-01-20 Duncan P. N. Exon... Reapply "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N. Exon... Revert "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N. Exon... IR: Move MDNode clone() methods from ValueMapper to...
2015-01-20 Duncan P. N. Exon... IR: Simplify DIBuilder's HeaderBuilder API, NFC
2015-01-20 Duncan P. N. Exon... IR: Delete GenericDwarfNode during teardown
2015-01-20 Duncan P. N. Exon... IR: Canonicalize GenericDwarfNode empty headers to...
2015-01-20 Duncan P. N. Exon... IR: Detect whether to call recalculateHash() via SFINAE...
next