[libFuzzer] when a single mutation fails try a few more times with other mutations...
[oota-llvm.git] / lib / IR /
2015-09-03 Sanjoy Das[IR] Have AttrBuilder::clear clear `TargetDepAttrs`.
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-02 Ahmed Bougacha[X86] Require 32-byte alignment for 32-byte VMOVNTs.
2015-09-02 Justin BognerIR: Remove an unused AssemblyWriter constructor. NFC
2015-09-02 Justin BognerIR: Remove a redundant function. NFC
2015-09-02 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-09-02 Justin BognerIR: Invert a condition to make it more legible. NFC
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-08-31 Naomi MusgraveRollback of commit "Repress sanitization on User dtor."
2015-08-31 Naomi MusgraveUndo reversion on commit: Revert "Revert "Repress sanit...
2015-08-31 Naomi MusgraveRevert "Repress sanitization on User dtor. Modify msan...
2015-08-31 Naomi MusgraveRepress sanitization on User dtor. Modify msan macros...
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-28 Duncan P. N. Exon... AsmPrinter: Allow null subroutine type
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-28 Steven WuRevert r246244 and r246243
2015-08-28 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-08-26 Duncan P. N. Exon... DI: Make Subprogram definitions 'distinct'
2015-08-24 Sanjay Patelfix typos; NFC
2015-08-24 Sanjay Patelfix typo; NFC
2015-08-23 David Majnemer[IR] Cleanup EH instructions a little bit
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-22 David BlaikieVerifier: Don't crash on null entries in debug info...
2015-08-21 David Blaikie[opaque pointer types] Push the passing of value types...
2015-08-21 David BlaikieAdd comment as follow up to r245712
2015-08-21 David Blaikie[opaque pointer type]: Pass explicit pointee type when...
2015-08-21 David BlaikieRemove an unnecessary use of pointee types introduced...
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-20 Adrian PrantlFix a bug that caused SimplifyCFG to drop DebugLocs.
2015-08-19 Chandler Carruth[LPM] Teach the legacy pass manager to support *using...
2015-08-18 Chandler Carruth[LPM] Cleanup some loops to be range based for loops...
2015-08-16 Benjamin Kramer[IR] Simplify code. No functionality change.
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 David Majnemer[IR] Add token types
2015-08-13 David Majnemer[IR] Cleanup indentation of EH instructions
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-11 David Majnemer[IR] Verify EH pad predecessors
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-10 Tyler NowickiExtend late diagnostics to include late test for runtim...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-06 David Majnemer[IR] Remove TerminateInst's "NameStr" argument
2015-08-06 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-08-06 NAKAMURA Takumillvm/lib/IR/AttributeImpl.h: Move comment block not...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-05 Benjamin Kramer[IR] Simplify code with ArrayRef::copy. No functionalit...
2015-08-04 Yaron KerenAvoid passing nullptr to std::equal.
2015-08-04 David MajnemerDrive-by fixes for LandingPad -> EHPad
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-08-04 Chandler Carruth[UB] Don't allocate space for contained types and then...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-02 Andrew WilkinsAdd support to set/get ordering for load/store from...
2015-08-01 Craig TopperMark CompositeType::getTypeAtIndex as const. NFC
2015-08-01 Craig TopperMark Type::getPointerTo as const. Unfortunately, this...
2015-08-01 Craig TopperMerge the const and non-const Type::getScalarType to...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-29 David Blaikie[opaque pointers] Remove use of PointerType::getElement...
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-28 Craig TopperRemove unnecessary const_casts. NFC
2015-07-28 David Blaikie[opaque pointer type] Avoid using pointee types to...
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-27 Pete CooperRevert "Add const to a bunch of Type* in DataLayout...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N. Exon... DI: Remove unnecessary DICompositeTypeBase
2015-07-24 Duncan P. N. Exon... DI: Simplify DebugInfoFinder::processType(), NFC
2015-07-24 Duncan P. N. Exon... DI: Remove dead code: getDICompositeType()
2015-07-24 Duncan P. N. Exon... DI: Remove DIDerivedTypeBase
2015-07-24 Duncan P. N. Exon... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N. Exon... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-24 Duncan P. N. Exon... DI: Strengthen some dyn_casts to DIDerivedType, NFC
2015-07-24 Pete CooperAdd const to a bunch of Type* in DataLayout. NFC.
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-21 Alex LorenzIR: Extract a function 'printLLVMNameWithoutPrefix...
2015-07-21 Sanjay Patelfix formatting; NFC
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-07-15 Adrian PrantlDebug Info: Add basic support for external types refere...
2015-07-14 Andrew WilkinsAdd capability to get and set the personalitty function...
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 Adrian PrantlCleanup a couple of comments in DIBuilder.cpp
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerTighten the verifier check for catchblock.
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 David MajnemerRevert "Revert r241570, it caused PR24053"
next