[WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
[oota-llvm.git] / lib /
2015-09-04 Andrew Kaylor[WinEH] Teach SimplfyCFG to eliminate empty cleanup...
2015-09-04 Kostya Serebryany[libFuzzer] more accurate logic for traces, 80-char fix
2015-09-04 Yaron KerenRemove two unused includes and C++11 rangify for loops.
2015-09-04 Chad RosierTypo. NFC.
2015-09-04 David Majnemer[MC] Replace comparison with isUInt<32>.
2015-09-04 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Appease a warning in checking...
2015-09-04 Kostya Serebryany[libFuzzer] when a single mutation fails try a few...
2015-09-04 Kostya Serebryany[libFuzzer] actually make the dictionaries work (+docs)
2015-09-04 Hal Finkel[PowerPC] Enable interleaved-access vectorization
2015-09-03 Hal Finkel[PowerPC] Always use aggressive interleaving on the A2
2015-09-03 Hal Finkel[PowerPC] Try harder to find a base+offset when looking...
2015-09-03 Sanjoy Das[IR] Have AttrBuilder::clear clear `TargetDepAttrs`.
2015-09-03 Philip Reames[RewriteStatepointsForGC] Extract common code, comment...
2015-09-03 Philip Reames[RewriteStatepointsForGC] Strengthen invariants around...
2015-09-03 Kostya Serebryany[libFuzzer] refactor the mutation functions so that...
2015-09-03 Hal Finkel[PowerPC] Include the permutation cost for unaligned...
2015-09-03 Hal Finkel[PowerPC] Compute the MMO offset for an unaligned load...
2015-09-03 Philip Reames[RewriteStatepointsForGC] Workaround a lack of determin...
2015-09-03 Kostya Serebryany[libFuzzer] adding a parser for AFL-style dictionaries...
2015-09-03 Reid Kleckner[sancov] Disable sanitizer coverage on functions using SEH
2015-09-03 Chad Rosier[AArch64] Improve ISel using across lane addition reduc...
2015-09-03 Karl SchimpfAllow global address space forward decls using IDs...
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-03 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
2015-09-03 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-09-03 Karl SchimpfFix assertion failure in LLParser::ConvertValIDToValue
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Sanjay Patelcheck for fastness before merging in DAGCombiner::Merge...
2015-09-03 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2015-09-03 Chad Rosier[AArch64] Reuse MayLoad. NFC.
2015-09-03 Daniel Sanders[mips] Added support for the div, divu, ddiv and ddivu...
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-03 Igor BregerAVX512: Implemented encoding and intrinsics for vplzcnt...
2015-09-02 JF Bastien[MergeFuncs] Efficiently defer functions on merge
2015-09-02 Kostya Serebryany[libFuzzer] deprecate the -tokens flag. This was a...
2015-09-02 Ahmed Bougacha[X86] Require 32-byte alignment for 32-byte VMOVNTs.
2015-09-02 Douglas KatzmanAdd Myriad into enum VendorType
2015-09-02 Justin BognerIR: Remove an unused AssemblyWriter constructor. NFC
2015-09-02 Philip Reames[RewriteStatepointsForGC] Delete stale comment [NFC]
2015-09-02 Philip Reames[RewriteStatepointsForGC] Pull a function out of anon...
2015-09-02 Justin BognerIR: Remove a redundant function. NFC
2015-09-02 Ahmed Bougacha[X86] Cleanup nontemporal fragments. NFCI.
2015-09-02 Philip Reames[RewriteStatepointsForGC] Bugfix for change 246133
2015-09-02 Philip ReamesFix release build warning for unused function
2015-09-02 Philip Reames[RewriteStatepointsForGC] Improve debug output [NFC]
2015-09-02 Hal Finkel[PowerPC] Cleanup cost model for unaligned vector loads...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-09-02 Piotr Padlewskiassuem(X) handling in GVN bugfix
2015-09-02 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-09-02 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-09-02 Benjamin Kramer[RemoveDuplicatePHINodes] Start over after removing...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in fast-isel when splittin...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in SelectionDAG when split...
2015-09-02 Kostya Serebryany[libFuzzer] honour -only_ascii=1 when reading the initi...
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-09-02 Ahmed Bougacha[AArch64] More consistently separate asm opc and operan...
2015-09-02 Ahmed Bougacha[AArch64] Consistently separate asm opc and operands...
2015-09-02 Justin BognerIR: Invert a condition to make it more legible. NFC
2015-09-02 James Molloy[ValueTracking] Look through casts when both operands...
2015-09-02 Hal Finkel[PowerPC] Don't always consider P8Altivec-only masks...
2015-09-02 Sanjay Patel[x86] fix allowsMisalignedMemoryAccesses() for 8-byte...
2015-09-02 Asaf Badouh[X86][AVX512VLBW] add support in byte shift and SAD
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for VGETMAN...
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for vshufps/d.
2015-09-02 James Molloy[LV] Don't bail to MiddleBlock if a runtime check fails...
2015-09-02 James Molloy[LV] Move some code around slightly to make the intent...
2015-09-02 James Molloy[LV] Cleanup: Sink an IRBuilder closer to its uses.
2015-09-02 James Molloy[LV] Refactor all runtime check emissions into helper...
2015-09-02 James Molloy[LV] Pull creation of trip counts into a helper function.
2015-09-02 James Molloy[LV] Factor the creation of the loop induction variable...
2015-09-02 James Molloy[LV] Never widen an induction variable.
2015-09-02 James Molloy[LV] Switch to using canonical induction variables.
2015-09-02 Elena DemikhovskyAVX-512: store <4 x i1> and <2 x i1> values in memory
2015-09-02 Elena DemikhovskyOptimization for Gather/Scatter with uniform base
2015-09-02 Yaron KerenMove createEliminateAvailableExternallyPass earlier...
2015-09-02 Vedant Kumar[CodeGen] Fix FREM on 32-bit MSVC on x86
2015-09-01 David Majnemer[MC] Generate a timestamp for COFF object files
2015-09-01 David Majnemer[MC] Remove MCAssembler's copy of OS
2015-09-01 Ahmed Bougacha[ARM] Don't abort on variable-idx extractelt in Reconst...
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-09-01 Sanjay Patelrename "slow-unaligned-mem-under-32" to slow-unaligned...
2015-09-01 Hans WennborgDeadArgElim: don't eliminate arguments from naked functions
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-09-01 Ahmed Bougacha[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
2015-09-01 David Majnemer[MC] Allow MCObjectWriter's output stream to be swapped out
2015-09-01 Igor BregerAVX512: Implemented intrinsics for valign.
2015-09-01 Silviu Baranga[AArch64] Turn on by default interleaved access vectori...
2015-09-01 Silviu Baranga[ARM] Turn on by default interleaved access vectorization
2015-09-01 Silviu Baranga[ARM][AArch64] Turn on by default interleaved access...
2015-09-01 Yaron KerenFix typo.
2015-09-01 Matt ArsenaultAMDGPU: Fix adding redundant implicit operands
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-08-31 Duncan P. N. Exon... LTO: Cleanup parameter names and header docs, NFC
2015-08-31 Hal Finkel[DAGCombine] Fixup SETCC legality checking
2015-08-31 Sanjay Pateldon't set a legal vector type if we know we can't use...
2015-08-31 Quentin Colombet[BasicAA] Fix the handling of sext and zext in the...
2015-08-31 JF BastienWebAssembly: generate load/store
next