platform/upstream/llvm.git
2019-10-25 Saleem Abdulrasoolbuild: reindent text (NFC)
2019-10-25 Scott Linder[AMDGPU] Remove update_llc_test_checks for a test
2019-10-25 Sanjay Patel[SLP] adjust code comment; NFC
2019-10-25 Roman Lebedev[APInt] Add saturating left-shift ops
2019-10-25 Roman Lebedev[APInt] Add saturating multiply ops
2019-10-25 Itay Bookstein[CodeGen][SelectionDAG] Fix tiny bug in ExpandIntRes_UA...
2019-10-25 paulhoad[clang-format] [NFC] update the documentation in Format...
2019-10-25 David Tenty[NFC] Rename LLVM_NO_DEAD_STRIP
2019-10-25 AndreyChurbanovOpenMP Tasks dependencies hash re-sizing fixed.
2019-10-25 Luís Marques[RISCV] Add support for half-precision floats
2019-10-25 Kadir Cetinkaya[clangd][NFC] Get rid of raw string literals in macros...
2019-10-25 Petar Avramovic[MIPS GlobalISel] Select MSA vector generic and builtin...
2019-10-25 Haojian Wu[clang-rename] NFC, make getCanonicalSymbolDeclaration...
2019-10-25 Kadir CetinkayaFix compilation error in clangd/refactor/tweaks/ExpandA...
2019-10-25 Simon Tatham[clang] Switch arm-mve-intrinsics tests to use %clang_cc1.
2019-10-25 georgerim[LLD][ELF] - Update test case after yaml2obj change.
2019-10-25 georgerim[yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.
2019-10-25 Kadir Cetinkaya[clangd] Store Index in Tweak::Selection
2019-10-25 Kadir Cetinkaya[clangd] Implement GetEligiblePoints
2019-10-25 LLVM GN Syncbotgn build: Merge 74d39a42f10
2019-10-25 Kadir Cetinkaya[clangd] DefineInline action apply logic with fully...
2019-10-25 Kadir Cetinkaya[clangd] DefineInline action availability checks
2019-10-25 georgerim[obj2yaml] - Better dumping for relocations without...
2019-10-25 georgerim[llvm/Object] - Fix the error message reported for...
2019-10-25 David StenbergFix a variable typo in LiveDebugValues [NFC]
2019-10-25 Simon Atanasyan[docs] Update Mips feature table in CodeGenerator.rst
2019-10-25 Simon TathamFix file-ordering nit in D67161.
2019-10-25 czhengsz[PowerPC] [Peephole] fold frame offset by using index...
2019-10-25 Michał Górny[lldb] [Host/netbsd] Set Arg0 for 'platform process...
2019-10-25 Djordje Todorovic[LiveDebugValues] Small code clean up; NFC
2019-10-25 Tom Stellardgit-llvm: Drop dependency on github module
2019-10-25 Tom Stellardgit-llvm: Push to master branch by default
2019-10-25 LLVM GN Syncbotgn build: Merge ffa214ef228
2019-10-25 LLVM GN Syncbotgn build: Merge d0bd3fc88be
2019-10-25 LLVM GN Syncbotgn build: Merge bb6a27fc257
2019-10-25 Nico Webergn build: (manually) merge 08074cc9
2019-10-25 Michael LiaoFix compilation warning. NFC.
2019-10-25 Michael Liao[hip] Allow the declaration of functions with variadic...
2019-10-25 Craig Topper[X86][GISel] Remove unneeded custom selection code...
2019-10-25 Tom Stellarddocs: Update instructions for requesting commit access
2019-10-25 Philip Reames[SCEV] Expose and use maximum constant exit counts...
2019-10-25 David BlaikieFix Clang -Wcovered-switch-default warning by moving...
2019-10-25 Kai LuoTest commit via git.
2019-10-25 Michael Spencer[clang][DependencyScanning] clang-format.
2019-10-25 Philip Reames[SCEV] Start reworking backedge taken count APIs to...
2019-10-24 Yuanfang Chen[clang][ThinLTO] Promote cc1 -fthin_link_bitcode to...
2019-10-24 Jordan RupprechtRevert "Recommit "[Clang] Pragma vectorize_width()...
2019-10-24 Petr Hosek[CMake] Update Fuchsia build configuration
2019-10-24 Philip Reames[SCEV] Delete unused code from header
2019-10-24 Michael Spencer[clang-scan-deps] Add basic support for modules.
2019-10-24 Jinsong Ji[clang]Fixup clang -Werror,,-Wcovered-switch-default...
2019-10-24 Joerg SonnenbergerAlways flush pending errors in MCAsmParser
2019-10-24 Puyan Lotfi[compiler-rt] cmake: add include(BuiltinTests) to Compi...
2019-10-24 Philip ReamesTest commit access via git
2019-10-24 Richard SmithWhen diagnosing an ambiguity, only note the candidates...
2019-10-24 Jonas Devlieghere[CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeL...
2019-10-24 Jonas Devlieghere[CMake] Move test dependency tracking into test/CMakeLi...
2019-10-24 Jonas Devlieghere[CMake] Don't set LLDB_TEST_* in the top-level CMakeLists
2019-10-24 Jonas Devlieghere[CMake] Remove unused variable LLDB_TEST_CXX_COMPILER
2019-10-24 Evgenii StepanovFix lld detection in standalone compiler-rt.
2019-10-24 Hans WennborgTry harder to fix GCC 5.3 build
2019-10-24 Scott Linder[AMDGPU] Clean up update_llc_test_checks CodeGen tests
2019-10-24 Saar Raz[Concepts] Constraint Enforcement & Diagnostics
2019-10-24 Simon PilgrimFix cppcheck shadow variable warning. NFCI.
2019-10-24 jasonliuFollow up on D69112, fix build break for skipping field...
2019-10-24 David TentyFollow on to Namespace fixup for D68340
2019-10-24 Simon PilgrimFix MSVC "switch statement contains 'default' but no...
2019-10-24 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-10-24 Stephan T.... [www] Change URLs to HTTPS.
2019-10-24 Vedant KumarRevert "Disable exit-on-SIGPIPE in lldb"
2019-10-24 paulhoad[clang-format] update documentation
2019-10-24 Akira Hatanaka[ObjC][ARC] Check whether the return and parameter...
2019-10-24 Craig Topper[GlobalISel][AArch64][AMDGPU][X86] Teach LegalizationAr...
2019-10-24 David TentyNamespace fixup for D68340 build on MSVC
2019-10-24 paulhoad[clang-format] Remove duplciate code from Invalid BOM...
2019-10-24 David Green[ARM] Fixup MVE intrinsic tests with no assert builds
2019-10-24 stevewanAdd AIX toolchain and basic linker functionality
2019-10-24 David Green[ARM] Attempt to fixup MveEmitter warnings
2019-10-24 Fangrui Song[ELF] -r: fix crash when processing a SHT_REL[A] that...
2019-10-24 Michal Gorny[lldb] [Python] Do not attempt to flush() a read-only fd
2019-10-24 paulhoad[clang-format] Remove the dependency on frontend
2019-10-24 Stanislav Mekhanoshin[AMDGPU] Fix mfma scheduling crash
2019-10-24 Hans WennborgSpeculative build fix for GCC 5.3.0
2019-10-24 Jonas Devlieghere[CMake] Split logic across test suite subdirectories...
2019-10-24 Puyan Lotfi[llvm-ifs][NFC] Adds TODO comment for dropping ObjectFi...
2019-10-24 dfukalov[NFC] Remove redundant lines
2019-10-24 Benjamin Kramer[InstCombine] Fold one-use variable into assert
2019-10-24 jasonliu[NFC][XCOFF][AIX] Serialize object file writing for...
2019-10-24 Simon Tatham[InstCombine] Known-bits optimization for ARM MVE VADC.
2019-10-24 Simon Tatham[clang,ARM] Initial ACLE intrinsics for MVE.
2019-10-24 Simon Tatham[clang] New __attribute__((__clang_arm_mve_alias)).
2019-10-24 Simon Tatham[ARM] Add IR intrinsics for MVE VLD[24] and VST[24].
2019-10-24 Simon Tatham[ARM] Add some sample IR MVE intrinsics with C++ isel.
2019-10-24 Simon Tatham[ARM] Begin adding IR intrinsics for MVE instructions.
2019-10-24 Michael Liao[AMDGPU] Skip additional folding on the same operand.
2019-10-24 Michael LiaoFix compilation warning on the trailing whitespace...
2019-10-24 Ilya Biryukov[clangd] Fix case of variables and functions in code...
2019-10-24 Simon Atanasyan[docs] Add Mips as a supported architecture in GettingS...
2019-10-24 Simon Atanasyan[docs] Update link to the MIPS 64-bit ELF object file...
2019-10-24 Petar Avramovic[MIPS GlobalISel] Select MSA vector generic and builtin...
next