platform/upstream/llvm.git
2019-09-12 Michal Gorny[clang] [unittest] Import LLVMTestingSupport if necessary
2019-09-12 Nico Weberlld-link: Fix tests that do not run on macOS after...
2019-09-12 Dmitri GribenkoRemoved some questionable default arguments from setters
2019-09-12 Petar Avramovic[MIPS GlobalISel] Select indirect branch
2019-09-12 Nico Weberlld-link: Make /linkrepro: take a filename, not a direc...
2019-09-12 Petar Avramovic[MIPS GlobalISel] Lower G_DYN_STACKALLOC
2019-09-12 Petar Avramovic[MIPS GlobalISel] Select G_IMPLICIT_DEF
2019-09-12 Jeremy MorseSwitch "windows" to "system-windows" in some XFAILs
2019-09-12 Simon Pilgrim[DAGCombine] visitFDIV - Use isCheaperToUseNegatedFPOps...
2019-09-12 Dmitri GribenkoRemoved dead code from DiagnosticBuilder
2019-09-12 Tim NorthoverAArch64: support arm64_32, an ILP32 slice for watchOS.
2019-09-12 Tim NorthoverCodeGenPrep: add separate hook say when GEPs should...
2019-09-12 Paul Hoad[clang-format] [PR43100] clang-format C# support does...
2019-09-12 Paul Hoad[clang-format] Add new style option IndentGotoLabels
2019-09-12 Roman Lebedev[InstSimplify] simplifyUnsignedRangeCheck(): handle...
2019-09-12 Kai Luo[PowerPC][MCP][NFC] Pre-commit test cases for https...
2019-09-12 Fangrui Song[ELF] Fix a common-page-size typo
2019-09-12 Fangrui Song[ELF] Support -z undefs
2019-09-12 Qiu Chaofan[DAGCombiner] Improve division estimation of floating...
2019-09-12 Heejin Ahn[WebAssembly] Delete duplicate REQUIRES line
2019-09-12 Heejin Ahn[WebAssembly] Make wasm-eh.cpp requires WebAssembly
2019-09-12 David Zarzycki[WebAssembly] Add REQUIRES to test
2019-09-12 Craig Topper[LegalizeTypes] Remove code for softening a float type...
2019-09-12 Heejin Ahn[WebAssembly] Add -fwasm-exceptions for wasm EH
2019-09-12 Yevgeny RoubanMake SwitchInstProfUpdateWrapper strict permanently
2019-09-12 Heejin Ahn[clang-tidy] Fix build with -DBUILD_SHARED_LIB=ON
2019-09-12 Vitaly Buka[compiler-rt] cpplint of inc files in background
2019-09-12 Vitaly Buka[compiler-rt] Remove some cpplint filters
2019-09-12 Vitaly Buka[compiler-rt] Run cpplint only for check-sanitizer
2019-09-12 Vitaly Buka[compiler-rt] Better lint output for .inc files
2019-09-12 Nico Webergn build: Merge r371700
2019-09-12 David BlaikieReapply llvm-reduce: Add pass to reduce parameters""
2019-09-12 Jan Korous[clang-scan-deps] Add dependency targets
2019-09-12 David BlaikiePR43278: llvm-reduce: Use temporary file names (and...
2019-09-11 Craig Topper[X86] Enable -mprefer-vector-width=256 by default for...
2019-09-11 Amara Emerson[AArch64][GlobalISel] Fall back on attempts to allocate...
2019-09-11 Jessica Paquette[GlobalISel][AArch64] Check caller for swifterror param...
2019-09-11 Vitaly Buka[dfsan] Revert dfsan_set_label removal
2019-09-11 Jonas Devlieghere[Reproducer] Move the command loader into the reproduce...
2019-09-11 Jonas Devlieghere[NFC] Reformat SBDebugger before making changes
2019-09-11 Vitaly BukaRemove NOLINTs from compiler-rt
2019-09-11 Jonas Devlieghere[Reproducer] Move GDB Remote Provider into Reproducer...
2019-09-11 Reid Kleckner[TableGen] Skip CRLF conversion when writing output
2019-09-11 Sanjay Patel[InstCombine] rename variable for readability; NFC
2019-09-11 David BlaikieAdd some missing changes to GSYM that was addressing...
2019-09-11 Vitaly BukaFix mac build
2019-09-11 David BlaikiePR43278: Temporarily disable llvm-reduce tests due...
2019-09-11 Reid Kleckner[X86] Fix latent bugs in 32-bit CMPXCHG8B inserter
2019-09-11 Evandro Menezes[ConstantFolding] Refactor math functions to use LLVM...
2019-09-11 Cyndy IshidaRevert [llvm-nm] Add tapi file support
2019-09-11 Vitaly BukaUpdate compiler-rt cpplint.py
2019-09-11 Cyndy IshidaRevert [Object][TextAPI] NFC, fix tapi lit tests
2019-09-11 Craig Topper[X86] Add test case for v16i64->v16i32 truncate on...
2019-09-11 Craig Topper[X86] Move x86_64 fp128 conversion to libcalls from...
2019-09-11 Austin KerbowAMDGPU: Move m0 initializations earlier
2019-09-11 Nico Webergn build: Merge r371661
2019-09-11 Nico Webergn build: Merge r371657
2019-09-11 Vedant Kumar[DWARF] Evaluate DW_OP_entry_value
2019-09-11 Vedant Kumar[Status] Add a LLDB_ERRORF macro for error reporting...
2019-09-11 Vedant Kumar[DWARF] Emit call site parameter info when tuning for...
2019-09-11 Volodymyr SapsaiFix up a test updated in r371655 - require case-insensi...
2019-09-11 Alex Lorenz[clang-scan-deps] cast Result to ErrorOr<unique_ptr...
2019-09-11 Reid KlecknerStart porting ivfsoverlay tests to Windows
2019-09-11 Chris BienemanAll Errors must be checked
2019-09-11 Artem Dergachev[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
2019-09-11 Artem Dergachev[analyzer] NFC: Move resetDiagnosticLocationToMainFile...
2019-09-11 Artem Dergachev[analyzer] NFC: Move getStmt() and createEndOfPath...
2019-09-11 Artem Dergachev[analyzer] NFC: Re-implement stack hints as a side...
2019-09-11 Greg ClaytonAdd a LineTable class to GSYM and test it.
2019-09-11 Alex Lorenz[clang-scan-deps] add skip excluded conditional preproc...
2019-09-11 Volodymyr SapsaiFix -Wnonportable-include-path suppression for header...
2019-09-11 Alex Langford[Plugins/Process] Remove direct use of ClangASTContext...
2019-09-11 Reid Kleckner[llvm-reduce] Fix a bug, improve error handling when...
2019-09-11 Adrian PrantlUpdate link to the DWARF spec.
2019-09-11 Michael Liao[AMDGPU] Fix crash in phi-elimination hook.
2019-09-11 Adrian PrantlUpdate documentation.
2019-09-11 Max Moroz[libFuzzer] Remove hardcoded number of new features...
2019-09-11 David Bolvansky[NFC] Added triple to test file to avoid arm buildbots...
2019-09-11 Matt ArsenaultFix test failures after r371640
2019-09-11 Eli Friedman[ConstantHoisting] Fix non-determinism.
2019-09-11 Pirama Arumuga... [IRMover] Don't map globals if their types are the...
2019-09-11 Reid Kleckner[MS] Consder constexpr globals to be inline, as in...
2019-09-11 Matt ArsenaultLiveIntervals: Split live intervals on multiple dead...
2019-09-11 Zoe CarverConsolidate swap, swap_ranges, and iter_swap in <type_t...
2019-09-11 Louis Dionne[libc++] Add a CMake cache for Apple-specific configura...
2019-09-11 Sergey Dmitriev[Clang][Bundler] Replace std::vector by SmallVector...
2019-09-11 Nico Webergn build: Merge r371635
2019-09-11 Petr HosekReland "clang-misexpect: Profile Guided Validation...
2019-09-11 Florian HahnRevert [InstCombine] Use SimplifyFMulInst to simplify...
2019-09-11 Sergey Dmitriev[Clang][Bundler] Fix for a potential memory leak [NFC]
2019-09-11 Alexey Bataev[OPENMP] Update the diagnosis message for canonical...
2019-09-11 Roman Lebedev[InstSimplify] Pass SimplifyQuery into simplifyUnsigned...
2019-09-11 Roman Lebedev[NFC][InstSimplify] Add extra test for D67411 with...
2019-09-11 Kostya Kortchinsky[scudo][standalone] Android related improvements
2019-09-11 Alexey Bataev[OPENMP]Updated status page, NFC.
2019-09-11 Nico Webergn build: Merge r371562
2019-09-11 Konrad KleineRevert "[LLDB][ELF] Load both, .symtab and .dynsym...
2019-09-11 Konrad KleineRevert "[LLDB][ELF] Fixup for comments in D67390"
2019-09-11 Raphael Isemann[lldb][NFC] Make include directories in Clang expressio...
2019-09-11 Whitney TsangLLVM: Optimization Pass: Remove conflicting attribute...
next