platform/upstream/llvm.git
2020-07-19 Bruno Ricci[clang] Fix the warning for a non-void consteval functi...
2020-07-19 Bruno Ricci[clang] Disable a few formatting options for test/
2020-07-19 Wenlei HeRevert "[InlineAdvisor] New inliner advisor to replay...
2020-07-19 Wenlei He[InlineAdvisor] New inliner advisor to replay inlining...
2020-07-19 Aaron BallmanSilence a "logical operation on address of string const...
2020-07-19 Aaron BallmanRevert 7dfff42f019583076c55993d30a63889613922dd as...
2020-07-19 Aaron BallmanSilencing some 'logical operation on address of string...
2020-07-19 Sanjay Patel[x86] split FMA with fast-math-flags to avoid libcall
2020-07-19 Roman LebedevReland "[InstCombine] Lower infinite combine loop detec...
2020-07-19 Nikita Popov[PredicateInfo] Add a method to interpret predicate...
2020-07-19 Roman Lebedev[NFCI][GVN] Make IsValueFullyAvailableInBlock() readabl...
2020-07-19 Sanjay Patel[InstSimplify] fold fcmp with infinity constant using...
2020-07-19 Nikita Popov[InstCombine] Fix store merge worklist management ...
2020-07-19 David Green[ARM] Don't mark vctp as having sideeffects
2020-07-19 Fangrui Song[llvm-cov gcov] Don't require NUL terminator when readi...
2020-07-19 Kang Zhang[PowerPC] Remove the redundant implicit operands in...
2020-07-19 Yuanfang Chen[NewPM] Allow passes to never be skipped
2020-07-19 Yuanfang Chen[NewPM] make parsePassPipeline parse adaptor-wrapped...
2020-07-19 Fangrui Song[Driver] --print-search-dirs: print -B options and...
2020-07-19 Fangrui Song[Driver] -B: don't search for target triple prefixes
2020-07-18 Mehdi AminiFix invalid link in the MLIR Standard Dialect www page...
2020-07-18 Fangrui Song[gcov] Add __gcov_dump/__gcov_reset and delete __gcov_flush
2020-07-18 Fangrui Song[gcov][test] Simplify instrprof-dlopen-dlclose-gcov...
2020-07-18 Nikita Popov[InstCombine] Add test for PR46680 (NFC)
2020-07-18 Bruno Ricci[clang][NFC] Tests showing the problems with some uses...
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...
next