platform/upstream/llvm.git
2019-06-02 Craig Topper[DAGCombiner] Replace masked loads with a zero mask...
2019-06-02 Richard SmithTransform lambda expression captures when transforming...
2019-06-02 Simon Pilgrim[TTI][X86] Cleanup getMaskedMemoryOpCost. NFCI.
2019-06-02 Don HintonFix bug in r362328 -- append to dependency list instead...
2019-06-02 Nico WeberRemove code path that's dead after r358835
2019-06-02 Nico WeberAdd demangling test coverage for unsigned short, unsign...
2019-06-02 Nico WeberAdd mangling test coverage for non-volatile const membe...
2019-06-02 Roman Lebedev[NFC][X86] extract-{low,}bits.ll: one more pattern...
2019-06-02 Nico WeberAdd test coverage for __pascal mangling
2019-06-02 Don Hinton[test] Fix plugin tests
2019-06-02 Simon Pilgrim[X86] isHorizontalBinOp - add extract_subvector(shuffle...
2019-06-02 Simon Pilgrim[X86] Add AVX2 'fast-variable-shuffle' PHADD tests...
2019-06-02 Roman Lebedev[NFC][X86] extract-lowbits.ll: add one more pattern...
2019-06-02 Simon Pilgrim[DAGCombine] Fold insert_subvector(bitcast(x),bitcast...
2019-06-02 Simon Pilgrim[DAG] isBitwiseNot / isConstOrConstSplat - add support...
2019-06-02 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - don't use Origi...
2019-06-02 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - use same...
2019-06-02 Nikita Popov[IndVarSimplify] Add tests for saturating math on IV...
2019-06-02 Roman Lebedev[NFC][X86] extract-lowbits.ll: add patterns with trunca...
2019-06-02 Alex Langford[Target] Adjust header in Thread
2019-06-02 Richard SmithFactor out commonality between variable capture initial...
2019-06-02 Richard SmithAdd script to update OpenMP -ast-dump test expectations...
2019-06-02 Craig Topper[DAGCombiner] Replace two unchecked dyn_casts with...
2019-06-02 Fangrui Song[ELF][MIPS] Delete dead !Sym->isDefined() check in...
2019-06-02 Petr Hosek[CMake] Use libtool for runtimes when building for...
2019-06-02 Craig Topper[X86] Fix several places that weren't passing what...
2019-06-02 Petr Hosek[libcxx] Use libtool when merging archives on Apple...
2019-06-02 Craig Topper[X86] Simplify the CHECK lines in vector-reduce-and...
2019-06-02 Craig Topper[X86] Add the SSE versions of PMULLW and PMULLD to...
2019-06-02 Craig Topper[X86] Simplify the CHECK lines in vector-reduce-and...
2019-06-02 Craig Topper[X86] Add avx512 command lines and test cases to machin...
2019-06-01 Alexandre GaneaSilence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3
2019-06-01 Nikita Popov[SimplifyIndVar] Refactor overflow check elimination...
2019-06-01 Craig Topper[InlineCost] Don't add the soft float function call...
2019-06-01 Simon Pilgrim[AMDGPU] Regenerate SDIV tests for an upcoming patch
2019-06-01 Andrea Di Biagio[MCA][Scheduler] Change how memory instructions are...
2019-06-01 Simon Pilgrim[APInt] Add PR40897 test case
2019-06-01 Simon Pilgrim[X86][AVX] Add tests for CONCAT(MOVDDUP(x),MOVDDUP(y))
2019-06-01 Simon Atanasyan[mips] Extend range of register indexes accepted by...
2019-06-01 Dylan McKay[AVR] Disable register coalescing to the PTRDISPREGS...
2019-06-01 Simon Pilgrim[SLPVectorizer][X86] Add other tests described in PR28474
2019-06-01 Simon Pilgrim[SLPVectorizer][X86] This test was from PR28474
2019-06-01 Roman Lebedev[NFC][Codegen] shift-amount-mod.ll: drop innermost...
2019-06-01 Fangrui Song[ELF][test] Reorganize some AArch64 tests
2019-06-01 Nico Webermsabi: Fix exponential mangling time for certain pathol...
2019-06-01 Nikita Popov[IndVarSimplify] Fixup nowrap flags during LFTR (PR31181)
2019-06-01 Nikita Popov[IndVarSimplify] Add additional PR33181 tests; NFC
2019-06-01 Dylan McKayExtend the DWARFExpression address handling to support...
2019-06-01 Alex Brachet[llvm-objcopy] test commit
2019-06-01 Craig Topper[X86] Add AVX512BF16 and AVX512VP2INTERSECT instruction...
2019-06-01 Craig Topper[X86] Make the X86FoldTablesEmitter functional again...
2019-06-01 Nick Desaulniers[RuntimeDyld] fix too-small-bitmask error
2019-06-01 Richard TrieuInline variable into assert to fix unused variable...
2019-06-01 Philip Reames[LoopPred] Eliminate a redundant/confusing cover functi...
2019-06-01 Tom Tan[COFF, ARM64] Fix location of ARM64 CodeView test
2019-06-01 Philip Reames[LoopPred] Handle a subset of NE comparison based latches
2019-06-01 Eli Friedman[CodeGen] Fix hashing for MO_ExternalSymbol MachineOper...
2019-05-31 Tom Tan[COFF, ARM64] Add CodeView register mapping
2019-05-31 Stephane MooreRevise the google-objc-global-variable-declaration...
2019-05-31 Nick Desaulniers[PowerPC] check for INLINEASM_BR along w/ INLINEASM
2019-05-31 Reid Kleckner[codeview] Revert inline line table change of r362264
2019-05-31 Sam Clegg[WebAssembly] Don't export __data_end and __heap_base...
2019-05-31 Matt ArsenaultAMDGPU: Fix not adding ImplicitBufferPtr as a live-in
2019-05-31 Erik Pilkington[SimplifyLibCalls] Fold more fortified functions into...
2019-05-31 Erik PilkingtonNFC: Pull out a function to reduce some duplication
2019-05-31 Philip Reames[Tests] Better represent the postinc form produced...
2019-05-31 Craig Topper[SelectionDAG] Make the code in mutateStrictFPToFP...
2019-05-31 Alex Langford[Commands] Stop hardcoding languages in CommandObjectType
2019-05-31 Nick Desaulniers[Bugpoint] fix another use-after-move. NFC
2019-05-31 Aaron PuchertClarify when fix-it hints on warnings are appropriate
2019-05-31 Nick Desaulniers[RegisterCoalescer] fix potential use of undef value...
2019-05-31 Reid Kleckner[codeview] Fix inline line table accuracy for discontig...
2019-05-31 Nikita PopovReapply [CVP] Simplify non-overflowing saturating add/sub
2019-05-31 Nikita Popov[CVP] Add vector saturating add test; NFC
2019-05-31 Nikita Popov[CVP] Fix assertion failure on vector with.overflow
2019-05-31 Philip Reames[Tests] Add ne icmp tests w/preinc forms for LoopPredic...
2019-05-31 Alex Langford[Target] Remove ABI's dependence on ExpressionParser
2019-05-31 Michael Kruse[ScopBuilder] Move verifyInvariantLoads function from...
2019-05-31 Michael Kruse[ScheduleOptimizer] Hoist extension nodes after schedul...
2019-05-31 Craig Topper[X86] Resync Host.cpp with compiler-rt's cpu_model...
2019-05-31 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to AMDGPU/amdgc...
2019-05-31 Nikita PopovRevert "[CVP] Simplify non-overflowing saturating add...
2019-05-31 Cameron McInally[NFC][InstCombine] Add unary FNeg to cos-1.ll cos-2...
2019-05-31 Marshall ClowAdd include for 'test_macros.h' to all the tests that...
2019-05-31 Andrea Di Biagio[MCA] Remove unused fields from BottleneckAnalysis...
2019-05-31 Csaba Dabis[analyzer] print() JSONify: ExplodedNode revision
2019-05-31 Chris Bieneman[CMake] Feed BUNDLE_PATH through llvm target wrappers
2019-05-31 Puyan Lotfi[MIR-Canon] Don't do vreg skip for independent instruct...
2019-05-31 Andrea Di Biagio[MCA] Refactor class BottleneckAnalysis. NFCI
2019-05-31 Erich KeaneReplace 'default' in an enum-over-a-switch with the...
2019-05-31 Philip Reames[Tests] Add tests for loop predication of loops w/ne...
2019-05-31 Erich KeaneSuppress nothrow/Exception spec conflict warning when...
2019-05-31 Nikita Popov[CVP] Simplify non-overflowing saturating add/sub
2019-05-31 Kevin P. NealRevert revert of r362112 with minor SystemZ test file...
2019-05-31 Jonas Devlieghere[FormatEntity] Ignore ASCII escape sequences when color...
2019-05-31 Stanislav Mekhanoshin[AMDGPU] Use InliningThresholdMultiplier for inline...
2019-05-31 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to fabs.ll
2019-05-31 Guozhi Wei[PPC] Correctly adjust branch probability in PPCReduceC...
2019-05-31 Erich KeaneSuppress nothrow/exception spec conflict warning when...
2019-05-31 Fangrui Song[PPC64][test] Delete redundant labels from ppc64-relocs.s
next