Changes
#5487 (Dec 13, 2019 2:25:04 AM)
- Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & — kerry.mclaughlin / detail
#5486 (Dec 13, 2019 2:05:01 AM)
- [LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing — david.stenberg / detail
#5484 (Dec 13, 2019 1:53:33 AM)
- [lldb/cmake] Temporarily revive LLDB_DISABLE_CURSES — pavel / detail
- [clangd] Fix windows builds — kadircet / detail
#5483 (Dec 13, 2019 1:15:03 AM)
#5482 (Dec 13, 2019 1:00:05 AM)
- [yaml2obj] - Add a way to override sh_flags section field. — grimar / detail
- [clangd] Introduce paragraph, the first part of new rendering structs — kadircet / detail
- [clangd] Introduce codeblocks — kadircet / detail
#5481 (Dec 13, 2019 12:45:06 AM)
#5480 (Dec 13, 2019 12:30:03 AM)
#5479 (Dec 13, 2019 12:22:29 AM)
- [LegalizeTypes] Remove unnecessary if before calling ReplaceValueWith on — craig.topper / detail
#5478 (Dec 13, 2019 12:15:05 AM)
- Reapply [LVI] Normalize pointer behavior — nikita.ppv / detail
#5477 (Dec 12, 2019 11:40:03 PM)
- [lldb] Remove xpasses after pr44037 fix committed — omair.javaid / detail
#5476 (Dec 12, 2019 10:20:05 PM)
- temporary — ruiu / detail
- Update the man page — ruiu / detail
- Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae — ruiu / detail
#5475 (Dec 12, 2019 7:05:04 PM)
#5474 (Dec 12, 2019 6:40:03 PM)
#5473 (Dec 12, 2019 6:25:06 PM)
- [NFC][AArch64] Fix typo. — tclin914 / detail
- Remove extra character I added to test my changes that I forgot to — douglas.yung / detail
#5472 (Dec 12, 2019 6:15:01 PM)
- [libc++] Cleanup and enable multiple warnings. — eric / detail
- [libc++] Mark all fuzzing tests as unsupported in C++03 — eric / detail
#5471 (Dec 12, 2019 6:00:03 PM)
#5470 (Dec 12, 2019 5:35:06 PM)
- Fix test to work correctly on 32-bit platforms. — douglas.yung / detail
- [clangd] Fix Windows test failure by adding — zeratul976 / detail
- [iOS sim] Simplify iossim_run.py script — julian.lettner / detail
#5469 (Dec 12, 2019 5:00:04 PM)
#5468 (Dec 12, 2019 4:45:06 PM)
#5467 (Dec 12, 2019 4:35:02 PM)
- hwasan: add tag_offset DWARF attribute to optimized debug info — eugenis / detail
- __bit_reference: fix -Wdeprecated-copy warnings — maskray / detail
#5465 (Dec 12, 2019 3:13:54 PM)
- [IR] Include target specific intrinsic headers — aheejin / detail
- [libomptarget][nfc] Add declarations of atomic functions for amdgcn — jonathanchesterfield / detail
#5464 (Dec 12, 2019 2:50:06 PM)
- Update line number after previous patch added an additional unsupported — echristo / detail
- [libomptarget] Move resource id functions into target specific code, — jonathanchesterfield / detail
#5463 (Dec 12, 2019 2:30:27 PM)
- [libc++] Tolerate NaN returning random distributions for now — eric / detail
- [clangd] Heuristically resolve dependent method calls — zeratul976 / detail
- [AArch64][SVE] Add integer arithmetic with immediate instructions. — danilo.carvalho.grael / detail
#5462 (Dec 12, 2019 2:10:06 PM)
#5461 (Dec 12, 2019 1:50:05 PM)
#5460 (Dec 12, 2019 1:25:03 PM)
- [clang] [test] Disable the test exhausting stack on NetBSD — mgorny / detail
- Revert "[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc" — spatel / detail
#5459 (Dec 12, 2019 1:15:05 PM)
#5458 (Dec 12, 2019 1:08:41 PM)
- [libc++] Add check to ensure oss-fuzz properly targets libc++. — eric / detail
- [DAGCombiner] fold shift-trunc-shift to shift-mask-trunc — spatel / detail
- [OPENMP50]Fix possible conflict when emitting an alias for the functions — a.bataev / detail
#5457 (Dec 12, 2019 12:37:01 PM)
- TypeCategory: Initialize m_enabled to false — Vedant Kumar / detail
- [AMDGPU] AMDGPUUsage clarify address space information and other typo — Tony.Tye / detail
- [Target] Remove Target::GetScratchClangASTContext — apl / detail
- [OPENMP50]Improve checks for declare variant functions compatibility. — a.bataev / detail
- [LTO] Support for embedding bitcode section during LTO — tejohnson / detail
#5456 (Dec 12, 2019 11:37:43 AM)
- Rename LoopInfo::isRotated() to LoopInfo::isRotatedForm(). — kbarton / detail
- Suppress -Wwarn-unused-variables when we don't know the constructor — erich.keane / detail
#5455 (Dec 12, 2019 11:22:03 AM)
#5454 (Dec 12, 2019 11:10:07 AM)
- [PS4] Predefine the __SCE__ macro for the x86_64-scei-ps4 triple — warren_ristow / detail
#5453 (Dec 12, 2019 10:52:38 AM)
- [lldb/Core] Add missing include — Jonas Devlieghere / detail
- [lldb/Core] Add missing include (2/2) — Jonas Devlieghere / detail
- [DAGCombiner] improve readability — spatel / detail
- [FormatEntity] Add mangled function name support — medismail.bennani / detail
- [SystemZ] Implement the packed stack layout — paulsson / detail
- Default to -fuse-init-array — maskray / detail
#5452 (Dec 12, 2019 9:38:28 AM)
- [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2 — Jonas Devlieghere / detail
- [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOS — Jonas Devlieghere / detail
- [AArch64][PowerPC] add tests for shift sandwich; NFC — spatel / detail
#5451 (Dec 12, 2019 9:28:10 AM)
- [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES — Jonas Devlieghere / detail
- [BasicAA] Use GEP as context for computeKnownBits in aliasGEP. — flo / detail
- [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT — Jonas Devlieghere / detail
- [ELF] Add a comment to handleSectionGroup(). NFC — maskray / detail
#5450 (Dec 12, 2019 9:11:14 AM)
- [amdgpu] Fix `-Wenum-compare` warning. NFC. — michael.hliao / detail
- [ASTImporter] Support functions with placeholder return types ... — gabor.marton / detail
- [fuzzer] Add basic support for emscripten. — metzman / detail
#5449 (Dec 12, 2019 8:41:32 AM)
#5448 (Dec 12, 2019 8:05:03 AM)
- Fix naming style. NFC. — alexfh / detail
- [clang-tidy] Use early returns to make the code easier to read and — alexfh / detail
#5447 (Dec 12, 2019 7:55:04 AM)
- gn build: Merge 526244b187d — llvmgnsyncbot / detail
#5446 (Dec 12, 2019 7:49:05 AM)
- [ARM][MVE] findVCMPToFoldIntoVPS. NFC. — sjoerd.meijer / detail
- [Matrix] Add first set of matrix intrinsics and initial lowering pass. — flo / detail
#5445 (Dec 12, 2019 7:40:06 AM)
#5444 (Dec 12, 2019 7:20:26 AM)
- [LNT] Python 3 support: don't assume order of cmake args — thomasp / detail
- [LNT] Python 3 support: enable testing for Python 3 — thomasp / detail
- [LNT] Declare support for Python 3.6+ — thomasp / detail
- [LNT] Switch docker image to Python 3 — thomasp / detail
- [NFC][ARM] Add some test triples — sam.parker / detail
- [Diagnsotics] Small Improvement on -Wmisleading-indentation — tyker / detail
- [clangd] Implement "textDocument/documentLink" protocol support — sam.mccall / detail
- [llvm-dwarfdump] Add blank line after printing line table — jh7370 / detail
- [lldb/DWARF] Fix v5 location lists for dwo files — pavel / detail
- [ARM][MVE] Sink vector shift operand — sam.parker / detail
- [OpenMP][Test] Add check for aux-triple predefined macros — alexey.bader / detail
- AMDGPU/SILoadStoreOptimizer: Simplify function — tstellar / detail
- [ARM][CMSE] Add CMSE header and builtins — momchil.velikov / detail
- gn build: Merge 600d123c6ff — llvmgnsyncbot / detail
#5443 (Dec 12, 2019 5:51:22 AM)
- [Attributor][NFC] Fix comments and unnecessary comma — uenoku.tokotoko / detail
#5442 (Dec 12, 2019 5:40:06 AM)
- [Attributor][NFC] Refactoring `AANoFreeArgument::updateImpl` — uenoku.tokotoko / detail
- [Attributor] [NFC] Use `checkForAllUses` helpr in — uenoku.tokotoko / detail
#5441 (Dec 12, 2019 5:34:06 AM)
- [Analyzer][Docs][NFC] Add CodeChecker to the command line tools — gabor.marton / detail
#5440 (Dec 12, 2019 5:10:05 AM)
#5439 (Dec 12, 2019 4:21:22 AM)
- [clangd] Rename constructors and destructors in cross-file case — kbobyrev / detail
- [Support] Try to fix bot failure after 8ddcd1dc26 — russell.gallop / detail
#5438 (Dec 12, 2019 4:07:10 AM)
- [llvm-readobj][test] - Add a test for testing regular section flags and — grimar / detail
- [NFC] - Partially revert 9c48c2f9c477007234c — gabor.buella / detail
- [clangd] Fix windows tests — kadircet / detail
- [Tooling/Syntax] Helpers to find spelled tokens touching a location. — sam.mccall / detail
- [Support] Extend TimeProfiler to support multiple threads — russell.gallop / detail
#5437 (Dec 12, 2019 3:18:59 AM)
- Temporarily Revert "[DataLayout] Fix occurrences that size and range of — nicola.zaghen / detail
- [Mips] Add support for min/max/umin/umax atomics — Mirko.Brkusanin / detail
- [clangd] Fix hover crashing on null types — kadircet / detail
- [lldb] "See through" atomic types in ClangASTContext — pavel / detail
- [lldb] Remove ClangASTMetrics — Raphael Isemann / detail
#5436 (Dec 12, 2019 2:26:17 AM)
- [lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a — Raphael Isemann / detail
- [NFC] - Typo fix in test/CodeGenCXX/runtime-dllstorage.cpp — gabor.buella / detail
#5435 (Dec 12, 2019 2:15:04 AM)
- [DataLayout] Fix occurrences that size and range of pointers are assumed — nicola.zaghen / detail
#5434 (Dec 12, 2019 2:03:11 AM)
#5433 (Dec 12, 2019 1:55:05 AM)
- [AArch64][SVE] Remove nxv1f32 and nxv1f64 as legal types — cullen.rhodes / detail
#5432 (Dec 12, 2019 1:40:07 AM)
- [libomptarget][nfc] Add missing header for amdgcn/target_impl — jonathanchesterfield / detail
#5431 (Dec 12, 2019 1:35:06 AM)
#5430 (Dec 12, 2019 1:03:03 AM)
#5429 (Dec 12, 2019 12:36:21 AM)
- Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in — echristo / detail
- [compiler-rt] Add a critical section when flushing gcov counters — calixte.denizet / detail
- Revert unintentional change to compiler-rt as part of the — echristo / detail
#5428 (Dec 12, 2019 12:00:05 AM)
- Revert "[ARM][MVE] Sink vector shift operand" — grubbymitts69 / detail
- [DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not — a.v.lapshin / detail
#5427 (Dec 11, 2019 11:55:08 PM)
#5426 (Dec 11, 2019 11:40:08 PM)
- [ARM][MVE] Sink vector shift operand — grubbymitts69 / detail
#5425 (Dec 11, 2019 11:25:09 PM)
#5424 (Dec 11, 2019 11:15:06 PM)
#5423 (Dec 11, 2019 10:05:05 PM)
#5422 (Dec 11, 2019 9:50:06 PM)
#5421 (Dec 11, 2019 7:55:09 PM)
#5420 (Dec 11, 2019 7:20:07 PM)
#5419 (Dec 11, 2019 6:53:17 PM)
#5418 (Dec 11, 2019 6:10:07 PM)
#5417 (Dec 11, 2019 6:05:08 PM)
- [Remarks][Driver] Ask for line tables when remarks are enabled — francisvm / detail
- Rename TTI::getIntImmCost for instructions and intrinsics — rnk / detail
#5416 (Dec 11, 2019 5:45:08 PM)
#5415 (Dec 11, 2019 5:35:06 PM)
- [libc++] Require C++14 in all cases. — eric / detail
- [libc++abi] Fix non-constant initialization of default terminate — eric / detail
#5413 (Dec 11, 2019 5:23:41 PM)
#5412 (Dec 11, 2019 5:15:09 PM)
#5411 (Dec 11, 2019 4:39:06 PM)
- Revert "[clang][clang-scan-deps] Aggregate the full dependency — bigcheesegs / detail
#5410 (Dec 11, 2019 4:14:08 PM)
- Revert "[DWARF] Allow cross-CU references of subprogram definitions" — Vedant Kumar / detail
#5409 (Dec 11, 2019 3:07:06 PM)
- [lldb/CMake] Simplify linking against curses — Jonas Devlieghere / detail
- [lit] Improve formatting of error messages. NFC — julian.lettner / detail
- [clang][clang-scan-deps] Aggregate the full dependency information. — bigcheesegs / detail
- [OpenMP] Use the OpenMP-IR-Builder — johannes / detail
#5408 (Dec 11, 2019 2:35:46 PM)
- Don't call export_symbols.py with duplicate libs — daltenty / detail
- Suppress false-positive -Wuninitialized warnings in the constructor of a — richard / detail
#5407 (Dec 11, 2019 2:21:29 PM)
- Revert "[SDAG] remove use restriction in isNegatibleForFree() when — spatel / detail
- Fix detection of __attribute__((may_alias)) to properly look through — richard / detail
- [lldb][dotest] Add `#include <algorithm>` to libc++ detection — rupprecht / detail
- [lldb/Host] Use Host/Config.h for LibXML2 instead of a global define — Jonas Devlieghere / detail
#5406 (Dec 11, 2019 1:52:05 PM)
#5405 (Dec 11, 2019 1:39:42 PM)
- Add resurrecting Type Validators to projects.rst — Adrian Prantl / detail
- [libc++] Fix fuzzing tests with older GCC compilers. — eric / detail
#5404 (Dec 11, 2019 1:27:54 PM)
- [OPENMP50]Add if clause in teams distribute parallel for simd directive. — a.bataev / detail
- [libc++] Fix fuzzing unit tests with exceptions disabled. — eric / detail
#5403 (Dec 11, 2019 1:04:10 PM)
- [TSan] Pacify flaky test on Darwin — julian.lettner / detail
#5402 (Dec 11, 2019 12:56:44 PM)
- [OpenMP] Introduce the OpenMP-IR-Builder — johannes / detail
- [ADT] Fix SmallDenseMap assertion with large InlineBuckets — nikita.ppv / detail
- [libc++] Add fuzzing tests for parts of <random>. — eric / detail
- [LegalizeTypes] In SoftenFloatRes_FP_EXTEND, move the check for input — craig.topper / detail
#5401 (Dec 11, 2019 12:04:07 PM)
- return-object-by-reference ("non trivial") xfail on arm64 in — Jason Molenda / detail
#5400 (Dec 11, 2019 11:59:07 AM)
#5399 (Dec 11, 2019 11:54:07 AM)
- [analyzer] Escape symbols conjured into specific regions during a — xazax / detail
- [InstCombine] Optimize overflow check base on uadd.with.overflow result — nikita.ppv / detail
#5398 (Dec 11, 2019 11:44:07 AM)
- [ValueTracking] Pointer is known nonnull after load/store — nikita.ppv / detail
#5397 (Dec 11, 2019 11:31:06 AM)
- [analyzer] CStringChecker: Improve warning messages. — Artem Dergachev / detail
- [analyzer] CStringChecker: Fix overly eager assumption that memcmp args — Artem Dergachev / detail
- [analyzer] LocalizationChecker: Fix a crash on synthesized accessor — Artem Dergachev / detail
- [ValueTracking] Add tests for non-null check after load/store; NFC — nikita.ppv / detail
#5396 (Dec 11, 2019 11:16:07 AM)
- [PowerPC][NFC] add test case for lwa - loop ds form prep — czhengsz / detail
- [AArch64][SVE] Implement intrinsics for non-temporal loads & stores — kerry.mclaughlin / detail
- [clang-tidy] Link shared library clangTidyOpenMPModule to library — adam.balogh / detail
- [Analyzer][NFC] Iterator Checkers - Separate iterator modeling and the — adam.balogh / detail
- [TableGen] Add bang-operators !getop and !setop. — simon.tatham / detail
- Revert "Reland [AArch64][MachineOutliner] Return address signing for — oliver.stannard / detail
- [llvm-readobj][llvm-readelf] - Remove excessive empty lines when — grimar / detail
- [ARM][MVE] Factor out an IntrinsicMX multiclass. — simon.tatham / detail
- gn build: Merge afb13afcf22 — llvmgnsyncbot / detail
- CodeGen: Allow annotations on globals in non-zero address space — nhaehnle / detail
- [SYCL] Add support for auxiliary triple specification to Frontend — alexey.bader / detail
- [AArch64][SVE] Add DAG combine rules for gather loads and sext/zext — andrzej.warzynski / detail
- [lldb][NFC] Remove ClangExternalASTSourceCommon::g_TotalSizeOfMetadata — Raphael Isemann / detail
- [Analyzer] Iterator Modeling: Print Container Data and Iterator — adam.balogh / detail
- Rollback assumeAligned in MemorySanitizer — gchatelet / detail
- [lldb][NFC] Remove dead metadata code in ClangASTSourceProxy — Raphael Isemann / detail
- [DebugInfo] Fix printing of DW_LNS_set_isa — jh7370 / detail
- [Alignment][NFC] Introduce Align in IRBuilder — gchatelet / detail
- [test][llvm-dwarfdump] Add missing testing for some --debug-* options — jh7370 / detail
- Removing an unused selection field from a diagnostic; NFC. — aaron / detail
- [AArch64] Teach Load/Store optimizier to rename store operands for — flo / detail
- Revert "[AArch64][SVE] Implement intrinsics for non-temporal loads & — kerry.mclaughlin / detail
- [lldb] Don't search the metadata map three times when retrieving — Raphael Isemann / detail
- [LLD][ELF][AArch64][ARM] Add missing classof to patch sections. — peter.smith / detail
- [LLD][ELF][AArch64][ARM] When errata patching, round thunk size to 4KiB. — peter.smith / detail
- AMDGPU: Fix copy-pasted test name error — arsenm2 / detail
- [Analyzer] Iterator Checkers: Replace `UnknownVal` in comparison result — adam.balogh / detail
- Verifier: Check frame-pointer attribute values — arsenm2 / detail
- [ARM][NFC] Change test to use CHECK-NEXT — diogo.sampaio / detail
- [Support] Add TimeTraceScope constructor without detail arg — russell.gallop / detail
- [Loop] Add isRotated method to Loop class. — kbarton / detail
- [SystemZ] Fix 128-bit strict FMA expansion pre-z14 — ulrich.weigand / detail
- [TableGen] Remove unused target intrinsic generation logic — rnk / detail
- [X86] Erase dead LEA instruction after converting it to MOV in — craig.topper / detail
- [SystemZ] Add llvm.minimum / llvm.maximum tests — ulrich.weigand / detail
- [AArch64] Skip debug ops with regsOverlap in AArch64 LD/ST opt. — flo / detail
- Don't run expect based tests remotely. — Jason Molenda / detail
- [DA] Improve dump to show source and sink of the dependence — bmahjour / detail
- update TestThreadStepOut.py to expect correct source line on arm64. — Jason Molenda / detail
- [ELF][AArch64] Rename --force-bti to -z force-bti and --pac-plt to -z — maskray / detail
- Remove TypeValidators (NFC in terms of the testsuite) — Adrian Prantl / detail
- [OPENMP50]Add if clause in teams distribute simd directive. — a.bataev / detail
- [VFS] Extend virtual working directory test — Jonas Devlieghere / detail
- [profile] Delete stale profile in test/profile/instrprof-set-filename.c, — Vedant Kumar / detail
- [profile] Delete stale profiles in — Vedant Kumar / detail
- [profile] Avoid allocating a page on the stack, NFC — Vedant Kumar / detail
- [OPENMP50]Fix capturing of if condition in target parallel for simd — a.bataev / detail
- [SDAG] remove use restriction in isNegatibleForFree() when called from — spatel / detail
- [StringRef] Test all default characters in unit test — Jonas Devlieghere / detail
- [AArch64] Be more careful to skip debug operands in LdSt Optimizier. — flo / detail
- [VFS] Disable check for ../foo on Windows — Jonas Devlieghere / detail
- Add intrinsics for unary narrowing operations — andrzej.warzynski / detail
- Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=Off builds after — maskray / detail
- [MergeFuncs] Remove incorrect attribute copying — nikita.ppv / detail
#5394 (Dec 11, 2019 3:06:05 AM)
- [ARM][LowOverheadLoops] Remove dead loop update instructions. — sjoerd.meijer / detail
- [lldb][NFC] Cleanup includes in FormatManagerTests.cpp — Raphael Isemann / detail
- [Clang] Pragma vectorize_width() implies vectorize(enable) — sjoerd.meijer / detail
#5393 (Dec 11, 2019 2:22:34 AM)
- [ARM][MVE] Add intrinsics for immediate shifts. (reland) — simon.tatham / detail
#5392 (Dec 11, 2019 2:07:48 AM)
- [clangd] Deduplicate refs from index for cross-file rename. — hokein.wu / detail
- [MCRegInfo] Add sub_and_superregs_inclusive iterator range. — flo / detail
- [NFC][PowerPC] Remove the dead conditions in the if(cond) — qshanz / detail
- [ARM][TypePromotion] Enable by default — sam.parker / detail
- [NFC] Correct the example in the comments of JSON.h to avoid mislead — qshanz / detail
- [lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx — pavel / detail
#5391 (Dec 11, 2019 1:50:08 AM)
- [PowerPC] [CodeGen] Use MachineBranchProbabilityInfo in — shkzhang / detail
- [AArch64][SVE] Move TableGen class definitions for gather loads (NFC) — andrzej.warzynski / detail
#5390 (Dec 11, 2019 1:40:06 AM)
#5389 (Dec 11, 2019 1:35:08 AM)
#5388 (Dec 11, 2019 1:25:05 AM)
- [DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be — a.v.lapshin / detail
#5387 (Dec 11, 2019 12:50:06 AM)
#5386 (Dec 11, 2019 12:40:10 AM)
#5385 (Dec 11, 2019 12:35:06 AM)
#5384 (Dec 10, 2019 11:30:09 PM)
#5383 (Dec 10, 2019 10:35:04 PM)
- [LegalizeTypes] Remove manual worklist management from — craig.topper / detail
#5382 (Dec 10, 2019 10:25:06 PM)
#5381 (Dec 10, 2019 9:55:06 PM)
#5380 (Dec 10, 2019 8:00:04 PM)
- [c++20] Implement P1946R0: allow defaulted comparisons to take their — richard / detail
- [cxx_status] Re-add missing cell. — richard / detail
#5379 (Dec 10, 2019 7:35:06 PM)
#5378 (Dec 10, 2019 6:55:08 PM)
- Change the mtc Makefile to check $SDKROOT value instead of depending on — Jason Molenda / detail
#5377 (Dec 10, 2019 6:35:08 PM)
#5376 (Dec 10, 2019 6:08:40 PM)
#5375 (Dec 10, 2019 5:40:06 PM)
#5374 (Dec 10, 2019 5:30:06 PM)
- [c++20] Implement P1185R2 (as modified by P2002R0). — richard / detail
- Reland "Enable `-funwind-tables` flag when building libunwind" — jaskiewiczs / detail
- [X86] Split v64i1 arguments into 2 v32i1s that will be promoted to v32i8 — craig.topper / detail
#5373 (Dec 10, 2019 5:20:08 PM)
- NFC: Get rid of an unused parameter to CGObjCMac::EmitSelectorAddr. — erik.pilkington / detail
- [llvm][MIRVRegNamerUtil] Adding hashing against MachineInstr flags. — puyan / detail
#5372 (Dec 10, 2019 4:51:21 PM)
- Revert "Reapply: [DebugInfo] Recover debug intrinsics when killing — vtsyrklevich / detail
- Replace redundant code in LanguageCategory with templates (NFC) — Adrian Prantl / detail
- Remove unsound caching in LanguageCategory — Adrian Prantl / detail
- [libc++] Hide some functions and types in <future> and <thread> as — Louis Dionne / detail
- [FPEnv][X86] Constrained FCmp intrinsics enabling on X86 — pengfei.wang / detail
- Revert "[analyzer] Keep track of escaped locals" — xazax / detail
#5371 (Dec 10, 2019 4:00:08 PM)
- Do not cache hardcoded formats in FormatManager — Adrian Prantl / detail
- [FormatManager] Move Language lookup into the obviously non-cached part — Adrian Prantl / detail
#5369 (Dec 10, 2019 3:48:34 PM)
- [libcxx] Replace func_name with __name__ for compatibility with Python 3 — jaskiewiczs / detail
#5368 (Dec 10, 2019 3:25:08 PM)
#5367 (Dec 10, 2019 3:16:02 PM)
- Remove debugging printf and reformat code. — echristo / detail
- Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support — echristo / detail
- [X86] Go back to considering v64i1 as a legal type under — craig.topper / detail
- Skip TestGuiBasic.py on ios etc device testing. — Jason Molenda / detail
#5366 (Dec 10, 2019 3:00:09 PM)
- Skip TestMultilineCompletion.py on ios testsuite runs. — Jason Molenda / detail
- [TypeCategory] IsApplicable gets a LanguageType, not a ValueObject. — ditaliano / detail
#5365 (Dec 10, 2019 2:22:04 PM)
- [InstSimplify] add tests for insert constant + splat; NFC — spatel / detail
- [IR] allow undefined elements when checking for splat constants — spatel / detail
#5364 (Dec 10, 2019 2:15:06 PM)
- [DWARF] Allow cross-CU references of subprogram definitions — Vedant Kumar / detail
- DebugInfo: Clarify some more reasons v4 loc.dwo can't share much — dblaikie / detail
#5363 (Dec 10, 2019 1:47:50 PM)
- [OPENMP50]Do not mark the function as used if referenced only in declare — a.bataev / detail
- [libcxx] [test] Query the target platform, not the host one — Louis Dionne / detail
- Debug Info: Strengthen the synthesized-property-cleanup.mm test, NFC — Vedant Kumar / detail
- [FormatManager] Add a unittest for GetCandidateLanguages() — ditaliano / detail
#5362 (Dec 10, 2019 1:31:59 PM)
- [cxx_status] Fix table layout. — richard / detail
- [c++20] Return type deduction for defaulted three-way comparisons. — richard / detail
- [Remarks][Docs] Enhance documentation for opt-remarks driver options — francisvm / detail
#5361 (Dec 10, 2019 12:52:42 PM)
- Deprecate the hasDefaultArgument matcher — steveire / detail
- [DebugInfo] Refactored macro related generation, added a test case for — SourabhSingh.Tomar / detail
#5360 (Dec 10, 2019 12:39:24 PM)
- [Wdocumentation] Use the command marker. — koraq / detail
- [Wdocumentation] Properly place deprecated attribute — koraq / detail
- [Wdocumentation] Use C2x/C++14 deprecated attribute — koraq / detail
- [clangd] Fix an incorrect expectedResult usage in rename test. — hokein.wu / detail
- Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple — echristo / detail
- [OPENMP50]Add if clause in target simd directive. — a.bataev / detail
- [lldb] Add #include to appease the modules build — Vedant Kumar / detail
#5359 (Dec 10, 2019 12:14:10 PM)
- scudo: Move getChunkFromBlock() allocated check into caller. NFCI. — peter / detail
- scudo: Tweak how we align UserPtr. NFCI. — peter / detail
#5358 (Dec 10, 2019 12:06:08 PM)
- Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is — SourabhSingh.Tomar / detail
#5357 (Dec 10, 2019 11:54:06 AM)
- [cxx_status] Add missed Belfast paper affecting three-way comparisons. — richard / detail
- Add missed #include in llvmorg-10-init-11532-g848934c67d4. — richard / detail
- Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is — SourabhSingh.Tomar / detail
#5356 (Dec 10, 2019 11:49:06 AM)
- [BPF] put not-section-attribute externs into BTF ".extern" data section — yhs / detail
- [DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified. — SourabhSingh.Tomar / detail
#5355 (Dec 10, 2019 11:26:47 AM)
- [lldb/Reproducers] Support multiple GDB remotes — Jonas Devlieghere / detail
- [lldb/Host] Use Host/Config.h entries instead of a global define. — Jonas Devlieghere / detail
- Fix a -Wsign-compare error around wchar_t vs unsigned int. — echristo / detail
- Fix -Wincomplete-umbrella warning in the modules build — Vedant Kumar / detail
- Assert launch success in run_to_breakpoint_do_run — Vedant Kumar / detail
#5354 (Dec 10, 2019 11:04:06 AM)
#5353 (Dec 10, 2019 10:34:07 AM)
- Replace redundant code in FormatManager and FormatCache with templates — Adrian Prantl / detail
#5352 (Dec 10, 2019 10:24:10 AM)
#5351 (Dec 10, 2019 10:14:06 AM)
- [FPEnv] clang support for constrained FP builtins — kevin.neal / detail
#5350 (Dec 10, 2019 10:09:07 AM)
#5349 (Dec 10, 2019 9:49:09 AM)
- [profile] Add explanatory comments to instrprof-darwin-exports.c, NFC — Vedant Kumar / detail
#5348 (Dec 10, 2019 9:39:10 AM)
- [LNT] Python 3 support: use Python 3 module names — thomasp / detail
- [LNT] Python 3 support: fix printing of exceptions — thomasp / detail
- gn build: (manually) merge eb3e81f43 — thakis / detail
- [AArch64] Fix issues with large arrays on stack — kiran.chandramohan / detail
- [LLDB] [PECOFF] Make sure to set the address byte size in m_data after — martin / detail
- [lldb][NFC] Make g_TotalSizeOfMetadata in — Raphael Isemann / detail
- [lldb] Centralize type "desugaring" logic in ClangASTContext — pavel / detail
- [TypePromotion] Query target register width — sam.parker / detail
- add test for previous commit — sam.parker / detail
- [lldb] Actually enable wchar support in Editline when it is defined in — Raphael Isemann / detail
- Reapply: [DebugInfo] Recover debug intrinsics when killing — stozer / detail
- [DWARF][RISCV] Test resolving of RISC-V relocations — luismarques / detail
- [Alignment][NFC] CreateMemSet use MaybeAlign — gchatelet / detail
- [Docs] Improve SLP code snippet — spatel / detail
- [InstCombine] replace shuffle's insertelement operand if inserted scalar — spatel / detail
- [scudo][standalone] Define hasHardwareCRC32 for other archs — kostyak / detail
- [test][llvm-cxxfilt] Improve comment for clarity — jh7370 / detail
- [DebugInfo] Support to emit debugInfo for extern variables — yhs / detail
- [BUG-FIX][XCOFF] fixed a bug of XCOFFObjectFile.cpp when there is — diggerlin / detail
- [ARM][MVE] Refactor complex vector intrinsics [NFCI] — mikhail.maltsev / detail
- [VectorUtils] Introduce the Vector Function Database (VFDatabase). — francesco.petrogalli / detail
- [RISCV] Improve assembler missing feature warnings — simon.cook / detail
- [analyzer] Keep track of escaped locals — xazax / detail
- [ELF] Refine section group --gc-sections rules to not discard — maskray / detail
- [ELF] --icf: do not fold preemptible symbols — maskray / detail
- [OPENMP50]Add if clause in target parallel for simd directive. — a.bataev / detail
- [VectorUtils] Fix -Wunused-private-field after D67572 — maskray / detail
#5347 (Dec 10, 2019 3:20:08 AM)
- [TableGen] Permit dag operators to be unset. — simon.tatham / detail
- Only Remove implicit conversion for the target that support fp16 — tclin914 / detail
#5346 (Dec 10, 2019 3:00:09 AM)
- [AArch64][SVE] Add wide compare immediate patterns — cullen.rhodes / detail
#5345 (Dec 10, 2019 2:30:07 AM)
- Add testcases exposing PR44135 — mikael.holmen / detail
- [LegalizeTypes] Bugfixes for big-endian targets when handling BITCASTs — mikael.holmen / detail
#5344 (Dec 10, 2019 2:15:04 AM)
#5343 (Dec 10, 2019 1:35:07 AM)
#5342 (Dec 10, 2019 1:25:08 AM)
#5341 (Dec 10, 2019 12:50:08 AM)
#5340 (Dec 9, 2019 10:15:07 PM)
#5339 (Dec 9, 2019 10:00:06 PM)
#5338 (Dec 9, 2019 9:30:08 PM)
#5337 (Dec 9, 2019 8:40:05 PM)
- [NFCi][llvm][MIRVRegNamerUtils] Making some code cleanup and stylistic — puyan / detail
- [Remarks][Driver] Error on -foptimization-record-file with multiple — francisvm / detail
#5336 (Dec 9, 2019 8:20:08 PM)
- [ValueTracking] Allow context-sensitive nullness check for non-pointers — johannes / detail
- [IPConstantProp][NFCI] Improve and modernize tests — johannes / detail
- [libc] Add implementation of errno and define the other macros of — sivachandra / detail
- [PowerPC] [NFC] Cleanup xxpermdi peephole optimization — Jinsong Ji / detail
- [hwasan] Offline symbolization script. — eugenis / detail
- Implement LWG#1203 for raw_ostream. — tra / detail
- Also synthesize _cmd and self for properties — Alex Lorenz / detail
- [FormatManager] Provide a single entrypoint for GetCandidateLanguages(). — ditaliano / detail
- [c++20] Defaulted comparison support for array members. — richard / detail
- [AArch64][SVE] Implement SPLAT_VECTOR for i1 vectors. — efriedma / detail
- [Codegen][X86] Modernize/regenerate old tests. NFCI. — Dávid Bolvanský / detail
- [ConstantFold][SVE] Fix constant folding for shufflevector. — efriedma / detail
- Avoid Attr.h includes, CodeGen edition — rnk / detail
- Revert "[ARM][MVE] Add intrinsics for immediate shifts." and two — echristo / detail
- add support for strict operation fpextend/fpround/fsqrt on X86 backend — chen3.liu / detail
- [FormatManager] GetCandidateLanguages shouldn't know about ValueObject. — ditaliano / detail
- [llvm/dwarfdump] Use the architecture string to filter. — Jonas Devlieghere / detail
- [NFC] Add { } to silence compiler warning [-Wmissing-braces]. — huihuiz / detail
- [c++20] Fix handling of unqualified lookups from a defaulted comparison — richard / detail
- Remove unused Unit test directory for xray. — echristo / detail
- [NFC][MacroFusion] Adding the assertion if someone want to fuse more — qshanz / detail
- Turn off unused variable checking here since we're explicitly adding a — echristo / detail
- [MC] Delete MCCodePadder — maskray / detail
- Revert "[compiler-rt] Add a critical section when flushing gcov — Akira / detail
#5335 (Dec 9, 2019 1:14:11 PM)
#5334 (Dec 9, 2019 12:49:07 PM)
#5333 (Dec 9, 2019 12:44:08 PM)
- [Attr] Move ParsedTargetAttr out of the TargetAttr class — craig.topper / detail
#5332 (Dec 9, 2019 12:24:08 PM)
#5331 (Dec 9, 2019 11:54:06 AM)
#5330 (Dec 9, 2019 11:42:37 AM)
#5329 (Dec 9, 2019 11:29:08 AM)
- [PowerPC][NFC] Rename ANDI(S)o8 to ANDI(S)8o — Jinsong Ji / detail
- [InstCombine] add tests for shuffle with insertelement operand; NFC — spatel / detail
#5328 (Dec 9, 2019 10:49:08 AM)
#5327 (Dec 9, 2019 10:25:40 AM)
- [clangd] also filter out another possible diag from MS ASM syntax — sam.mccall / detail
#5326 (Dec 9, 2019 10:19:15 AM)
- Reland 198fbcb8, "Driver: Don't look for libc++ headers in the install — peter / detail
- scudo: Add a basic malloc/free benchmark. — peter / detail
- Magic number checker shouldn't warn on user defined string literals — aaron / detail
#5325 (Dec 9, 2019 10:04:08 AM)
#5324 (Dec 9, 2019 9:59:10 AM)
- [clangd] Delete default arguments while moving functions out-of-line — kadircet / detail
- [clangd] Delete ctor initializers while moving functions out-of-line — kadircet / detail
#5323 (Dec 9, 2019 9:44:09 AM)
- [PowerPC] Refactor FinishCall. [NFC] — sd.fertile / detail
- [ARM][MVE][Intrinsics] Add VMULL[BT]Q_(INT|POLY) intrinsics. — mark.murray / detail
- [ARM][MVE][Intrinsics] Add VQADDQ, VHADDQ, VRHADDQ, VQSUBQ, VHSUBQ, — mark.murray / detail
#5322 (Dec 9, 2019 9:39:10 AM)
- [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHON — Jonas Devlieghere / detail
#5321 (Dec 9, 2019 9:29:08 AM)
- [lldb][CMake] Fix build for the case of custom libedit installation — Tatyana Krasnukha / detail
#5320 (Dec 9, 2019 8:59:08 AM)
- [ARM] Fix NEON failure introduced by D71065. — simon.tatham / detail
#5319 (Dec 9, 2019 8:54:10 AM)
- [LNT] Python 3 support: Do not encode report for stdout — thomasp / detail
- [LNT] Fix sql index name collision — thomasp / detail
- [c++20] Synthesis of defaulted comparison functions. — richard / detail
- Revert 393dacacf7e7 "[ARM] Enable TypePromotion by default" — hans / detail
- [lldb] Add a test for how we lazily create Clang AST nodes — Raphael Isemann / detail
- [compiler-rt] Add a critical section when flushing gcov counters — calixte.denizet / detail
- [DebugInfo] Make describeLoadedValue() reg aware — david.stenberg / detail
- Revert "[DebugInfo] Make describeLoadedValue() reg aware" — david.stenberg / detail
- [lldb] Support for DWARF-5 atomic types — Raphael Isemann / detail
- [DebugInfo] Make describeLoadedValue() reg aware — david.stenberg / detail
- [cmake] Disable GCC 9's -Wredundant-move — pavel / detail
- Reland "[AST] Traverse the class type loc inside the member type loc."" — hokein.wu / detail
- [ARM] Additional tests and minor formatting. NFC — david.green / detail
- [ARM] Teach the Arm cost model that a Shift can be folded into other — david.green / detail
- gn build: Merge 6d5c273500a — llvmgnsyncbot / detail
- [OpenCL] Handle address space conversions for constexpr (PR44177) — sven.vanhaastregt / detail
- [clang][Tooling] Fix potential UB in — sam.mccall / detail
- [ARM] Enable MVE masked loads and stores — david.green / detail
- [CommandLine] Add missing Callbacks — david.green / detail
- [lldb] Xfail TestCallOverriddenMethod.py for aarch64/linux — omair.javaid / detail
- [ARM] Add missing REQUIRES: asserts to test. NFC — david.green / detail
- [ARM][MVE] Add complex vector intrinsics — mikhail.maltsev / detail
- [test][tools] Add missing and improve testing — jh7370 / detail
- [lldb] Improve/fix base address selection in location lists — pavel / detail
- [lldb/DWARF] Switch to llvm location list parser — pavel / detail
- [Attr] Add missing header for clang example. — david.green / detail
- [DebugInfo] Nerf placeDbgValues, with prejudice — jeremy.morse / detail
- [DebugInfo][EarlyCSE] Use the salvageDebugInfoOrMarkUndef(); NFC — djordje.todorovic / detail
- [RISCV] Machine Operand Flag Serialization — selliott / detail
- [Parser] Don't crash on MS assembly if target desc/asm parser isn't — sam.mccall / detail
- [RISCV] Fix mir-target-flags.ll — selliott / detail
- [clangd] Allow extract-to-function on regions that always return. — sam.mccall / detail
- [test][llvm-cxxfilt] Fix darwin build bot — jh7370 / detail
- [lldb] Remove Xfail decorators from steadily passing tests — omair.javaid / detail
- Fix build bot fails due to the patch here: — zahira.ammarguellat / detail
- [test][llvm-cxxfilt] Add missing '-n' — jh7370 / detail
- Fix compilation warning from GCC7. NFC. — michael.hliao / detail
- [clangd] Use expansion location when the ref is inside macros. — hokein.wu / detail
- [ModuloSchedule] Fix data types in ModuloScheduleExpander::isLoopCarried — thomasraoux / detail
- [ARM][MVE] Add intrinsics for immediate shifts. — simon.tatham / detail
- [llvm][VFABI] Add more testing for LLVM internal mangling. — francesco.petrogalli / detail
- [clangd] Implement range patching heuristics for cross-file rename. — hokein.wu / detail
- Fix the compiler warnings: "-Winconsistent-missing-override", — hokein.wu / detail
- [GWP-ASan] 32-bit test pointers, allow multi-init for test. — 31459023+hctim / detail
#5318 (Dec 8, 2019 9:54:54 PM)
- Fix for build bot failure. For more details see: — zahira.ammarguellat / detail
#5317 (Dec 8, 2019 4:14:57 PM)
#5316 (Dec 8, 2019 3:54:55 PM)
#5315 (Dec 8, 2019 2:54:55 PM)
- [lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHON — Jonas Devlieghere / detail
#5314 (Dec 8, 2019 12:14:55 PM)
- [NFC][LivePhysRegs] Fix incorrect comment — david.tellenbach / detail
#5313 (Dec 8, 2019 11:49:57 AM)
- [Frontend] Allow OpenMP offloading to aarch64 — bryan.chan / detail
#5312 (Dec 8, 2019 10:49:53 AM)
- [ARM] Disable VLD4 under MVE — david.green / detail
- [ARM] Attempt to use whole register vmovs for MVE shuffles. — david.green / detail
- [llvm-dwarfdump][Statistics] Unify coverage statistic computation — kbessonova / detail
- Revert "Driver: Don't look for libc++ headers in the install directory — dave / detail
- [InstSimplify] fold copysign with negated operand — spatel / detail
- Fix typo in the AST Matcher Reference doc Closes: #54 — sylvestre / detail
- [InstSimplify] fold copysign with negated operand, part 2 — spatel / detail
#5311 (Dec 7, 2019 9:50:00 PM)
- [clangd] Navigation from definition of template specialization to — zeratul976 / detail
#5310 (Dec 7, 2019 11:35:01 AM)
#5309 (Dec 7, 2019 11:29:57 AM)
- Symbol: use elaborated types for `DataExtractor` — Saleem Abdulrasool / detail
#5308 (Dec 7, 2019 10:45:00 AM)
- [SystemZ] Fix build bot failures — ulrich.weigand / detail
#5307 (Dec 7, 2019 9:39:58 AM)
#5306 (Dec 7, 2019 9:29:59 AM)
#5305 (Dec 7, 2019 9:09:57 AM)
#5304 (Dec 7, 2019 8:59:59 AM)
#5302 (Dec 7, 2019 4:35:02 AM)
#5301 (Dec 7, 2019 2:35:02 AM)
- [FPEnv] Constrained FCmp intrinsics — ulrich.weigand / detail
#5300 (Dec 7, 2019 1:05:00 AM)
- gn build: Merge e60b36cf92e — llvmgnsyncbot / detail
#5299 (Dec 7, 2019 1:00:01 AM)
#5298 (Dec 6, 2019 11:05:03 PM)
#5297 (Dec 6, 2019 7:05:00 PM)
#5296 (Dec 6, 2019 6:30:00 PM)
#5295 (Dec 6, 2019 6:05:00 PM)
#5294 (Dec 6, 2019 5:14:59 PM)
- Move variable only used in an assert into the assert itself. — saugustine / detail
#5293 (Dec 6, 2019 4:36:42 PM)
- [lldb/Reproducer] Disable test on Windows to unblock the bot. — Jonas Devlieghere / detail
- [AArch64][GlobalISel] Add support for selection of vector G_SHL with — aemerson / detail
- [c++20] Determine whether a defaulted comparison should be deleted or — richard / detail
#5292 (Dec 6, 2019 4:02:12 PM)
- Use ASTDumper to dump the AST from clang-query — steveire / detail
- Revert "[Sema][X86] Consider target attribute into the checks in — rnk / detail
- gn build: Change scudo's list of supported platforms to a whitelist. — peter / detail
- Add matchDynamic convenience functions — steveire / detail
#5291 (Dec 6, 2019 3:35:16 PM)
- Remove Expr.h include from ASTContext.h, NFC — rnk / detail
- [Sema][X86] Consider target attribute into the checks in — craig.topper / detail
#5290 (Dec 6, 2019 3:30:00 PM)
#5289 (Dec 6, 2019 3:15:02 PM)
- [WebAssebmly][MC] Support .import_name/.import_field asm directives — sbc / detail
- Make it possible control matcher traversal kind with ASTContext — steveire / detail
#5288 (Dec 6, 2019 3:04:59 PM)
#5287 (Dec 6, 2019 2:49:59 PM)
#5286 (Dec 6, 2019 2:35:02 PM)
- wrap an rst file to 80 cols, to cycle bots — thakis / detail
- [ObjC] Make sure that the implicit arguments for direct methods have — Alex Lorenz / detail
#5285 (Dec 6, 2019 2:15:04 PM)
- [TargetLowering] Fix another potential FPE in expandFP_TO_UINT — craig.topper / detail
#5284 (Dec 6, 2019 1:31:29 PM)
- [analyzer] Fix false positive on introspection of a block's internal — Artem Dergachev / detail
#5283 (Dec 6, 2019 1:25:05 PM)
#5282 (Dec 6, 2019 1:15:11 PM)
- Revert "[PGO][PGSO] Instrument the code gen / target passes." — yamauchi / detail
- [clang-tidy] Pass -faligned-allocation on the compiler command line to — Akira / detail
- [X86] Don't setup and teardown memory for a musttail call — rnk / detail
- [WPD] Remove unused parameter (NFC) — tejohnson / detail
#5281 (Dec 6, 2019 12:26:15 PM)
#5280 (Dec 6, 2019 11:46:08 AM)
#5279 (Dec 6, 2019 11:39:40 AM)
#5278 (Dec 6, 2019 11:29:12 AM)
- [libcxx{,abi}] Don't link libpthread and libdl on Fuchsia — phosek / detail
- Revert "[InstCombine] reduce indentation; NFC" — spatel / detail
- Revert "[InstCombine] improve readability; NFC" — spatel / detail
- Revert "[InstCombine] reduce code duplication; NFC" — spatel / detail
- Avoid naming variable after type to fix GCC 5.3 build — rnk / detail
#5277 (Dec 6, 2019 11:10:10 AM)
#5276 (Dec 6, 2019 10:54:27 AM)
- [MBP] Avoid tail duplication if it can't bring benefit — carrot / detail
- Add `QualType::hasAddressSpace`. NFC. — michael.hliao / detail
- [InstCombine] improve readability; NFC — spatel / detail
- [InstCombine] reduce code duplication; NFC — spatel / detail
- [InstCombine] improve readability; NFC — spatel / detail
- [InstCombine] reduce indentation; NFC — spatel / detail
- [OPENMP]Reorganize OpenMP warning groups. — a.bataev / detail
- clang/AMDGPU: Fix default for frame-pointer attribute — arsenm2 / detail
- [PGO][PGSO] Instrument the code gen / target passes. — yamauchi / detail
- [x86] add cost model special-case for insert/extract from element 0 — spatel / detail
#5275 (Dec 6, 2019 9:53:04 AM)
- [ASTImporter] Implicitly declare parameters for imported ObjCMethodDecls — Raphael Isemann / detail
#5274 (Dec 6, 2019 9:48:44 AM)
#5273 (Dec 6, 2019 9:40:04 AM)
#5272 (Dec 6, 2019 9:30:02 AM)
#5271 (Dec 6, 2019 9:25:03 AM)
- Cleanup and speedup NativeRegisterContextLinux_arm64 — omair.javaid / detail
- [NFC][AIX][XCOFF] fixed compile warning on the strncpy. — diggerlin / detail
#5270 (Dec 6, 2019 8:45:01 AM)
#5269 (Dec 6, 2019 8:00:29 AM)
- [libomptarget][nfc] Move three more files to common — jonathanchesterfield / detail
- [libomptarget][nfc] Move cuda threadfence functions behind kmpc_impl — jonathanchesterfield / detail
- [OpenMP] Fix linkage issue on FreeBSD — David CARLIER / detail
- [LegalizeTypes] Add missing case for STRICT_FP_ROUND softening — john.brawn / detail
#5268 (Dec 6, 2019 7:30:01 AM)
- [ARM][MVE] Fix copy-paste error in VQSHL instruction ids. — simon.tatham / detail
#5267 (Dec 6, 2019 7:15:04 AM)
- [OPENMP]Moved warning fo mapping non-trivially copiable types into a — a.bataev / detail
- [AIX][XCOFF] created a test case to verify the raw text section of — diggerlin / detail
#5266 (Dec 6, 2019 6:46:43 AM)
- [AArch64] Fix a bug with jump table generation — cullen.rhodes / detail
#5265 (Dec 6, 2019 6:32:29 AM)
#5263 (Dec 6, 2019 5:55:01 AM)
- Fix building shared libraries broken by 8e48e8e3e32. — a.v.lapshin / detail
#5262 (Dec 6, 2019 4:55:02 AM)
- Attempt to fix a debuginfo test that wasn't as generic as I thought — jmorse+git / detail
#5261 (Dec 6, 2019 4:50:03 AM)
- [clangd] Store index::SymbolKind in HoverInfo — kadircet / detail
- [clangd] Switch Hover.All to structured tests — kadircet / detail
- Fix for PR44000. Optimization record for bytecode input missing. Review — zahira.ammarguellat / detail
#5260 (Dec 6, 2019 4:40:05 AM)
#5257 (Dec 6, 2019 3:30:02 AM)
- [DebugInfo][CGP] Update dbg.values when sinking address computations — jeremy.morse / detail
- [clangd] Try to fix CompileCommandsTests on windows. NFC — sam.mccall / detail
- [llvm-readobj] - Implement --dependent-libraries flag. — grimar / detail
#5256 (Dec 6, 2019 3:15:01 AM)
- [AArch64][SVE] Implement integer compare intrinsics — cullen.rhodes / detail
- [X86] Regenerate test to fix build bot failures — ulrich.weigand / detail
#5255 (Dec 6, 2019 2:50:39 AM)
- [LNT] Python 3 support: Parse HTML as text — thomasp / detail
- [FPEnv][SelectionDAG] Relax chain requirements — ulrich.weigand / detail
- [lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValue — Raphael Isemann / detail
- [clangd] Fix gcc warning about extra ";" [NFC] — mikael.holmen / detail
#5254 (Dec 6, 2019 2:02:51 AM)
#5253 (Dec 6, 2019 1:40:05 AM)
- [LNT] Python 3 support: adapt csv reader open — thomasp / detail
- [LNT] Python 3 support: fix server/ui/statsTester.py test discovery — thomasp / detail
#5252 (Dec 6, 2019 1:30:03 AM)
- [lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo files — pavel / detail
- [lldb][NFC] Remove ability to pass a custom printf format to — Raphael Isemann / detail
#5251 (Dec 6, 2019 1:20:22 AM)
- [lldb/DWARF] Remove DWARFDebugRangesBase abstract class — pavel / detail
- [lldb/IRExecutionUnit] Stop searching based on demangled names — pavel / detail
- [lldb] Migrate VMRange::Dump to raw_ostream — Raphael Isemann / detail
#5250 (Dec 6, 2019 1:15:03 AM)
#5249 (Dec 6, 2019 1:00:06 AM)
- [clangd] (take 2) Try harder to find a plausible `clang` as argv0, — sam.mccall / detail
- gn build: Merge 99768b243cd — llvmgnsyncbot / detail
#5248 (Dec 6, 2019 12:45:05 AM)
- [lldb][NFC] Migrate FileSpec::Dump to raw_ostream — Raphael Isemann / detail
#5247 (Dec 5, 2019 11:45:03 PM)
#5246 (Dec 5, 2019 11:10:02 PM)
- gn build: Merge 9e8c799e2b0 — llvmgnsyncbot / detail
- [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSD — mgorny / detail
#5245 (Dec 5, 2019 11:05:02 PM)
- [Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen — a.v.lapshin / detail
#5244 (Dec 5, 2019 10:45:02 PM)
- [LCSSA] Don't use VH callbacks to invalidate SCEV when creating LCSSA — suc-daniil / detail
#5243 (Dec 5, 2019 9:05:06 PM)
- Fix build of LookupResult.cpp from aeda128 with Visual C++. — douglas.yung / detail
#5242 (Dec 5, 2019 8:25:01 PM)
- [JITLink] Remove the Section::symbols_empty() method. — Lang Hames / detail
- [JITLink] Use Blocks rather than Symbols for SectionRange. — Lang Hames / detail
#5241 (Dec 5, 2019 8:15:03 PM)
#5240 (Dec 5, 2019 7:50:03 PM)
- [ConstantFold][SVE] Skip scalable vectors in — huihuiz / detail
- llvm-reduce: Add a space to an option's --help — George Burgess IV / detail
#5239 (Dec 5, 2019 6:50:07 PM)
#5238 (Dec 5, 2019 6:40:07 PM)
- Tighten up CHECK lines added in a9f10ebffa to work on ARM. — douglas.yung / detail