platform/upstream/llvm.git
2019-04-04 Max Moroz[libFuzzer] Fix output format in data flow merge script...
2019-04-04 Julian Lettner[TSan][libdispatch] Make test work on Linux
2019-04-04 Reid KlecknerRemove unneeded ymath.h include from int_math.h
2019-04-04 Julian Lettner[TSan][libdispatch] Stricter checks via `--implicit...
2019-04-04 Max Moroz[libFuzzer] Make DataFlow scripts Python3 compatible.
2019-04-04 Reid Kleckner[winasan] Fix strrchr interception with vs2019 CRT
2019-04-04 Nico WeberMake SourceManager::createFileID(UnownedTag, ...) take...
2019-04-04 Scott LinderFix some MCTargetOptions Doxygen comments (NFC)
2019-04-04 Jonathan Peyton[OpenMP] Fix hang on Windows
2019-04-04 David GoldmanSpecial case ObjCPropertyDecl for printing
2019-04-04 Nico Webercheck-clang-tools: Actually build and run XPC test
2019-04-04 James Y KnightRevert [X86] When using Win64 ABI, exit with error...
2019-04-04 Alexey Bataev[OPENMP]Add codegen for task reduction vars with alloca...
2019-04-04 Reid KlecknerAppease STLs where std::atomic<void*> lacks a constexpr...
2019-04-04 Sam Clegg[WebAssembly] Apply data relocations at runtime in...
2019-04-04 Reid KlecknerEnsure that ManagedStatic is constant initialized in...
2019-04-04 Stephen HinesVerify that Android targets generate DWARF 4 by default.
2019-04-04 Alexey Bataev[OPENMP]Add codegen for linear vars with allocate claus...
2019-04-04 Martin StorsjoMove the alias definition of unw_getcontext to within...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-04-04 Don Hinton[llvm-objcopy] [llvm-symbolizer] Fix failing tests
2019-04-04 Alexey Bataev[OPENMP]Fix lookup of the user-defined reductions in C.
2019-04-04 Julian Lettner[TSan][libdispatch] Specify libdispatch header dir...
2019-04-04 Adrian Prantlllvm-dwarfdump: Support alternative architecture names...
2019-04-04 Eric FiselierHandle TLS values in sym_check
2019-04-04 Sanjay Patel[x86] eliminate unnecessary broadcast of horizontal op
2019-04-04 Alex Bradbury[RISCV] Fix rL357699 by adding missing zero-length...
2019-04-04 Michal Gorny[llvm] [cmake] Add additional headers only if they...
2019-04-04 Nico WeberUpdating Chromium's Java import order
2019-04-04 Alex Bradbury[RISCV] Collect library directories and triples for...
2019-04-04 Lewis Revill[RISCV] Support assembling TLS add and associated modifiers
2019-04-04 Joseph Tremoulet[COFF] Fix delay import directory iterator
2019-04-04 Nico WeberFix clangd-fuzzer build
2019-04-04 Krasimir Georgiev[clang-format] Preserve include blocks in ObjC Google...
2019-04-04 Nico WeberUse a cmake check for linux that actually works.
2019-04-04 Alex Bradbury[RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknow...
2019-04-04 Nico WeberTry to suppress nodiscard_extension failures with Xcode 9
2019-04-04 Pavel LabathBreakpad: Refine record classification code
2019-04-04 Sam McCall[clangd] Test #import directive go-to-definition. NFC
2019-04-04 Sam McCall[clangd] Stop passing around PCHContainerOperations...
2019-04-04 Jonas Paulsson[SystemZ] Bugfix in isFusableLoadOpStorePattern()
2019-04-04 George Rimar[yaml2obj] - Check we correctly set the sh_info field...
2019-04-04 Sam McCall[CodeComplete] Fix crash when completing ObjC block...
2019-04-04 Simon PilgrimRevert rL357655 and rL357656 from llvm/trunk:
2019-04-04 Anastasia Stulova[PR41157][OpenCL] Prevent implicit init of local addr...
2019-04-04 Fangrui Song[Symbolize] Keep SymbolDescs with the same address...
2019-04-04 Anastasia Stulova[PR41276] Fixed incorrect generation of addr space...
2019-04-04 Diana Picus[ARM GlobalISel] Support DBG_VALUE
2019-04-04 Pavel Labathmodify-python-lldb.py: (Re)move __len__ and __iter__...
2019-04-04 Simon Pilgrim[SLP][X86] Regenerate operandorder tests with arguments...
2019-04-04 Jan KratochvilAdd dropped ManualDWARFIndex assert()
2019-04-04 Sander de Smalen[AArch64][AsmParser] Fix .arch_extension directive...
2019-04-04 Igor Kudrin[llvm-symbolizer] Allow more flexible usage of -e.
2019-04-04 Igor Kudrin[llvm-symbolizer] Add `--output-style` switch.
2019-04-04 Luqman Aden[InstCombine] Combine no-wrap sub and icmp w/ constant.
2019-04-04 Craig Topper[X86] Use INSERT_SUBREG rather than SUBREG_TO_REG when...
2019-04-04 Serguei Katkov[FastISel] Fix the crash in gc.result lowering
2019-04-04 Petr Hosek[libunwind] Export the weak alias in Mach-O
2019-04-04 Peter CollingbourneELF: Move SymtabSHNDX and getSectionIndex() to ObjFile...
2019-04-04 Eric FiselierCreate RAII lock guard for global initialization lock.
2019-04-04 Eric FiselierAlways use is_initialized and set_initialized in cxa_gu...
2019-04-04 David L. JonesRevert r357452 - 'SimplifyCFG SinkCommonCodeFromPredece...
2019-04-04 Nico Webergn build: Merge r357663
2019-04-04 Sam Clegg[WebAssembly] EmscriptenEHSjLj: Don't abort if __THREW_...
2019-04-04 Julian Lettner[NFC][TSan][libdispatch] Better CMake variable names
2019-04-04 Hubert Tong[XCOFF] Add functionality for parsing AIX XCOFF object...
2019-04-04 Hubert Tong[Support] On AIX, Check ENOTSUP on posix_fallocate...
2019-04-04 Hubert Tong[AIX] SelectionDAGNodes.h: Pack bit-fields that are...
2019-04-04 Reid Kleckner[gn] Use "$link /lib" for archives instead of lib.exe
2019-04-04 Craig Topper[X86] Remove CustomInserters for RDPKRU/WRPKRU. Use...
2019-04-04 Reid Kleckner[codeview] Remove Type member from CVRecord
2019-04-04 Julian Lettner[TSan][libdispatch] Add Cmake option for libdispatch...
2019-04-04 Reid KlecknerFix minor innaccuracy in previous comment on ManagedSta...
2019-04-04 Reid KlecknerMake ManagedStatic constexpr constructible
2019-04-04 Nico WeberMake clangd-fuzzer use the normal add_llvm_fuzzer(...
2019-04-03 Nico Weberllvm-undname: Name a pair. No behavior change.
2019-04-03 Craig Topper[X86] Remove CustomInserter pseudos for MONITOR/MONITOR...
2019-04-03 Craig Topper[X86] Remove dead CHECK lines for a test. NFC
2019-04-03 Craig Topper[X86] Autogenerate checks. NFC
2019-04-03 Nico Weberllvm-undname: Fix a crash-on-invalid
2019-04-03 Nico Weberllvm-undame: Fix an assert-on-invalid
2019-04-03 Nico Weberllvm-undname: Fix an assert-on-invalid
2019-04-03 Nico Weberllvm-undname: Fix a crash-on-invalid
2019-04-03 Nico Weberllvm-cxxfilt: Demangle gcc "old-style unified" ctors...
2019-04-03 Sanjay Patel[x86] fold shuffles of h-ops that have an undef operand
2019-04-03 Amy Huangadd periods
2019-04-03 Sanjay Patel[x86] eliminate movddup of horizontal op
2019-04-03 Stella StamenovaUn-xfail one of the TestMiniDumpUUID tests on Windows
2019-04-03 Petr Hosek[libunwind] Export the unw_* symbols as weak symbols
2019-04-03 Jonas Devlieghere[Reproducers] Capture return values of functions return...
2019-04-03 Evandro Menezes[IR] Create new method in `Function` class (NFC)
2019-04-03 Eric FiselierCleanup test failures in no discard tests.
2019-04-03 Sanjay Patel[x86] add another test for disguised h-op; NFC
2019-04-03 Petr Hosek[libc++abi] Do not share an object library to create...
2019-04-03 Matt ArsenaultAMDGPU: Split block for si_end_cf
2019-04-03 Jorge Gorbe... Re-enable most lldb-vscode tests on Linux.
2019-04-03 Eric FiselierAttempt to upgrade compiler used by appveyor builds
2019-04-03 Eric Fiselierdisable appveyor config for MSVC 2015
2019-04-03 Sanjay Patel[x86] add test for disguised horizontal op; NFC
2019-04-03 Alexey Bataev[OPENMP]Add codegen for reduction vars with allocate...
next