platform/upstream/llvm.git
2019-01-16 Philip Pfaffe[NewPM][TSan] Reiterate the TSan port
2019-01-16 George Rimar[lldb] - Fix crash when listing the history with the...
2019-01-16 Hans WennborgUsersManual.rst: Update the clang-cl flags section
2019-01-16 Joachim Protze[OMPT] Make sure that OMPT is enabled when accessing...
2019-01-16 Sam Parker[DAGCombine] Fix ReduceLoadWidth for shifted offsets
2019-01-16 Hans WennborgInclude lldb in Win snapshots again (PR37307)
2019-01-16 Clement Courbet[clang-tidy] bugprone-string-constructor: Catch string...
2019-01-16 Sam McCall[clang-tidy] Avoid fuchsia-overloaded-operator false...
2019-01-16 Fangrui Song[clangd] Fix XPC after rCTE351280
2019-01-16 Martin Storsjo[llvm-rc] Support '--' for delimiting options from...
2019-01-16 Michal Gorny[test] Disable Python binding tests w/ LLVM_ENABLE_PIC=OFF
2019-01-16 Martin Bohme[clang-tidy] Treat references to smart pointers correct...
2019-01-16 Sanjin Sijaric[SEH] Pass the frame pointer from SEH finally to finall...
2019-01-16 Craig Topper[X86] Correct the type string for __builtin_ia32_gather...
2019-01-16 Dmitry Venikov[llvm-symbolizer] Add -C as a short alias to -demangle
2019-01-16 Eric Fiseliercorrect script name in generated tests
2019-01-16 Dan Gohman[WebAssembly] COWS has been renamed to WASI.
2019-01-16 Dan Gohman[WebAssembly] COWS has been renamed to WASI.
2019-01-16 Tom StellardOnly promote args when function attributes are compatible
2019-01-16 Serguei Katkov[InstCombine]Avoid introduction of unaligned mem access
2019-01-16 Eric Fiselier[SemaCXX] Unconfuse Clang when std::align_val_t is...
2019-01-16 Peter Collingbournegn build: Merge r351283.
2019-01-16 Eric FiselierAttempt to make test_macros.h even more minimal
2019-01-16 Eric FiselierFix feature test macros for atomics/mutexes without...
2019-01-16 Eric FiselierFix PR40230 - std::pair may have padding on FreeBSD.
2019-01-16 Eric FiselierMove internal usages of `alignof`/`__alignof` to use...
2019-01-16 Julian Lettner[TSan] Use switches when dealing with enums
2019-01-16 Sam Clegg[WebAssembly] Store section alignment as a power of 2
2019-01-16 Eric FiselierImplement feature test macros using a script.
2019-01-16 Sam Clegg[WebAssembly] Store section alignment as a power of 2
2019-01-16 Eli Friedman[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm...
2019-01-16 Aditya Nandakumar[GISel]: Add support for CSEing continuously during...
2019-01-16 Vlad TsyrklevichRevert "[Tooling] Make clang-tool find libc++ dir on...
2019-01-16 Mandeep Singh... [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm...
2019-01-16 Jan Korous[clangd] XPC transport layer
2019-01-16 Craig Topper[LangRef] Fix typo adress->address. NFC
2019-01-16 Craig Topper[X86] Rename SHRUNKBLEND ISD node to BLENDV.
2019-01-16 Peter Collingbournegn build: Add check-hwasan target.
2019-01-16 Alex Langford[lldb-mi] Remove use of dialog box
2019-01-15 Craig Topper[X86] Add avx512 scatter intrinsics that use a vXi1...
2019-01-15 Adrian PrantlRemove redundant check.
2019-01-15 Changpeng FangAMDGPU: Raise the priority of MAD24 in instruction...
2019-01-15 Stephen KellyRe-order type param children of ObjC nodes
2019-01-15 Stephen KellyNFC: Some cleanups that I missed in the previous commit
2019-01-15 Peter Collingbournecompiler-rt/test: Bring back -pie on Android.
2019-01-15 Stephen KellyRe-order overrides in FunctionDecl dump
2019-01-15 Stephen KellyNFC: Replace iterator loop with cxx_range_for
2019-01-15 Jonas Devlieghere[VFS] Add getter for mapping entries.
2019-01-15 Jonas Devlieghere[VFS] Move RedirectingFileSystem interface into header...
2019-01-15 Adrian PrantlSimplify code by using Optional::getValueOr()
2019-01-15 Alex Langford[debugserver][CMake] Remove commented out line
2019-01-15 Jonathan Metzman[libFuzzer] Remove unstable edge handling
2019-01-15 Paul Hoad[clang-tidy] add options documentation to readability...
2019-01-15 Peter Collingbournecompiler-rt/test: Add a couple of convenience features...
2019-01-15 Jordan Rupprecht[libObject] Tweak expected error output from llvm-ar
2019-01-15 Peter Collingbournegn build: Add a stage2 host toolchain and make the...
2019-01-15 Rong Xu[profile] Sync up InstrProfData.inc with llvm copy...
2019-01-15 Jordan Rupprecht[llvm-ar] Resubmit recursive thin archive test with...
2019-01-15 Peter Collingbournegn build: Add a resource_dir.gni file.
2019-01-15 Craig Topper[X86] Add the GCCBuiltin name back to the deprecated...
2019-01-15 Roman LebedevX86DAGToDAGISel::matchBitExtract() with truncation...
2019-01-15 Peter Collingbournecompiler-rt/test: Clean up Android specific workarounds...
2019-01-15 David Callahantreat invoke like call
2019-01-15 Adrian PrantlSimplify Value::GetValueByteSize()
2019-01-15 Reid Kleckner[clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned...
2019-01-15 Peter Collingbournegn build: Move target flags from toolchain to a .gni...
2019-01-15 Matt Morehouse[SanitizerCoverage] Don't create comdat for interposabl...
2019-01-15 Peter Collingbournegn build: Add build files for compiler-rt/lib/{hwasan...
2019-01-15 Brad SmithEnable IAS for OpenBSD SPARC.
2019-01-15 Adrian PrantlSimplify code
2019-01-15 Adrian PrantlAdd Doxygen comments.
2019-01-15 Peter Collingbournegn build: Merge r351216, r351228.
2019-01-15 Peter CollingbourneCodeGen: Remove debug printf unintentionally added...
2019-01-15 Alexey Bataev[SLP] Added test for PR40310, NFC.
2019-01-15 Stephen KellyImplement BlockDecl::Capture dump in terms of visitors
2019-01-15 Michael Trentllvm-objdump -m -D should disassemble all text segments
2019-01-15 Adrian PrantlReplace auto -> llvm::Optional<uint64_t>
2019-01-15 Stephen KellyNFC: Implement OMPClause dump in terms of visitors
2019-01-15 Stephen KellyImplement CXXCtorInitializer dump in terms of Visitor
2019-01-15 Craig Topper[X86] Add versions of the avx512 gather intrinsics...
2019-01-15 Anton Korobeynikov[MSP430] Recognize '{' as a line separator
2019-01-15 Volodymyr Sapsai[MSVC Compat] Fix typo correction for inclusion directives.
2019-01-15 Craig Topper[Nios2] Remove Nios2 backend
2019-01-15 Craig Topper[Nios2] Remove Nios2 backend
2019-01-15 Haojian Wu[Tooling] Fix broken compliation databse tests.
2019-01-15 Anton Korobeynikov[MSP430] Provide a toolchain description
2019-01-15 Jonathan Peyton[OpenMP] Fix for nested proc_bind affinity bug
2019-01-15 Dan AlbertFix size_t/off_t mixup in std::filesystem.
2019-01-15 Dan AlbertAdd large file support to create_file for 32-bit.
2019-01-15 Jonathan Peyton[OpenMP] Add lock function definitions to fix Bug 40042
2019-01-15 Jonathan Peyton[OpenMP][Cmake] Allowed OpenMP testing detect test...
2019-01-15 Haojian Wu[Tooling] Make clang-tool find libc++ dir on mac when...
2019-01-15 Jonathan Peyton[OpenMP] Fix performance regression in SPEC kdtree...
2019-01-15 Petr Hosek[libc++] Support different libc++ namespaces in the...
2019-01-15 Nikita PopovReapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB...
2019-01-15 Rui UeyamaDo not emit a corrupt symbol table entry for .rela_iplt...
2019-01-15 Brad Smith[Solaris] Move enabling IAS for SPARC from the Solaris...
2019-01-15 Yury Delendik[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackify
2019-01-15 Adrian PrantlSilence compiler warnings
2019-01-15 Adrian PrantlMake CompilerType::getBitSize() / getByteSize() return...
next