platform/upstream/llvm.git
2016-12-10 Dylan McKay[AVR] Fix a bunch of incorrect assertion messages
2016-12-10 Kostya Serebryany[libFuzzer] test cleanup (3)
2016-12-10 Kostya Serebryany[libFuzzer] test cleanup (2)
2016-12-10 Kostya Serebryany[libFuzzer] test cleanup
2016-12-10 Kostya Serebryany[libFuzzer] switch all libFuzzer tests to use -fsanitiz...
2016-12-10 Kostya Serebryany[libFuzzer] use __sanitizer_get_module_and_offset_for_p...
2016-12-10 Devin Coughlin[analyzer] Improve VirtualCallChecker diagnostics and...
2016-12-10 Vedant Kumar[clang-format] Another attempt at python 3 compatibility
2016-12-10 Matt ArsenaultAMDGPU: Fix AMDGPUPromoteAlloca breaking addrspacecasts
2016-12-10 Matt ArsenaultAMDGPU: Fix handling of 16-bit immediates
2016-12-10 Rui UeyamaRename find(SymbolVersion) to avoid overloading with...
2016-12-10 Matt ArsenaultAMDGPU: Fix vintrp disassembly
2016-12-10 Matt ArsenaultAMDGPU: Change vintrp printing to better match sc
2016-12-09 Vedant Kumar[ubsan] Treat ObjC's BOOL as if its range is always...
2016-12-09 Peter CollingbourneCOFF: Fix test failure on Windows.
2016-12-09 Paul RobinsonBigger-hammer REQUIRES to fix Windows bot.
2016-12-09 Artem Belevich[CUDA,Driver] Added --no-cuda-gpu-arch= option.
2016-12-09 Richard Smith[c++17] P0490R0, NB comment FI 20: allow direct-initial...
2016-12-09 Simon PilgrimFix unused variable warnings. NFCI.
2016-12-09 Rafael EspindolaFix a bogus warning.
2016-12-09 Stephan T.... [libcxx] [test] Fix string_view tests.
2016-12-09 Eugene Zelenko[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
2016-12-09 Paul RobinsonSpeculative REQUIRES to fix Windows bot.
2016-12-09 Peter CollingbourneCOFF: New symbol table design.
2016-12-09 Simon Pilgrim[X86] Regenerate test
2016-12-09 Meador Inge[ELF] Fix test case thinko from r289152
2016-12-09 Rafael EspindolaAdd support for R_X86_64_GOT64.
2016-12-09 Graydon Hoare[modules] Add optional out-param to ASTReader::ReadAST...
2016-12-09 Reid KlecknerRemove special error recovery for ::(id)
2016-12-09 Matt ArsenaultAMDGPU: Cleanup checks in sext_inreg test
2016-12-09 Hans WennborgCOFF: Support both /lldmap and /lldmap:<file>
2016-12-09 Peter CollingbourneCOFF: Move a call to toString() out of the hot path.
2016-12-09 Adrian PrantlFix LLVM's use of DW_OP_bit_piece in DWARF expressions.
2016-12-09 Matthias BraunAdd README describing the intention of test/CodeGen/MIR
2016-12-09 Stephan T.... [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSER...
2016-12-09 Marek OlsakAMDGPU/SI: Remove XNACK feature from CI
2016-12-09 Marek OlsakAMDGPU/SI: Don't reserve XNACK when it's disabled
2016-12-09 Marek OlsakAMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets...
2016-12-09 Marek OlsakAMDGPU/SI: Allow using SGPRs 96-101 on VI
2016-12-09 Reid KlecknerImprove error message when referencing a non-tag type...
2016-12-09 Richard SmithAdd tests for a couple more DRs.
2016-12-09 Reid KlecknerRemove /Zc:sizedDealloc- from the MSVC build
2016-12-09 Paul Robinson[DWARF] Suppress .loc directives from CFI instructions
2016-12-09 Richard Smithcxx_dr_status: update to latest issue list and add...
2016-12-09 Matthias BraunMove .mir tests to appropriate directories
2016-12-09 Renato Golin[DFSAN] Another unstable test in AArch64 breaking bots...
2016-12-09 Yaxun LiuAdd support for non-zero null pointer for C and OpenCL
2016-12-09 Rui UeyamaRemove `REQUIRES: shell` hack to workaround an echo...
2016-12-09 Richard SmithDR1295 and cleanup for P0135R1: Make our initialization...
2016-12-09 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for x86 intrinsics...
2016-12-09 Matt ArsenaultAMDGPU: Fix isTypeDesirableForOp for i16
2016-12-09 Reid KlecknerRelax IRgen check in decl-in-prototype.c to match signe...
2016-12-09 Greg ClaytonFix i386 being able to show member variables correctly...
2016-12-09 Simon Pilgrim[SelectionDAG] Add knownbits support for EXTRACT_VECTOR...
2016-12-09 Matt ArsenaultAMDGPU: Fix i128 mul
2016-12-09 Matt ArsenaultAMDGPU: Allow TBA, TMA, TTMP* registers with SMEM instr...
2016-12-09 Matt ArsenaultAMDGPU: Clean up instruction bits
2016-12-09 Nico WeberDon't assert when redefining a built-in macro in a...
2016-12-09 Sean Fertile[PPC] Add intrinsics for vector extract word and vector...
2016-12-09 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-12-09 Rafael EspindolaFix parsing when one extern follows another.
2016-12-09 Greg ClaytonFix buildbots that are failing due to this test by...
2016-12-09 Greg ClaytonRename multiple target test so it is unique.
2016-12-09 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2016-12-09 Simon PilgrimUse SelectionDAG.getSplatBuildVector helper. NFCI.
2016-12-09 Tom StellardAMDGPU/SI: Don't mark VINTRP instructions as mayLoad
2016-12-09 Simon Pilgrim[SelectionDAG] Use SelectionDAG.getBuildVector helper...
2016-12-09 Rafael EspindolaDon't crash on an extra symbol in a version script.
2016-12-09 Sanjoy Das[SCEVExpander] Remove \brief, reflow comments; NFC
2016-12-09 Sanjoy Das[SCEVExpander] Use llvm data structures; NFC
2016-12-09 Simon Pilgrim[SelectionDAG] Add additional checks to CONCAT_VECTORS...
2016-12-09 Vassil VassilevDocument and publish the useful module-file-info flag.
2016-12-09 Rafael EspindolaGive preempting symbols precedence over linker script.
2016-12-09 Nitesh Jain[LLDB][MIPS] Fix TestWatchpointIter failure
2016-12-09 Nitesh Jain[LLDB][MIPS] Fix TestMultipleHits for MIPS
2016-12-09 Nitesh Jain[LLDB][MIPS] Fix some test case failures due to elf_abi...
2016-12-09 Benjamin KramerPlug another leak in the DWARF unittests, DIEInlineStri...
2016-12-09 Benjamin KramerFix memory leak in unit test.
2016-12-09 Eric FiselierUpdate doc version to 4.0
2016-12-09 Eric Fiselier[NFC] Change whitespace to force docs rebuild
2016-12-09 Eric FiselierFix missing const on set::count. Patch from Andrey...
2016-12-09 Eric Liu[clang-format] calculate MaxInsertOffset in the origina...
2016-12-09 NAKAMURA Takumillvm/test/Object/archive-thin-create.test: Make sure...
2016-12-09 Dylan McKay[AVR] Remove a set of redundant tests
2016-12-09 Simon Pilgrim[SelectionDAG] Add partial BITCAST support to computeKn...
2016-12-09 Pavel LabathFix TestMultipleTargets for on x86_64 architectures
2016-12-09 Peter Smith[ELF][I386] .got.plt entries for i386 should use VA...
2016-12-09 Eric FiselierRefactor uses_allocator test types for upcoming fixes
2016-12-09 Malcolm ParsonsUpdate Doxygen comment in StringSaver (NFC)
2016-12-09 Eric FiselierPut C++ ABI headers in a special build directory instea...
2016-12-09 Daniel JasperRevert "[SelectionDAG] Add knownbits support for EXTRAC...
2016-12-09 Craig Topper[X86] Modify patterns from memory form of RCP/RSQRT...
2016-12-09 Dylan McKay[AVR] Use a more appropriate integer type for wide...
2016-12-09 Dylan McKay[AVR] Add tests for a large number of pseudo instructions
2016-12-09 Craig Topper[AVX-512] Correctly preserve the passthru semantics...
2016-12-09 Matt ArsenaultAMDGPU: Select i16 instructions to VOP3 forms
2016-12-09 Zachary TurnerRemove some more uses of Args::GetArgumentAtIndex.
2016-12-09 Peter CollingbourneRe-commit r289184, "Support: Use a 64-bit seek in raw_f...
2016-12-09 Craig Topper[X86] Add masked versions of VPERMT2* and VPERMI2*...
next