[libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), extend...
[oota-llvm.git] / lib /
2015-07-30 Kostya Serebryany[libFuzzer] implement memcmp hook for data-flow-guided...
2015-07-30 Sanjay Patelpush fast-math check for machine-combiner reassociation...
2015-07-29 Lang Hames[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Pete CooperReapply "Add reverse(ContainerTy) range adapter."
2015-07-29 Eric ChristopherRename hasCompatibleFunctionAttributes->areInlineCompat...
2015-07-29 Simon Pilgrim[X86][SSE] Keep 32-bit target i64 vector shifts on...
2015-07-29 Tim NorthoverAArch64: use 32-bit MOV rather than UBFX to truncate...
2015-07-29 Alex LorenzMIR Serialization: Serialize the frame info's save...
2015-07-29 Alex LorenzMIR Parser: Extract the code that parses MBB references...
2015-07-29 Simon Pilgrim[X86][SSE] Vectorize i64 ASHR operations
2015-07-29 Pete CooperRevert "Add reverse(ContainerTy) range adapter."
2015-07-29 David Blaikie[opaque pointers] Remove use of PointerType::getElement...
2015-07-29 Pete CooperAdd reverse(ContainerTy) range adapter.
2015-07-29 Alexey Samsonov[ASan] Disable dynamic alloca and UAR detection in...
2015-07-29 Jingyue WuRoll forward r242871
2015-07-29 Alex LorenzMIR Serialization: Serialize the '.cfi_def_cfa' CFI...
2015-07-29 Alex LorenzMIR Parser: Parse multiple LHS register machine operands.
2015-07-29 Sanjay Patelmove DAGCombiner's allowableAlignment() helper function...
2015-07-29 Evgeniy Stepanov[asan] Remove special case mapping on Android/AArch64.
2015-07-29 Peter CollingbourneLowerBitSets: Add debugging output.
2015-07-29 Michael Zolotukhin[Unroll] Handle SwitchInst properly.
2015-07-29 Michael Zolotukhin[Unroll] Don't crash when simplified branch condition...
2015-07-29 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-29 Douglas KatzmanAdd an ArgList::AddAllArgs that accepts a vector of...
2015-07-29 Tim NorthoverAArch64: use AddressingModes.h accessors for compare...
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-29 Jingyue WuTemporarily revert r242871
2015-07-29 Bill Schmidt[PPC] Fix PR24216: Don't generate splat for misaligned...
2015-07-29 Akira Hatanaka[AArch64] Define subtarget feature strict-align.
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-28 Alex LorenzFix broken ArrayRef conversion from r243497.
2015-07-28 Sanjay Patelignore duplicate divisor uses when transforming into...
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Alex LorenzMIR Serialization: Serialize the target index machine...
2015-07-28 Akira Hatanaka[ARM] Define subtarget feature strict-align.
2015-07-28 Tim NorthoverAArch64: be careful of large immediates when optimising...
2015-07-28 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix call lowering by bailing out on...
2015-07-28 Michael Zolotukhin[Unroll] Add debug dumps to loop-unroll analyzer.
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix generated code for IR's select...
2015-07-28 Michael Zolotukhin[Unroll] Don't analyze blocks outside the loop.
2015-07-28 Matt ArsenaultAMDGPU: Don't try to use LDS/vector for private if...
2015-07-28 Matt ArsenaultAMDGPU: Fix crash if called function is a bitcast
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-07-28 Matt ArsenaultAMDGPU: Fix return type of getImplicitParameterOffset.
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-28 Alex LorenzMIR Serialization: Serialize the block address machine...
2015-07-28 JF BastienWebAssembly: MCAsmInfo only has one syntax variant...
2015-07-28 Alex LorenzMIR Parser: Extract the method 'parseGlobalValue'....
2015-07-28 Alex LorenzMIR Parser: Move the function 'lexName'. NFC.
2015-07-28 Alex LorenzMIR Printer: Remove an outdated TODO comment and assert...
2015-07-28 Alex LorenzMIR Parser: Remove redundant parameters. NFC.
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Martell MaloneSummary:
2015-07-28 Bruno Cardoso Lopes[LVI] Cleanup whitespaces. NFC
2015-07-28 Sanjay Patelfix formatting; NFC
2015-07-28 Geoff Berry[AArch64] Match float round and convert to int instruct...
2015-07-28 Silviu Baranga[LAA] Add clarifying comments for the checking pointer...
2015-07-28 Adhemerval ZanellaImplement __builtin_thread_pointer
2015-07-28 Chandler Carruth[GMR] Teach GlobalsModRef to distinguish an important...
2015-07-28 Michael Kuperstein[X86] Remove mergeSPUpdatesUp()
2015-07-28 Simon Pilgrim[X86][SSE] Use bitmasks instead of shuffles where possible.
2015-07-28 Igor BregerAVX512: Implemented encoding and intrinsics for VGETEXP...
2015-07-28 Puyan LotfiChanges for MachineBasicBlock to use SortedVector for...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-28 Chandler Carruth[GMR] Fix a long-standing bug in GlobalsModRef where...
2015-07-28 Adam Nemet[LDist][LVer] Explicitly pass the set of memchecks...
2015-07-28 Craig TopperRemove unnecessary const_casts. NFC
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-28 Kostya Serebryany[libFuzzer] ensure that the dfsan tracing hooks actuall...
2015-07-28 Kostya Serebryany[libFuzzer] when using cmp traces, first check that...
2015-07-28 Sanjay Patelfix invalid load folding with SSE/AVX FP logical instru...
2015-07-28 David Blaikie[opaque pointer type] Avoid using pointee types to...
2015-07-27 Adam Nemet[LAA] Split out a helper to print a collection of memchecks
2015-07-27 David Blaikie[opaque pointers] Avoid the use of pointee types when...
2015-07-27 Sanjoy Das[LSR] Generate and use zero extends
2015-07-27 Sanjoy Das[TargetTransformInfo][NFCI] Add TargetTransformInfo...
2015-07-27 JF BastienWebAssembly: add a generic CPU
2015-07-27 Alex LorenzMIR Serialization: Serialize the unnamed basic block...
2015-07-27 JF BastienWebAssembly: more MCAsmInfo nits.
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-27 Alexandros Lamprineas- Added support for parsing HWDiv features using Target...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-27 Sanjoy Das[IndVars] Make loop varying predicates loop invariant.
2015-07-27 Sanjay Patelremove unnecessary forward declaration; NFC
2015-07-27 Sanjay Pateldon't repeat function names in comments; NFC
2015-07-27 JF BastienWebAssembly: minor MCAsmInfo fixes
2015-07-27 Alex LorenzMIR Serialization: Serialize the '.cfi_def_cfa_register...
2015-07-27 Alex LorenzMIR Parser: Rename the standalone parsing methods....
2015-07-27 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-27 Adam Nemet[LAA] Upper-case variable names, NFC
2015-07-27 Adam Nemet[LAA] Split out a helper from addRuntimeCheck to genera...
2015-07-27 Akira Hatanaka[AArch64] Remove check for Darwin that was needed to...
2015-07-27 Simon PilgrimFixed signed/unsigned comparison warning.
2015-07-27 Simon Pilgrim[InstCombine][X86][SSE] Replace sign/zero extension...
2015-07-27 Pete CooperRevert "Remove unnecessary null check. NFC."
2015-07-27 Matt ArsenaultFix assert when inlining a constantexpr addrspacecast
2015-07-27 Diego NovilloFix ODR violation. NFC.
next