platform/upstream/llvm.git
2020-07-18 Bruno Ricci[clang][NFC] Tests showing the problems with some uses...
2020-07-18 Bruno Ricci[clang] Provide a more specific diagnostic for a mispla...
2020-07-18 peter klausler[flang] Improve output from a STOP statement
2020-07-18 Fangrui Song[gcov][test] Call wait() to make gcov-fork.c reliable
2020-07-18 peter klausler[flang] Insert leading blanks in LOGICAL formatted...
2020-07-18 Artem Dergachev[analyzer] scan-build: Fix silencing multiple core...
2020-07-18 Joseph Huber[OpenMP] Add Additional Function Attribute Information...
2020-07-18 Roman Lebedev[NFC][CVP] processSDiv(): pacify gcc compilers
2020-07-18 Mehdi AminiFix dead link on MLIR website
2020-07-18 Mehdi AminiFix Markdown format for lists in the Standard Dialect...
2020-07-18 Fangrui Song[ELF][test] Update test after DW_EH_PE_sdata4/DW_EH_PE_...
2020-07-18 Anders Waldenborg[clang-format] Make sure rst documentation matches...
2020-07-18 Fangrui Song[DebugInfo] Respect relocations when decoding DW_EH_PE_...
2020-07-18 Florian Hahn[PredicateInfo] Fold PredicateWithCondition into Predic...
2020-07-18 Roman Lebedev[CVP] Soften SDiv into a UDiv as long as we know domain...
2020-07-18 Roman Lebedev[NFC][CVP] Rename predicates - s/positive/non negative...
2020-07-18 Roman Lebedev[NFC][CVP] Refactor isPositive() out of hasPositiveOper...
2020-07-18 Roman Lebedev[NFC][CVP] Add tests for possible sdiv->udiv where...
2020-07-18 Matt ArsenaultAMDGPU/GlobalISel: Address some test fixmes that don...
2020-07-18 Matt ArsenaultAMDGPU/GlobalISel: Fix test copy paste error
2020-07-18 David Green[LV] Add additional InLoop redution tests. NFC
2020-07-18 Evgeny Leviant[CodeGen][TargetPassConfig] Add TargetTransformInfo...
2020-07-18 Vitaly Buka[sanitizer] Disable test on incompatible platforms
2020-07-18 Yash Jain[MLIR] Add lowering for affine.parallel to scf.parallel
2020-07-18 Fangrui Song[RelocationResolver] Support R_AARCH64_PREL32
2020-07-18 Fangrui Song[RelocationResolver] Support R_PPC_REL32 & R_PPC64_REL...
2020-07-18 Gui Andrade[MSAN tests] Require android for sigandorset.cpp
2020-07-18 Gui AndradeRevert "update libatomic instrumentation"
2020-07-18 Gui Andradeupdate libatomic instrumentation
2020-07-18 Gui Andrade[LLVM] Add libatomic load/store functions to TargetLibr...
2020-07-18 Gui Andradesanitizers: Implement sig{and,or}set interceptors
2020-07-18 Chen Zheng[PowerPC]add testcase for adding store (load float...
2020-07-18 Chen Zheng[SCEV][IndVarSimplify] insert point should not be block...
2020-07-18 Joel E. Denny[OpenMP] Fix map clause for unused var: don't ignore it
2020-07-18 Vitaly BukaCorrected __libfuzzer_is_present symbol inclusion for...
2020-07-18 Arthur Eubanks[NewPM][ASan] Make ASan tests work under NPM
2020-07-18 Lang Hames[llvm-jitlink] Add suppport for testing GOT entries...
2020-07-18 Kuba Mracek[asan] Use dynamic shadow memory position on Apple...
2020-07-18 Logan Smith[clang][NFC] Add a missing 'override'
2020-07-18 Logan Smith[llvm][NFC] Add missing 'override's
2020-07-18 Logan Smith[llvm][NFC] Add missing 'override's in unittests/
2020-07-18 Vitaly Buka[sanitizer] Another attempt to fix protoent test
2020-07-18 peter klausler[flang] Prevent bogus runtime I/O error message
2020-07-18 peter klausler[flang] Treat tabs like spaces in formatted input.
2020-07-18 peter klausler[flang] Support <name>=<integer> syntax in compiler...
2020-07-17 Arthur EubanksRevert "[PGO][PGSO] Add profile guided size optimizatio...
2020-07-17 Michele Scandale[CMake] Make `intrinsics_gen` dependency unconditional.
2020-07-17 Aditya Nandakumar[GISel: Add support for CSEing SrcOps which are immediates
2020-07-17 Leonard ChanRevert "[AddressSanitizer] Don't use weak linkage for...
2020-07-17 peter klausler[flang] Allow ! and // comments after some preprocessin...
2020-07-17 AndreyChurbanov[OpenMP] libomp cleanup: check presence of hwloc object...
2020-07-17 Michael Spencer[clangd] Fix the build with clang <3.9.
2020-07-17 Eric ChristopherTemporarily Revert "[OpenMP] Add Additional Function...
2020-07-17 Eric ChristopherTemporarily Revert "[InlineAdvisor] New inliner advisor...
2020-07-17 Joseph Huber[OpenMP] Add Additional Function Attribute Information...
2020-07-17 Teresa Johnson[compiler-rt][asan][hwasan] Fix Fuchsia build
2020-07-17 peter klausler[flang] Rework read/write permission management for...
2020-07-17 Sjoerd MeijerRemove clang matrix lowering test for now as it is...
2020-07-17 Wenlei He[InlineAdvisor] New inliner advisor to replay inlining...
2020-07-17 Xiangling Liao[AIX] report_fatal_error on `-fregister_global_dtors_wi...
2020-07-17 Mitch Phillips[GWP-ASan] Split the unwinder into segv/non-segv.
2020-07-17 Xinan Jiang[InstCombine] Fix typo in comment.
2020-07-17 Roman Lebedev[InstCombine] Fold X sdiv (-1 << C) -> -(X u>> Y)...
2020-07-17 Roman Lebedev[NFC][InstCombine] Add some tests with sdiv-by-negative...
2020-07-17 peter klausler[flang] Add entry points for internal scalar list-direc...
2020-07-17 Michael Spencer[Clang] Fix building with Clang < 3.9.
2020-07-17 Siva Chandra... [libc][NFC] Use RemoveCVType to implement IsIntegral...
2020-07-17 Stella LaurenzoPass -rtlib=libgcc in tests conditioned on the default.
2020-07-17 David Blaikie[llvm] Add contains(KeyType) -> bool methods to StringSet
2020-07-17 David Blaikie[llvm] Add contains(KeyType) -> bool methods to SparseSet
2020-07-17 David Blaikie[llvm] Add contains(KeyType) -> bool methods to SmallSet
2020-07-17 David Blaikie[llvm] Add contains(KeyType) -> bool methods to SmallPtrSet
2020-07-17 David Blaikie[llvm] Add contains(KeyType) -> bool methods to SetVector
2020-07-17 David Blaikie[llvm] Add contains(KeyType) -> bool methods to DenseSet
2020-07-17 AndreyChurbanov[OpenMP] libomp: add itt notifications for teams constr...
2020-07-17 Stanislav MekhanoshinFixed warning about signed/unsigned comparison
2020-07-17 Jonas Devlieghere[lldb] Unify sleep and time outs in GDB remote testcases
2020-07-17 George RokosAdded missing API call to OpenMP test
2020-07-17 Nicolas Vasilache[mlir][Vector] Fix masking logic in VectorToSCF
2020-07-17 Dmitry Preobrazhensky[AMDGPU] Removed s_mov_regrd and mov_fed opcodes
2020-07-17 Aleksandr Platonov[clang][Tooling] Try to avoid file system access if...
2020-07-17 Yonghong SongBPF: generate .rodata BTF datasec for certain initializ...
2020-07-17 Adrian McCarthyWith MSVC, file needs to be compiled with /BIGOBJ
2020-07-17 Fangrui Song[OptTable] Support grouped short options
2020-07-17 Nico Weber[gn build] Run `git ls-files '*.gn' '*.gni' | xargs...
2020-07-17 Nikita Popov[IR] Fix MSVC warning (NFC)
2020-07-17 Nico Weber[gn build] (manually) merge 6c43ed608
2020-07-17 Pierre Oechsel[mlir] [vector] Add an optional filter to vector contra...
2020-07-17 Nico Weber[gn build] Make sync_source_lists_from_cmake handle...
2020-07-17 Sanjay Patel[InstSimplify] add tests for fcmp with infinity; NFC
2020-07-17 Matt ArsenaultAMDGPU: Fix promoting f16 fpowi with legal f16
2020-07-17 Nico Weber[gn format] (manually) merge 6bddd099ac
2020-07-17 Nicolas Vasilache[mlir][EDSC] Allow conditionBuilder to capture the...
2020-07-17 Sameer AroraIntroducing llvm-libtool-darwin
2020-07-17 LLVM GN Syncbot[gn build] Port 6bddd099ac1
2020-07-17 Clement CourbetRevert "[llvm-exegesis] Add benchmark latency option...
2020-07-17 Sjoerd Meijer[ARM][MVE] Reorg of the LV tail-folding tests
2020-07-17 Florian Hahn[Matrix] Only run matrix lowering early with -O0.
2020-07-17 LLVM GN Syncbot[gn build] Port c7562e77b3a
2020-07-17 Saiyedul Islam[OpenMP][NFC] Generalize CGOpenMPRuntimeNVPTX as CGOpen...
next