platform/upstream/llvm.git
2018-08-01 Victor Leschuk[DWARF] Basic support for producing DWARFv5 .debug_addr...
2018-08-01 Zhihao Yuan[libc++] Fix build failures after merging <charconv>
2018-08-01 Hiroshi Inoue[InstSimplify] fold extracting from std::pair (1/2)
2018-08-01 Hsiangkai Wang[DebugInfo] Fix build failed in clang-x86_64-linux...
2018-08-01 Jatin Bhateja[X86] Adding more test patterns for lea-opt (PR37939)
2018-08-01 Petr Hosek[OpenEmbedded] Explicitly specify -rtlib in tests
2018-08-01 Chandler Carruth[x86] Fix a really subtle miscompile due to a somewhat...
2018-08-01 Chandler Carruth[x86/slh] Add unwind info to several tests to make...
2018-08-01 Zhihao Yuan[libc++][C++17] Elementary string conversions for integ...
2018-08-01 Richard SmithWork around GCC miscompile exposed by r338464.
2018-08-01 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_line.
2018-08-01 Amara Emerson[GlobalISel][IRTranslator] Use RPO traversal when visit...
2018-08-01 Louis Dionne[libc++] Remove _LIBCPP_BUILDING_XXX macros, which...
2018-08-01 Artem Dergachev[analyzer] CallEvent: Add helper methods for obtaining...
2018-08-01 Richard SmithSpeculative fix for buildbot failures after r338464.
2018-08-01 Erik PilkingtonFirst half of C++17's splicing maps and sets
2018-08-01 Konstantin... AMDGPU: Add clamp bit to dot builtins
2018-08-01 Konstantin... AMDGPU: Add clamp bit to dot intrinsics
2018-08-01 Eric ChristopherSimplify selectELFSectionForGlobal by pulling out the...
2018-08-01 Eric ChristopherTidy up logic around unique section name creation and...
2018-08-01 Richard SmithAvoid exposing name for range-based for '__range' varia...
2018-08-01 Michael Kruse[JSONExporter] Try to appease buildbot. NFC.
2018-08-01 Eli Friedman[MachineOutliner] Clean up subtarget handling.
2018-08-01 Richard Smith[P0936R0] add [[clang::lifetimebound]] attribute
2018-08-01 Evandro Menezes[PATCH] [SLC] Test simplification of pow() for vector...
2018-08-01 Michael Kruse[Polly-ACC] Fix compilation after r338450. NFC.
2018-08-01 Michael Kruse[JSONExporter] Replace bundled Jsoncpp with llvm/Suppor...
2018-07-31 Eric ChristopherAndroid is an environment and we were comparing the...
2018-07-31 Eric ChristopherTidy up comment.
2018-07-31 Eric ChristopherUse UnknownVendor rather than UnknownArch since they...
2018-07-31 Marshall ClowFinal bit of P0063 - make sure that aligned_alloc is...
2018-07-31 Matt Davis[compiler-rt] Add a routine to specify the mode used...
2018-07-31 Richard Smith[constexpr] Support for constant evaluation of __builti...
2018-07-31 Marshall ClowTest for the presence of a bunch of new macros for...
2018-07-31 Marco Castelluccio[gcov] Add tests using switch, one with break clauses...
2018-07-31 Reid KlecknerRevert r338354 "[ARM] Revert r337821"
2018-07-31 Michael Kruse[CodeGen] Convert IslNodeBuilder::getNumberOfIterations...
2018-07-31 Michael Kruse[CodeGen] Convert IslNodeBuilder::createForSequential...
2018-07-31 Michael Kruse[CodeGen] Convert IslNodeBuilder::getUpperBound to...
2018-07-31 David L. Jones[WebAssembly] Fix debug info tests after r338437.
2018-07-31 Victor Leschuk[DWARF] Support for .debug_addr (consumer)
2018-07-31 Evandro Menezes[SLC] Refactor the simplication of pow() (NFC)
2018-07-31 Rumeet DhindsaAllow oformat to accept format starting with elf as...
2018-07-31 Reid KlecknerRevert r337635 "[Driver] Sanitizer support based on...
2018-07-31 Fangrui Song[llvm-objcopy] Make --strip-debug strip .gdb_index
2018-07-31 George Burgess IVRevert r338431: "Add DebugCounters to DivRemPairs"
2018-07-31 Artem Dergachev[analyzer] Fix eliding the same destructor twice due...
2018-07-31 David L. Jones[lld] Fix test RUN commands so they don't fail when...
2018-07-31 Artem Dergachev[CFG] [analyzer] NFC: Enumerate construction context...
2018-07-31 Richard Smith[serialization] PR34728: Don't assume that only a suffi...
2018-07-31 Wolfgang Pieb[DWARF] Do not create a .debug_ranges section when...
2018-07-31 Artem Dergachev[CFG] [analyzer] Implement function argument constructi...
2018-07-31 Matt ArsenaultAMDGPU: Split amdgcn/r600 fminnum/fmaxnum tests
2018-07-31 Peter CollingbourneELF: Add libcall symbols to the link when LTO is being...
2018-07-31 Reka Kovacs[analyzer] Move InnerPointerChecker out of alpha.
2018-07-31 Alexey Sotkin[OpenCL] Forbid size dependent types used as kernel...
2018-07-31 George Burgess IVAdd DebugCounters to DivRemPairs
2018-07-31 Matt Davis[llvm-mca] Update the help text to reflect "physical...
2018-07-31 Jonas Paulsson[SystemZ] Fix bad assert composition.
2018-07-31 Matt ArsenaultDAG: Correct pointer type used for stack slot
2018-07-31 Alexey Sotkin[OpenCL] Check for invalid kernel arguments in array...
2018-07-31 Artem Dergachev[CFG] [analyzer] Add construction contexts for returnin...
2018-07-31 Artem Dergachev[CFG] [analyzer] Add stubs for constructor and message...
2018-07-31 Wolfgang Pieb[DWARF] Change a test to ensure the creation of a __deb...
2018-07-31 Alexandre Ganea[CodeView] Add coverage test for r338308 (Fixed crash...
2018-07-31 Artem Dergachev[analyzer] Reuse some code in simplifySVal().
2018-07-31 Matt ArsenaultAMDGPU: Break 64-bit arguments into 32-bit pieces
2018-07-31 Artem Dergachev[analyzer] Don't try to simplify mixed Loc/NonLoc expre...
2018-07-31 Marshall Clowimport timespec and timespec_get into namespace std...
2018-07-31 Matt ArsenaultAMDGPU: Split wide vectors of i16/f16 into 32-bit regs...
2018-07-31 Alexandre Ganea[CodeView] Minimal support for S_UNAMESPACE records
2018-07-31 Matt ArsenaultAMDGPU: Scalarize vector argument types to calls
2018-07-31 Matt Davis[llvm-mca][docs] Replace "temporary" with "physical...
2018-07-31 Jonas HahnfeldFix riscv32-toolchain.c with CLANG_DEFAULT_CXX_STDLIB
2018-07-31 Alexey Bataev[OPENMP] Change linkage of offloading symbols to suppor...
2018-07-31 Simon Pilgrim[X86] WriteBSWAP sched classes are reg-reg only.
2018-07-31 Marshall ClowIntroduce a new test macro TEST_HAS_C11_FEATURES which...
2018-07-31 Andrea Di Biagio[llvm-mca][docs] Improve the "How LLVM-MCA works" section.
2018-07-31 Rui UeyamaSimplify. NFC.
2018-07-31 Vlad TsyrklevichRevert "[DebugInfo] Generate DWARF debug information...
2018-07-31 Simon Pilgrim[X86][SSE] Use ISD::MULHU for constant/non-zero ISD...
2018-07-31 Rui UeyamaMake ICF log output order deterministic.
2018-07-31 Mandeep Singh... [COFF, ARM64] Enable SEH for ARM64 Windows
2018-07-31 Simon Pilgrim[llvm-mca][x86] Add 32-bit instruction resource tests
2018-07-31 Zachary TurnerResubmit r338340 "[MS Demangler] Better demangling...
2018-07-31 Craig Topper[X86] Add pattern matching for PMADDUBSW
2018-07-31 Craig Topper[X86] Add test cases that could use PMADDUBSW.
2018-07-31 Francis Visoiu... [X86] Preserve more liveness information in emitStackPr...
2018-07-31 Alexey Bataev[OPENMP] Prevent problems with linking of the static...
2018-07-31 Hsiangkai Wang[DebugInfo] Fix build failed in 'clang-cmake-armv8...
2018-07-31 Jakub Kuderski[Dominators] Make slow walks shorter
2018-07-31 Ewan CrawfordFix InstCombine address space assert
2018-07-31 Andrea Di Biagio[llvm-mca][docs] Always use `llvm-mca` in place of...
2018-07-31 Jonas Toth[clang-tidy] add all clang-tidy modules to plugin
2018-07-31 Sanjay Patel[InstCombine] regenerate checks and add tests for D5003...
2018-07-31 Anastasis Grammenos[DebugInfo][LCSSA] Preserve debug location in lcssa...
2018-07-31 Hsiangkai Wang[DebugInfo] Generate DWARF debug information for labels.
2018-07-31 David BolvanskyRevert Enrich inline messages
2018-07-31 Sanjay Patel[InstCombine] auto-generate checks; NFC
2018-07-31 David BolvanskyEnrich inline messages
next