platform/upstream/llvm.git
2018-12-19 Evgeniy Stepanov[sanitizer] Support running without fd 0,1,2.
2018-12-19 Artem Dergachev[analyzer] GenericTaint: Fix formatting to prepare...
2018-12-19 Rui UeyamaSimplify. NFC.
2018-12-19 Artem Dergachev[analyzer] Improve modeling for returning an object...
2018-12-19 Craig Topper[X86] Remove TLI variable from ReplaceNodeResults. NFC
2018-12-19 Rhys PerryAMDGPU: Add patterns for v4i16/v4f16 -> v4i16/v4f16...
2018-12-19 Eli Friedman[CodeGenPrepare] Fix bad IR created by large offset...
2018-12-19 Zachary TurnerFix line endings.
2018-12-19 Douglas YungDisable -faddsig by default for PS4 target.
2018-12-19 Rhys PerryFix test commit
2018-12-19 Rhys PerryTest commit
2018-12-19 Evandro Menezes[llvm-mca] Rename directory for the Cortex tests (NFC)
2018-12-19 Evandro Menezes[llvm-mca] Update Exynos test cases (NFC)
2018-12-19 Evandro Menezes[AArch64] Improve Exynos predicates
2018-12-19 Evandro Menezes[AArch64] Use canonical copy idiom
2018-12-19 Nikita PopovRevert "[BDCE][DemandedBits] Detect dead uses of undead...
2018-12-19 Artem Dergachev[analyzer] CStringChecker: Add the forgotten test file.
2018-12-19 Artem Dergachev[analyzer] CStringChecker: Fix a crash on C++ overloads...
2018-12-19 Reid Kleckner[llvm-ar] Simplify string table get-or-insert pattern...
2018-12-19 Sanjay Patel[x86] add test to show ddup hole; NFC (PR37502)
2018-12-19 Nico Weber[gn build] Add build file for clang/lib/Basic and depen...
2018-12-19 Nico WeberRevert 349677, it contained a whole bunch of stuff...
2018-12-19 Nico Weber[gn build] Add build file for clang/lib/Basic and depen...
2018-12-19 Volodymyr Sapsai[libcxx] Use custom allocator's `construct` in C++03...
2018-12-19 Zachary Turner[NativePDB] Enable function-level-linking.test in nativ...
2018-12-19 Nikita Popov[BDCE][DemandedBits] Detect dead uses of undead instruc...
2018-12-19 Zachary Turner[NativePDB] Fix a use after free and enable correspondi...
2018-12-19 Alexandre GaneaRe-land "Fix MSVC dependency issue between Clang-tableg...
2018-12-19 Craig Topper[X86] Remove a bunch of 'else' after returns in reduceV...
2018-12-19 David Blaikiellvm-dwarfdump: Improve/fix pretty printing of array...
2018-12-19 David BlaikiePR40096: Forwards-compatible with C++20 rule regarding...
2018-12-19 Stella Stamenova[lldbsuite] Un-xfail tests on Windows that are now...
2018-12-19 Matthew Voss[ThinLTO] Remove dllimport attribute from locally defin...
2018-12-19 Kostya Kortchinsky[sanitizer] Remove spurious semi-colon
2018-12-19 Stella Stamenova[lldbsuite] Un-xfail tests on Windows that are now...
2018-12-19 Jessica Paquette[GlobalISel][AArch64] Add support for @llvm.ceil
2018-12-19 Eric FiselierWork around GCC 9.0 regression
2018-12-19 Matt Davis[llvm-mca] Rename an error variable.
2018-12-19 Craig Topper[X86] Don't match TESTrr from (cmp (and X, Y), 0) durin...
2018-12-19 Craig Topper[X86] Fix assert fails in pass X86AvoidSFBPass
2018-12-19 Matt Davis [llvm-mca] Add an error handler for error from parseCo...
2018-12-19 Greg ClaytonShow the memory region name if there is one in the...
2018-12-19 Alexey Bataev[OPENMP]Mark the loop as started when initialized.
2018-12-19 Alexandre GaneaRevert r349517 "[CMake] Default options for faster...
2018-12-19 Ilya Biryukov[CodeComplete] Properly determine qualifiers of 'this...
2018-12-19 Alexandre GaneaRevert r349517 "[CMake] Default options for faster...
2018-12-19 JF BastienInitial PSTL commit
2018-12-19 Evandro Menezes[AArch64] Improve the Exynos M3 pipeline model
2018-12-19 Evandro Menezes[llvm-mca] Split test (NFC)
2018-12-19 Michal Gorny[Driver] [NetBSD] Add -D_REENTRANT when using sanitizers
2018-12-19 Michal Gorny[Driver] Add .hasAnySanitizer() to SanitizerArgs
2018-12-19 Michal Gorny[Basic] Correct description of SanitizerSet.empty()
2018-12-19 Michal Gorny[Driver] Disable -faddrsig by default on NetBSD
2018-12-19 Simon PilgrimRegenerate test
2018-12-19 Michal Gorny[sanitizer_common] Fix sha2 interceptors not to use...
2018-12-19 Anton AfanasyevTest commit
2018-12-19 Simon Pilgrim[X86] Remove already upgraded llvm.x86.avx512.mask...
2018-12-19 Jonas Devlieghere[lit] Make TestConvenienceVariables a cpp file
2018-12-19 Sanjay Patel[ValueTracking] remove unused parameters from helper...
2018-12-19 Yonghong Song[BPF] Generate BTF DebugInfo under BPF target
2018-12-19 Marshall ClowAdd missing include to test. NFC
2018-12-19 Nico Weber[gn build] Merge r349605
2018-12-19 Peter Wu[Object] Deduplicate long archive member names
2018-12-19 Hyrum Wright[clang-tidy] Diagnose abseil-duration-comparison on...
2018-12-19 Joel E. Denny[OpenMP] Fix data sharing analysis in nested clause
2018-12-19 Amy Kwan[compiler-rt][builtins][PowerPC] Enable builtins tests...
2018-12-19 Amy KwanTest commit
2018-12-19 Haojian Wu[clangd] Fix a syntax error on the test.
2018-12-19 Simon Pilgrim[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to...
2018-12-19 Simon Pilgrim[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to...
2018-12-19 Simon Pilgrim[SelectionDAG] Optional handling of UNDEF elements...
2018-12-19 Simon Pilgrim[SelectionDAG] Optional handling of UNDEF elements...
2018-12-19 Serge GueltonPortable Python script across Python version
2018-12-19 Haojian Wu[Index] Index paremeters in lambda expressions.
2018-12-19 Simon Pilgrim[TargetLowering] Fix propagation of undefs in zero...
2018-12-19 Nico WeberLet TableGen write output only if it changed, instead...
2018-12-19 Haojian Wu[clang-tidy] use "const SourceManager&" parameter,...
2018-12-19 Nicolai HaehnleFix test MC/AMDGPU/reloc.s
2018-12-19 Simon Pilgrim[X86][SSE] Remove use of SSE ADDS/SUBS saturation intri...
2018-12-19 Nicolai HaehnleAMDGPU: Use an ABS32_LO relocation for SCRATCH_RSRC_DWORD1
2018-12-19 Kamil RytarowskiReimplement Thread Static Data ASan routines with TLS
2018-12-19 Kadir Cetinkaya[clangd] Unify path canonicalizations in the codebase
2018-12-19 George Rimar[llvm-objdump] - Fix one more BB.
2018-12-19 Simon Pilgrim[SelectionDAG] Optional handling of UNDEF elements...
2018-12-19 Simon Pilgrim[X86][SSE] Remove SSE ADDUS/SUBUS saturation intrinsics...
2018-12-19 George Rimar[llvm-objdump] - Fix BB.
2018-12-19 George Rimar[llvm-objdump] - Demangle the symbols when printing...
2018-12-19 George Rimar[LLD][ELF] - Report a location for symbols from the...
2018-12-19 Carl RitsonAMDGPU/InsertWaitcnts: Update VGPR/SGPR bounds when...
2018-12-19 Diana Picus[ARM GlobalISel] Support G_CONSTANT for Thumb2
2018-12-19 Dmitry Vyukovtsan: align default value of detect_deadlocks flag...
2018-12-19 Matt ArsenaultAMDGPU/GlobalISel: Regbankselect for fsub
2018-12-19 Jan Kratochvilrefactor testsuite spawnLldbMi args->exe+args
2018-12-19 Martin Storsjo[llvm-objcopy] [COFF] Fix the Object forward declaration
2018-12-19 Martin Storsjo[llvm-objcopy] Initial COFF support
2018-12-19 Bill WendlingUse "EvaluateAsRValue" instead of as a known int, becau...
2018-12-19 Bill WendlingRevert accidentally included code.
2018-12-19 Yonghong Song[DebugInfo] Make AsmPrinter struct HandlerInfo and...
2018-12-19 Brian Gesiak[bugpoint][PR29027] Reduce function attributes
2018-12-19 Richard SmithFix use-after-free with profile remapping.
next