platform/upstream/llvm.git
2018-10-31 George Karpenkov[analyzer] Re-add custom OSIterator rule for RetainCoun...
2018-10-31 George Karpenkov[analyzer] RetainCountChecker: for now, do not trust...
2018-10-31 George Karpenkov[analyzer] Enable retain count checking for OSObject...
2018-10-31 Erik PilkingtonSecond half of C++17's splicing maps and sets
2018-10-31 Daniel Sanders[globalisel][irtranslator] Verify that DILocations...
2018-10-31 Jonas Toth[clang-tidy] add missing '--' in RUN-line, unbreak...
2018-10-31 Kristof Umann[Lex] Make MacroDirective::findDirectiveAtLoc take...
2018-10-31 Matthias BraunMachineModuleInfo: Initialize DbgInfoAvailable dependin...
2018-10-31 Jonas Toth[clang-tidy] add -fexceptions to failing unit-test...
2018-10-31 Jonas Toth[clang] try-fix broken documentation builder
2018-10-31 Jonas Toth[clang-tools-extra] fix broken link in release notes
2018-10-31 Jonas Toth[clang-tidy] new check 'readability-isolate-declaration'
2018-10-31 Sanjay Patel[InstCombine] refactor fabs+fcmp fold; NFC
2018-10-31 George Rimar[LLDB] - Regroup the switch entries in DWARFFormValue...
2018-10-31 Krzysztof Parzyszek[Hexagon] Make sure not to use GP-relative addressing...
2018-10-31 Andrea Di Biagio[llvm-mca] Remove namespace prefixes made redundant...
2018-10-31 Kadir CetinkayaDelete dependency on config.h
2018-10-31 Sanjay Patel[InstSimplify] fold 'fcmp nnan ult X, 0.0' when X is...
2018-10-31 Sanjay Patel[InstCombine] add assertion that InstSimplify has folde...
2018-10-31 Kamil RytarowskiUpdate ioctl(2) operations for NetBSD 8.99.25
2018-10-31 Sanjay Patel[InstSimplify] fold 'fcmp nnan oge X, 0.0' when X is...
2018-10-31 Kristof Umann[analyzer][PlistMacroExpansion] Part 1.: New expand...
2018-10-31 Fedor Sergeev[LoopUnroll] allow customization for new-pass-manager...
2018-10-31 Sanjay Patel[InstSimplify] add tests for fcmp and known positive...
2018-10-31 David Bolvansky[DAGCombiner] Fold 0 div/rem X to 0
2018-10-31 George Rimar[LLDB] - Removed unused variable. NFC.
2018-10-31 Nicolai HaehnleAMDGPU: Rewrite SILowerI1Copies to always stay on SALU
2018-10-31 Nicolai HaehnleAMDGPU: Remove PHI loop condition optimization
2018-10-31 Sanjay Patel[InstSimplify] fold icmp based on range of abs/nabs
2018-10-31 Sam McCall[clang-tidy] Remove false decoupling in ClangTidyContex...
2018-10-31 Kamil RytarowskiUpdate generate_netbsd_ioctls.awk for NetBSD 8.99.25
2018-10-31 Andrea Di Biagio[tblgen][PredicateExpander] Add the ability to describe...
2018-10-31 Max Kazantsev[NFC] Add tests for loop-simplifycfg for further develo...
2018-10-31 Florian Hahn[ADT] Remove illegal comparison of singular iterators...
2018-10-31 Shoaib Meenai[lldb] Fix race condition in framework installation
2018-10-31 Neil Henning[AMDGPU] support image load/store a16
2018-10-31 Hans WennborgFollow-up to r345699: Call CheckStaticLocalForDllExport...
2018-10-31 Max Kazantsev[IndVars] Strengthen restricton in rewriteLoopExitValues
2018-10-31 Kamil RytarowskiDiable test suppressions-library for NetBSD/i386
2018-10-31 George Rimar[LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
2018-10-31 Dorit Nuzman[LV] Support vectorization of interleave-groups that...
2018-10-31 Kristina Brooks[llvm-objdump] Mark syms/t flags as NotHidden. NFC.
2018-10-31 Kristina Brooks[llvm-objdump] Add --reloc alias for -r (PR39407)
2018-10-31 Alexander Potapenko[MSan] another take at instrumenting inline assembly...
2018-10-31 Sanjin Sijaric[ARM64] [Windows] Exception handling support in frame...
2018-10-31 David Carlier[clangd] fix non linux build
2018-10-31 Hans Wennborg[clang-cl] Inherit dllexport to static locals also...
2018-10-31 Martin Storsjo[AArch64] Mark condition flags and x16/x17 as clobbered...
2018-10-31 Kristina Brooks[llvm-objdump] support '--syms' as an alias of -t
2018-10-31 Lang Hames[ORC] Fix hex printing of uint64_t values.
2018-10-31 Bill WendlingChange "struct" to "class" to avoid warnings
2018-10-31 Kuba MracekFixup the Python-less build of ScriptedRecognizedStackFrame
2018-10-31 Kuba Mracek[lldb] Introduce StackFrameRecognizer [take 3]
2018-10-31 Bill WendlingCreate ConstantExpr class
2018-10-31 Richard TrieuRevert r345676 due to test failure.
2018-10-31 Matthias Braun2nd attempt to fix ambiguities because of ADL
2018-10-31 Matthias BraunTry to fix ambiguities with C++17 headers in unittest
2018-10-31 Kuba MracekRevert r345686 due to build failures
2018-10-31 Wolfgang Pieb[DWARF] Revert r345546: Refactor range list extraction...
2018-10-31 Kuba Mracek[lldb] Introduce StackFrameRecognizer [take 2]
2018-10-31 Reid Kleckner[asan] Remove stale -fno-exceptions flag in sanitizer_c...
2018-10-31 Fangrui Song[llvm-objcopy] Delete a redundant override whose base...
2018-10-31 Fangrui SongUse llvm::any_of instead std::any_of. NFC
2018-10-31 Fangrui SongUse the container form llvm::sort(C)
2018-10-31 Fangrui SongDon't duplicate function/class name at the beginning...
2018-10-31 Kuba MracekRevert r345678 (build failure on Linux machines).
2018-10-31 Matthias BraunADT/STLExtras: Introduce llvm::empty; NFC
2018-10-31 Kuba Mracek[lldb] Introduce StackFrameRecognizer
2018-10-31 Reid Kleckner[asan] Remove flags for clang-cl before it supported EH
2018-10-30 Reid Kleckner[Win64] Handle passing i128 by value
2018-10-30 Saleem AbdulrasoolDWARFVerifier: make the verifier more comprehensive...
2018-10-30 Matthias BraunMachineOperand/MIParser: Do not print debug-use flag...
2018-10-30 Louis DionneCorrect ABI list change wrongly advertised as being...
2018-10-30 Richard TrieuSilence unused variable warnings. NFC
2018-10-30 Davide Italiano[testsuite] Skip an already failing test on MacOS.
2018-10-30 Eric FiselierRevert "Build with -fvisibility=hidden"
2018-10-30 Kamil RytarowskiDisable BufferOverflowAfterManyFrees for NetBSD
2018-10-30 David Bolvansky[ARM][NFC] Make tests immune to better div optimizations
2018-10-30 Eric FiselierBuild with -fvisibility=hidden
2018-10-30 Kamil RytarowskiMark breaking asan tests on NetBSD
2018-10-30 Konstantin... Revert r345542: AMDGPU: Enable code object v3 by default
2018-10-30 Roman Lebedev[NFC][compiler-rt] Cleanup Implicit Conversion Sanitize...
2018-10-30 Roman Lebedev[clang][ubsan] Implicit Conversion Sanitizer - integer...
2018-10-30 Roman Lebedev[compiler-rt][ubsan] Implicit Conversion Sanitizer...
2018-10-30 Louis Dionne[libcxx] Correct link to code review for P1006
2018-10-30 Eric FiselierMake libc++'s versioning namespace customizable
2018-10-30 Marco Castelluccio[GCOV] Make test path generic so it passes on all machines
2018-10-30 Kamil RytarowskiSwitch getline_nohang from XFAIL to UNSUPPORTED for...
2018-10-30 Kamil RytarowskiMark vptr-non-unique-typeinfo as a broken test for...
2018-10-30 Marshall ClowAdd link to implementation for P1006R0
2018-10-30 Eric FiselierUpdate LLVM version used on Appveyor bot, remove MSVC...
2018-10-30 Kamil RytarowskiMark breaking sanitizer_common tests on NetBSD
2018-10-30 Cameron McInally[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM...
2018-10-30 Aaron BallmanChanging the command line parameters sent to diff for...
2018-10-30 Fangrui Song[ELF] Fallback to sh_link=0 if neither .dynsym nor...
2018-10-30 Sanjay Patel[InstCombine] use 'match' to reduce code; NFC
2018-10-30 Erik PilkingtonNFC: Merge KEYOBJC and KEYARC
2018-10-30 Reid Kleckner[builtins] Re-enable x86-only long double tests
2018-10-30 Quentin Colombet[InstCombine] Teach the move free before null test...
2018-10-30 Davide ItalianoRevert "[ASTImporter] Reorder fields after structure...
next