platform/upstream/llvm.git
2018-02-21 Simon Dardis[mips] Spectre variant two mitigation for MIPSR2
2018-02-21 Aaron Smith[lit] Fix a problem with spaces in the python path...
2018-02-21 Sanjay Patel[InstCombine] C / -X --> -C / X
2018-02-20 Sanjay Patel[InstCombine] -X / C --> X / -C for FP
2018-02-20 Simon Dardis[mips][lld] Spectre variant two mitigation for MIPSR2
2018-02-20 Richard SmithFix assert when template argument deduction's original...
2018-02-20 Sam Clegg[WebAssembly] Rename GlobalSymbol types. NFC.
2018-02-20 Sanjay Patel[InstCombine] add tests for fdiv with negated op and...
2018-02-20 Konstantin... Revert "[AMDGPU] Increased vector length for global...
2018-02-20 Sanjay Patel[PatternMatch] allow vector matches with m_FNeg
2018-02-20 Sanjoy Das[DSE] Don't DSE stores that subsequent memmove calls...
2018-02-20 Richard SmithWhen multiple sanitizers are enabled (ubsan + something...
2018-02-20 Sanjay Patel[InstCombine] auto-generate full checks; NFC
2018-02-20 Sanjay Patel[InstCombine] add test for vector -X/-Y; NFC
2018-02-20 Craig Topper[X86] Fix copy/paste mistake in test.
2018-02-20 Benjamin KramerFix broken test from r325630.
2018-02-20 Erich Keane[NFC] In Multiversion Check function, switch to return...
2018-02-20 Lang Hames[PBQP] Fix PR33038 by pruning empty intervals in initia...
2018-02-20 Sam CleggConsistent use of header file for ICF and MarkLive
2018-02-20 Benjamin Kramer[MemoryBuiltins] Check nobuiltin status when identifyin...
2018-02-20 Sam CleggConsistent (non) use of empty lines in include blocks
2018-02-20 Sanjay Patel[InstCombine] remove unneeded operand swap: NFCI
2018-02-20 Craig Topper[SelectionDAG] Support known true/false SimplifySetCC...
2018-02-20 Artem Belevich[CUDA] Added missing __threadfence_system() function...
2018-02-20 Rui UeyamaUse more early returns in SymbolTable.cpp.
2018-02-20 Sam Clegg[WebAssembly] Remove unused header
2018-02-20 Sanjay Patel[PatternMatch] enhance m_SignMask() to ignore undef...
2018-02-20 Sanjay Patel[InstSimplify] add tests for m_SignMask with undef...
2018-02-20 Evandro Menezes[AArch64] Refactor instructions using SIMD immediates
2018-02-20 Teresa Johnson[lld/LTO] Remove unused Path parameter to AddBufferFn
2018-02-20 Teresa Johnson[LTO] Remove unused Path parameter to AddBufferFn
2018-02-20 Teresa Johnson[ThinLTO/gold] Avoid race with cache pruner by copying...
2018-02-20 Alexey Bataev[LV] Fix test checks, NFC.
2018-02-20 Sjoerd Meijer[ARM] Lower BR_CC for f16
2018-02-20 Stanislav Mekhanoshin[AMDGPU] Removed redundant run lines for fmuladd.f16...
2018-02-20 Sam Cleggfeedback
2018-02-20 Sam Clegg[WebAssembly] Split addDefined into two different metho...
2018-02-20 David Blaikie[llvm-objdump] Use unique_ptr to simplify memory ownership
2018-02-20 Simon Pilgrim[X86][MMX] Regenerate MMX bitcast test
2018-02-20 Erich KeaneCorrect multiversion unsupported target behavior, add...
2018-02-20 Simon Pilgrim[X86][3DNow] Regenerate intrinsics tests
2018-02-20 Sam Clegg[WebAssembly] Remove unused header
2018-02-20 Sanjay Patel[IRBuilder] fix CreateMaxNum to actually produce maxnum...
2018-02-20 Krzysztof Parzyszek[Hexagon] Handle *Low8 register classes in early if...
2018-02-20 Alexey Bataev[SLP] Fix tests checks, NFC.
2018-02-20 Craig Topper[X86] Correct SHRUNKBLEND creation to work correctly...
2018-02-20 Sam Clegg[WebAssembly] Remove InputChunk from Symbol baseclass
2018-02-20 Craig Topper[SelectionDAG] Add LegalTypes flag to getShiftAmountTy...
2018-02-20 Craig Topper[X86] Promote 16-bit cmovs to 32-bits
2018-02-20 Jonas Devlieghere[dsymutil] Correctly handle DW_TAG_label
2018-02-20 Mikhail Maltsev[vim] Recognize more FileCheck comments
2018-02-20 Sam Clegg[WebAssembly] Check signatures of weakly defined funtio...
2018-02-20 Sanjay Patel[InstCombine] remove unneeded dyn_cast to prevent unuse...
2018-02-20 Simon Marchi[clangd] Fix formatting in XRefs.cpp
2018-02-20 Sanjay Patel[InstCombine] remove compound fdiv pattern folds
2018-02-20 David BlaikiePR36442: Correct description of -fsplit-dwarf-inlining
2018-02-20 Kamil RytarowskiStop linking sanitized applications with -lutil and...
2018-02-20 Sanjay Patel[InstCombine] fold fdiv with non-splat divisor to fmul...
2018-02-20 Simon Dardis[mips] Correct the definition of cvt.d.w
2018-02-20 Kamil RytarowskiAdd new interceptor: strmode(3)
2018-02-20 Kamil RytarowskiAdd new interceptor: fgetln(3)
2018-02-20 Kamil RytarowskiStop intercepting forkpty(3) and openpty(3) on NetBSD
2018-02-20 Alexey Bataev[DEBUGINFO] Add support for emission of the inlined...
2018-02-20 Lei Huang[PowerPC] Reduce stack frame for fastcc functions by...
2018-02-20 Krzysztof Parzyszek[Hexagon] Fix alignment calculation of stack objects...
2018-02-20 Simon Pilgrim[X86] Regenerate XOR tests
2018-02-20 Simon Pilgrim[VectorLegalizer] Fix uint64_t typo in ExpandUINT_TO_FL...
2018-02-20 Hans WennborgRevert r325375 "[MS] Make constexpr static data members...
2018-02-20 Ivan A. Kosarev[CodeGen] Fix generation of TBAA tags for may-alias...
2018-02-20 Sam McCall[clangd] Dump stack on crash
2018-02-20 David Green[ARM] Mark -1 as cheap in xor's for thumb1
2018-02-20 Gabor Horvath[clang-tidy] Replace the usage of std::uncaught_excepti...
2018-02-20 Hans Wennborgclang-cl: Make /d1PP an alias for -dD (PR36446)
2018-02-20 Pavel LabathAvoid dirtying the source tree in breakpoint command...
2018-02-20 George Rimar[llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
2018-02-20 Jonas DevlieghereHandle typeof() expressions
2018-02-20 Tim Renouf[AMDGPU] stop buffer_store being moved illegally
2018-02-20 Hans Wennborgclang-format plugin: Add missing semicolon in list...
2018-02-20 George Rimar[MC] - Don't crash on unclosed frame.
2018-02-20 Gadi Haber[X86][CET]: Adding full coverage of MC encoding for...
2018-02-20 Craig Topper[X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw...
2018-02-20 Craig Topper[X86] Add 512-bit unmasked pmulhrsw/pmulhw/pmulhuw...
2018-02-20 Tobias GrosserUse isl::manage_copy to simplify calls to isl::manage...
2018-02-20 Tobias GrosserUpdate isl to isl-0.18-1047-g4a20ef8
2018-02-20 Tobias GrosserFix broken isl-noexceptions.h path in update-isl script
2018-02-20 Tobias GrosserUpdate isl C++ bindings to latest version of isl
2018-02-20 Tobias GrosserDo not call band_list().dump()
2018-02-20 Sam McCall[Sema] Fix -Wunused-variable
2018-02-20 Craig Topper[X86] Remove GCCBuiltin from a bunch of intrinsics...
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-20 Amara Emerson[AArch64][GlobalISel] When copying from a gpr32 to...
2018-02-20 Rui UeyamaDo not create a temporary data structure for relocations.
2018-02-20 Craig Topper[X86] Mark XOP vpmac* and vpmadc intrinsics as being...
2018-02-20 Craig Topper[X86] Make XOP VPCOM instructions commutable to fold...
2018-02-20 Craig Topper[X86] Make a helper function for commuting AVX512 VPCMP...
2018-02-20 Richard SmithFix some -Wexceptions false positives.
2018-02-20 Eugene Zelenko[Sema] Fix some Clang-tidy modernize and Include What...
2018-02-19 Aditya Nandakumar[GISel]: Add pattern matchers for G_BITCAST/PTRTOINT...
2018-02-19 Sanjay Patel[InstCombine] use CreateWithCopiedFlags to reduce code...
2018-02-19 Richard SmithFix test failure on target where size_t is long long.
next