platform/upstream/llvm.git
2018-12-14 Philipp Stephaniclang-include-fixer.el: support remote files
2018-12-14 Pavel LabathMark Permissions as a bitmask enum
2018-12-14 Haojian Wu[clangd] Use buildCompilerInvocation to simplify the...
2018-12-14 Diana Picus[ARM GlobalISel] Thumb2: casts between int and ptr
2018-12-14 Diana Picus[ARM GlobalISel] Remove duplicate test. NFCI
2018-12-14 Haojian Wu[clangd] Fix memory leak in ClangdTests.
2018-12-14 Haojian Wu[clangd] Fix an assertion failure in background index.
2018-12-14 Diana Picus[ARM GlobalISel] Minor refactoring. NFCI
2018-12-14 Diana Picus[ARM GlobalISel] Allow simple binary ops in Thumb2
2018-12-14 Simon Tatham[TableGen:AsmWriter] Cope with consecutive tied operands.
2018-12-14 Luke Cheeseman[AArch64][libunwind] Unwinding support for return addre...
2018-12-14 Simon PilgrimRevert rL349136: [llvm-exegesis] Optimize ToProcess...
2018-12-14 Dan LiewIntroduce `AddressSpaceView` template parameter to...
2018-12-14 Craig Topper[DAGCombiner][X86] Prevent visitSIGN_EXTEND from return...
2018-12-14 Fangrui Song[llvm-exegesis] Optimize ToProcess in dbScan
2018-12-14 Fangrui Song[ThinLTO] Fix test added in rL349076
2018-12-14 Fangrui Song[sanitizer] Fix nolibc internal_sleep
2018-12-14 Fangrui Song[Object] Rename getRelrRelocationType to getRelativeRel...
2018-12-14 Ivan Donchevskii[clang-tidy] Remove extra config.h includes
2018-12-14 Ivan Donchevskii[clang-tidy] Share the forced linking code between...
2018-12-14 Petr Hosek[llvm-xray] Use correct variable name
2018-12-14 Petr Hosek[llvm-xray] Store offset pointers in temporaries
2018-12-14 Richard TrieuRemove unused variable.
2018-12-14 Eric FiselierUpdate google benchmark again
2018-12-14 Eric FiselierUpdate google benchmark version
2018-12-14 Richard TrieuFix up diagnostics.
2018-12-14 Nico Weber[gn build] Merge r348963 and r349076
2018-12-14 Stephane Moore[clang-tidy] Improve google-objc-function-naming diagno...
2018-12-14 Greg ClaytonFix test failures that depended on module order
2018-12-14 Douglas YungRevert "[clang-tidy] Share the forced linking code...
2018-12-14 Petr Hosek[llvm-xray] Support for PIE
2018-12-14 Alex Lorenz[macho] save the SDK version stored in module metadata...
2018-12-14 Adam NemetRevert "Try to update the test to fix the breakage...
2018-12-14 Adam NemetRevert "Make -Wstring-plus-int warns even if when the...
2018-12-14 Vlad TsyrklevichWindows ASan: Instrument _msize_base()
2018-12-14 Craig Topper[Builltins][X86] Provide implementations of __lzcnt16...
2018-12-14 Reid KlecknerSilence CMP0048 warning in the benchmark utility library
2018-12-14 Nico Weber[gn build] Add infrastructure to create symlinks and...
2018-12-14 Sanjay Patel[DAGCombiner] clean up visitEXTRACT_VECTOR_ELT
2018-12-13 Craig Topper[X86] Demote EmitTest to a helper function of EmitCmp...
2018-12-13 Evgeniy StepanovRevert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLO...
2018-12-13 Evgeniy StepanovRevert "[hwasan] Android: Switch from TLS_SLOT_TSAN...
2018-12-13 Evandro Menezes[AArch64] Fix Exynos predicates (NFC)
2018-12-13 Jonathan Peyton[OpenMP] Fix transient divide by zero bug in 32-bit...
2018-12-13 Jonathan Peyton[OpenMP] Implement OpenMP 5.0 affinity format functionality
2018-12-13 Wei Mi[SampleFDO] handle ProfileSampleAccurate when initializ...
2018-12-13 Artem Belevich[CUDA] Make all host-side shadows of device-side variab...
2018-12-13 Reid KlecknerAttempt to fix code completion test to handle LLP64...
2018-12-13 Reid KlecknerFix test after -Wstring-plus-int warning was enabled
2018-12-13 Aakanksha PatilRevert r348971: [AMDGPU] Support for "uniform-work...
2018-12-13 Reid KlecknerFix debug-info-abspath.c on Windows by removing /tmp...
2018-12-13 Aaron BallmanUpdate the scan-build to generate SARIF.
2018-12-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize/regbankselect block_addr
2018-12-13 Thomas Anderson[libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility...
2018-12-13 Nikita PopovReapply "[MemCpyOpt] memset->memcpy forwarding with...
2018-12-13 Dan LiewImplement a small subset of the C++ `type_traits` heade...
2018-12-13 Easwaran Raman[ThinLTO] Compute synthetic function entry count
2018-12-13 Mircea Trofin[llvm] Address base discriminator overflow in X86Discri...
2018-12-13 Jordan Rupprecht[llvm-size][libobject] Add explicit "inTextSegment...
2018-12-13 Hyrum Wright[clang-tidy] Add the abseil-duration-subtraction check
2018-12-13 Craig Topper[CostModel][X86] Don't count 2 shuffles on the last...
2018-12-13 Louis Dionne[libcxx] Fix pop_back() tests to make sure they don...
2018-12-13 Stefan Granitz[CMake] llvm_codesign workaround for Xcode double-signi...
2018-12-13 Davide Italiano[LoopUtils] Use i32 instead of `void`.
2018-12-13 Tom StellardDon't add unnecessary compiler flags to llvm-config...
2018-12-13 Zachary Turner[NativePDB] Add support for local variables.
2018-12-13 Zachary TurnerCorrectly handle skewed streams in drop_front() method.
2018-12-13 Adrian PrantlReinstate DW_AT_comp_dir support after D55519.
2018-12-13 Sylvestre LedruTry to update the test to fix the breakage
2018-12-13 Ilya Biryukov[CodeComplete] Adhere to LLVM naming style in CodeCompl...
2018-12-13 Greg ClaytonFix MinidumpParser::GetFilteredModuleList() and test it
2018-12-13 Ilya Biryukov[CodeComplete] Temporarily disable failing assertion
2018-12-13 Francis Visoiu... [MachO][TLOF] Add support for local symbols in the...
2018-12-13 David GreenFix CodeCompleteTest.cpp for older gcc plus ccache...
2018-12-13 Sanjay Patel[DAGCombiner] after simplifying demanded elements of...
2018-12-13 Simon Pilgrim[X86][SSE] Add SSE vector imm/var shift support to...
2018-12-13 Sanjay Patelrevert rL349051: [DAGCombiner] after simplifying demand...
2018-12-13 Daniel SandersRecommit r349041: [tblgen][disasm] Separate encodings...
2018-12-13 Sylvestre LedruMake -Wstring-plus-int warns even if when the result...
2018-12-13 Ilya Biryukov[CodeComplete] Fill preferred type on binary expressions
2018-12-13 Simon Pilgrim[X86][SSE] Fix all remaining modulo vector rotation...
2018-12-13 Sanjay Patel[DAGCombiner] after simplifying demanded elements of...
2018-12-13 Ilya Biryukov[CodeComplete] Set preferred type to bool on conditions
2018-12-13 Eric Liu[clangd] Enable cross-namespace completions by default...
2018-12-13 Daniel Cederman[Sparc] Add membar assembler tags
2018-12-13 Simon Pilgrim[X86][SSE] Fix modulo rotation amounts for v8i16/v16i16...
2018-12-13 Daniel SandersRevert r349041: [tblgen][disasm] Separate encodings...
2018-12-13 Daniel Cederman[Sparc] Use float register for integer constrained...
2018-12-13 Jinsong Ji[PowerPC][NFC] Sorting out Pseudo related classes to...
2018-12-13 Daniel Sanders[mir] Fix uninitialized variable in r349035 noticed...
2018-12-13 David Carlier[Sanitizer] capsicum further support of the API
2018-12-13 Daniel Sanders[tblgen][disasm] Separate encodings from instructions
2018-12-13 Simon Pilgrim[X86][SSE] Merge the vXi16/vXi32 vector rotation expans...
2018-12-13 Ivan Donchevskii[clang-tidy] Share the forced linking code between...
2018-12-13 Jonas Paulsson[SystemZ] Pass copy-hinted regs first from getRegAlloc...
2018-12-13 Tatyana KrasnukhaAdd missing Initialize/Terminate for Architecture plugins
2018-12-13 Daniel Sanders[mir] Serialize DILocation inline when not possible...
2018-12-13 Simon Pilgrim[X86][BWI] Don't custom lower vXi8 rotations.
2018-12-13 Haojian Wu[clangd] Refine the way of checking a declaration is...
2018-12-13 Haojian Wu[clangd] Avoid emitting Queued status when we are able...
next