platform/upstream/llvm.git
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select sqrt
2019-06-06 Luis Marques[RISCV] Add CostModel GEP tests
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select fabs
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select fpext and fptrunc
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select floor and ceil
2019-06-06 Sam Parker[SCEV] Use wrap flags in InsertBinop
2019-06-06 Ilya Biryukov[clangd] Remove unused signature help quality signal...
2019-06-06 Pengfei Wang[X86] Add ENQCMD instructions
2019-06-06 Dylan McKay[AVR] Fix the 'load.ll' test after r362351
2019-06-06 Ilya BiryukovUpdate AST matchers tutorial to use monorepo layout
2019-06-06 Douglas YungFixup files added in r362636 to build with gcc 5.4...
2019-06-06 Amara Emerson[AArch64][GlobalISel] Add manual selection support...
2019-06-06 Vlad TsyrklevichRevert "Speedup to_string and to_wstring for integers...
2019-06-06 Haojian Wu[clang-tidy] Fix make-unique tests on C++2a.
2019-06-06 Mikhail Dvorskiy[pstl] The optimized parallel versions of sort, stable_...
2019-06-06 Amara Emerson[AArch64][GlobalISel] Add the new changes to fix PR4212...
2019-06-06 Xinliang David Li[Profile]: Add runtime interface to specify file handle...
2019-06-06 Craig Topper[X86] Don't turn avx masked.load with constant mask...
2019-06-06 Craig Topper[X86] Add test case for masked load with constant mask...
2019-06-06 George Burgess IVandroid: add a close-on-exec check on pipe()
2019-06-06 George Burgess IVandroid: add a close-on-exec check on pipe2()
2019-06-06 Thomas Lively[WebAssembly] Support Leak Sanitizer on Emscripten
2019-06-05 Amara EmersonRevert "Revert "[AArch64][GlobalISel] Optimize G_FCMP...
2019-06-05 Matt ArsenaultAMDGPU: Don't fix emergency stack slot at offset 0
2019-06-05 Cameron McInally[MSAN] Add unary FNeg visitor to the MemorySanitizer
2019-06-05 Ulrich WeigandAllow target to handle STRICT floating-point nodes
2019-06-05 Petr HosekRevert "[AArch64][GlobalISel] Optimize G_FCMP + G_SELEC...
2019-06-05 Matt ArsenaultAMDGPU: Invert frame index offset interpretation
2019-06-05 Louis Dionne[libcxx][test] Include test_workarounds.h where needed
2019-06-05 Marshall ClowUpdate issue statuses. Reviewed as https://reviews...
2019-06-05 Joseph Tremoulet[EarlyCSE] Add tests for negated min/max/abs [NFC]
2019-06-05 Mircea Trofin[CallSite removal] Refactoring llvm::InlineFunction...
2019-06-05 Sanjay Patel[InstCombine] simplify code for bitcast of insertelemen...
2019-06-05 Matt ArsenaultNewGVN: Handle addrspacecast
2019-06-05 Tim NorthoverLLVM IR: Generate new-style byval-with-Type from Clang
2019-06-05 Akira HatanakaFix FileCheck prefixes in test case.
2019-06-05 Sam Clegg[WebAssembly] Improve lto/comdat.ll test. NFC.
2019-06-05 Marshall ClowSpeedup to_string and to_wstring for integers using...
2019-06-05 Craig Topper[X86] Fix mistake that marked VADDSSrrb_Int/VADDSDrrb_I...
2019-06-05 Jan Korous[clang-format][NFC] Fix BS_Allman style example in...
2019-06-05 Dan Gohman[WebAssembly] Use Emscripten triples in PIC tests.
2019-06-05 Whitney Tsang[LOOPINFO] Extend Loop object to add utilities to get...
2019-06-05 Tim NorthoverInstCombine: correctly change byval type attribute...
2019-06-05 Tim NorthoverIR: make getParamByValType Just Work. NFC.
2019-06-05 Matt ArsenaultAMDGPU: Remove amdgpu-max-work-group-size attribute
2019-06-05 Matt ArsenaultAMDGPU: Fix using 2 different enums for same operand...
2019-06-05 Davide Italiano[NativeProcessDarwin] Remove dead code. NFCI.
2019-06-05 Dan Gohman[WebAssembly] Limit PIC support to the Emscripten target
2019-06-05 Pengxuan Zheng[cmake] Remove duplicate TestingSupport library for...
2019-06-05 Mitch Phillips[GWP-ASan] Core Guarded Pool Allocator [4].
2019-06-05 Simon Pilgrim[X86][SSE] Add vector tests to cover more isNegatibleFo...
2019-06-05 Csaba Dabis[analyzer] PathDiagnosticPopUpPiece: working with CharS...
2019-06-05 Cameron McInally[NFC][Reassociate] Fix mistake in 468b2ad
2019-06-05 Cameron McInally[NFC][Reassociate] Add unary fneg tests to fast-basicte...
2019-06-05 Craig Topper[X86] Add the vector integer min/max instructions to...
2019-06-05 Philip Reames[Tests] Add poison inference tests for indvars showing...
2019-06-05 Cameron McInally[NFC][Reassociate] Regenerate CHECKs for fast-basictest.ll
2019-06-05 Sam Clegg[WebAssembly] Handle object parsing more like the ELF...
2019-06-05 Sam Clegg[lld] Explicitly ignore comdat groups when parsing...
2019-06-05 Chris BienemanUse LTO capable linker
2019-06-05 Anastasia Stulova[Clang] Fix pretty printing of CUDA address spaces
2019-06-05 Simon PilgrimFix shadow local variable warning. NFCI.
2019-06-05 Jonas Devlieghere[dsymutil] Support more than 4 architectures
2019-06-05 Sanjay Patel[x86] split more 256-bit stores of concatenated vectors
2019-06-05 Antonio Afonso[DynamicLoader] Make sure we always set the rendezvous...
2019-06-05 Andrey ChurbanovAdded propagation of not big initial stack size of...
2019-06-05 Simon Pilgrim[X86][AVX] Generalize split256BitStore to splitVectorSt...
2019-06-05 Simon Pilgrim[X86][SSE] Add additional nt-load test cases as discuss...
2019-06-05 Whitney TsangRevert "Title: [LOOPINFO] Extend Loop object to add...
2019-06-05 George Rimar[llvm-readobj] - Remove TODOs from gnu-hash-symbols...
2019-06-05 Dinar Temirbulatov[SLP] Fix regression in broadcasts caused by operand...
2019-06-05 Sanjay Patel[LoopUtils][SLPVectorizer] clean up management of fast...
2019-06-05 Anastasia Stulova[OpenCL][PR42031] Prevent deducing addr space in type...
2019-06-05 Benjamin Kramer[LoopInfo] Fix unused variable warning. NFC.
2019-06-05 Whitney TsangTitle: [LOOPINFO] Extend Loop object to add utilities...
2019-06-05 Erich KeaneAvoid using NoThrow Exception Specifier in non-C++...
2019-06-05 Roman Lebedev[NFC][Codegen][X86] Add AVX2 runline for '(X & (C l...
2019-06-05 Roman LebedevUpdateTestChecks: hexagon support
2019-06-05 Anastasia Stulova[Sema] Prevent binding incompatible addr space ref...
2019-06-05 Petar Avramovic[MIPS GlobalISel] Select fcmp
2019-06-05 George Rimar[yaml2obj] - Change how we handle implicit sections.
2019-06-05 Sjoerd Meijer[ARM] Allow "-march=foo+fp" to vary with foo
2019-06-05 Sjoerd Meijer[ARM] Allow "-march=foo+fp" to vary with foo
2019-06-05 Simon Pilgrim[X86][AVX] combineX86ShuffleChain - combine shuffle...
2019-06-05 Nico Webergn build: Merge r362578
2019-06-05 Benjamin KramerRevert "Factor out duplicated code building a MemberExp...
2019-06-05 George Rimar[llvm-objdump] - Disassemble non-executable sections...
2019-06-05 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - pull out shift...
2019-06-05 Simon Pilgrim[X86][SSE] Add some nt-store test cases inspired by...
2019-06-05 Serge GueltonSanitize llvm-size help
2019-06-05 Simon Pilgrim[IPO] Disabled 'default only' switch statements to...
2019-06-05 Peter Smith[ELF] Allow reading of more than one FEATURE_1_AND...
2019-06-05 Dmitri GribenkoInclude what you use in PPCFrameLowering.h
2019-06-05 Stefan Granitz[CMake] Add configuration dirs as potential locations...
2019-06-05 Stefan Granitz[CMake] Export CMAKE_CONFIGURATION_TYPES for the LLVM...
2019-06-05 Michal Gorny[clang] [test] Add a (xfailing) test for PR41027
2019-06-05 Pavel LabathIgnore DIEs in the skeleton unit in a DWO scenario
2019-06-05 Petr Hosek[CMake][Fuchsia] Use libc++ ABIv2 for the first stage...
2019-06-05 Serge GueltonReduce memory consumption of coverage dumps
2019-06-05 Yevgeny RoubanResubmit "[CorrelatedValuePropagation] Fix prof branch_...
next