platform/upstream/llvm.git
2020-09-07 Jay Foad[KnownBits] Implement accurate unsigned and signed...
2020-09-07 Kristina Bessonova[cmake] Fix build of attribute plugin example on Windows
2020-09-07 Raul Tambre[CMake][TableGen] Remove dead CMake version checks
2020-09-07 Raul Tambre[CMake][OpenMP] Remove old dead CMake code
2020-09-07 Raul Tambre[CMake][Polly] Remove dead CMake code
2020-09-07 Raul Tambre[CMake][TableGen] Simplify code by using list(TRANSFORM)
2020-09-07 Tomas Rix[scan-view] Explicitly use utf-8 in send_string
2020-09-07 Brad Smith[Sparc] Select the UltraSPARC instruction set with...
2020-09-07 Stella LaurenzoExtend PyConcreteType to support intermediate base...
2020-09-07 Muhammad Omair... Move NativeRegisterContextLinux/RegisterContextPOSIX...
2020-09-07 dongAxisWhen dumping results of StackLifetime, it will print...
2020-09-07 Muhammad Omair... Move targetHasSVE function to lldbtest.py
2020-09-07 Zi Xuan Wu[ELF] Add a new e_machine value EM_CSKY and add some...
2020-09-07 Chen Zheng[machinesink] add testcase for more sinking - NFC
2020-09-06 Thomas Lively[WebAssembly] Fix incorrect assumption of simple value...
2020-09-06 Amy Kwan[PowerPC] Implement Vector Expand Mask builtins in...
2020-09-06 Fangrui Song[asan_symbolize] Pass --demangle/--no-demangle instead...
2020-09-06 Nikita Popov[ValueTracking] Avoid known bits fallback for non-zero...
2020-09-06 Brad Smith[compiler-rt] Implement __clear_cache() on OpenBSD/arm
2020-09-06 Florian Hahn[DSE,MemorySSA] Add a few additional debug messages.
2020-09-06 zhanghb97[mlir] Add Shaped Type, Tensor Type and MemRef Type...
2020-09-06 Aaron PuchertThread safety analysis: Improve documentation for scope...
2020-09-06 Aaron PuchertThread safety analysis: Test and document release_gener...
2020-09-06 Benjamin Kramer[SmallVector] Move error handling out of line
2020-09-06 Simon Pilgrim[X86][AVX] lowerShuffleWithPERMV - adjust binary shuffl...
2020-09-06 David Green[ARM] Remove -O3 from mve intrinsic tests. NFC
2020-09-06 David Green[ARM] Regenerate tests. NFC
2020-09-06 Benjamin KramerAdd proper move ctor/move assign to APValue. NFCI.
2020-09-06 Nikita Popov[InstSimplify] Fold degenerate abs of abs form
2020-09-06 Vitaly Buka[Asan] Cleanup atomic usage in allocator
2020-09-06 Vitaly BukaRevert "[Asan] Cleanup atomic usage in allocator"
2020-09-06 Amara Emerson[GlobalISel] Disable the indexed loads combine complete...
2020-09-06 Vitaly Buka[Asan] Cleanup atomic usage in allocator
2020-09-06 Vitaly Buka[NFC][Asan] Fix clang-tidy warning
2020-09-06 Vitaly Buka[NFC][Asan] Move free_tid from ChunkHeader
2020-09-06 vnalamot[AMDGPU] Remove the dead spill slots while spilling...
2020-09-05 Krzysztof Parzyszek[Hexagon] Add assertions about V6_pred_scalar2
2020-09-05 Krzysztof Parzyszek[Hexagon] When widening truncate result, also widen...
2020-09-05 Krzysztof Parzyszek[Hexagon] Resize the mem operand when widening loads...
2020-09-05 Vitaly Buka[NFC][Asan] Reformat some allocator code
2020-09-05 Vitaly Buka[NFC][Asan] Inline enum doc strings
2020-09-05 Vitaly Buka[NFC][Asan] Rename internal enum value.
2020-09-05 Vitaly Buka[NFC][compiler-rt] Refine .clang-tidy checks
2020-09-05 Krzysztof Parzyszek[Hexagon] Handle widening of vector truncate
2020-09-05 Nikita Popov[InstSimplify] Add tests for a peculiar abs of abs...
2020-09-05 Florian Hahn[LangRef] Adjust guarantee for llvm.memcpy to also...
2020-09-05 Lawrence D... scan-build-py: fix multiprocessing error
2020-09-05 Jessica Clarke[ELF] Handle SHT_RISCV_ATTRIBUTES similarly to SHT_ARM_...
2020-09-05 Aaron PuchertAttempt to fix Sphinx build failure, NFC
2020-09-05 Aaron PuchertRestore size of TemplateParameterList after D44352
2020-09-05 Nikita Popov[InstCombine] Add tests for known negative abs intrinsi...
2020-09-05 Aaron PuchertThread safety analysis: ValueDecl in Project is non...
2020-09-05 Aaron PuchertThread safety analysis: Consider global variables in...
2020-09-05 Nikita Popov[SCEV] Recognize min/max intrinsics
2020-09-05 Nikita Popov[InstCombine] Fold abs with dominating condition
2020-09-05 Nikita Popov[InstSimplify] Fold min/max based on dominating condition
2020-09-05 Nikita Popov[InstCombine] Fold abs intrinsic eq zero
2020-09-05 Nikita Popov[InstCombine] Add tests for abs intrinsic eq zero ...
2020-09-05 Uday Bondhugula[MLIR] Remove unused arg from affine tiling validity...
2020-09-05 Aaron PuchertSet InvalidDecl directly when deserializing a Decl
2020-09-05 Aaron PuchertThread safety analysis: Document how try-acquire is...
2020-09-05 Nikita Popov[InstCombine] Fold mul of abs intrinsic
2020-09-05 Nikita Popov[InstCombine] Add tests for mul of abs intrinsic (NFC)
2020-09-05 Nikita Popov[InstCombine] Fold cttz of abs intrinsic
2020-09-05 Nikita Popov[InstCombine] Add tests for cttz of abs intrinsic ...
2020-09-05 Nikita Popov[InstCombine] Test abs with dominating condition (NFC)
2020-09-05 Jonas Paulsson[SelectionDAG] Always intersect SDNode flags during...
2020-09-05 Nikita Popov[SCCP] Add tests for intrinsic ranges (NFC)
2020-09-05 serge-sans... Fix return status of SimplifyCFG
2020-09-05 Qiu Chaofan[PowerPC] Expand constrained ppc_fp128 to i32 conversion
2020-09-05 Nemanja Ivanovic[PowerPC] Provide vec_cmpne on pre-Power9 architectures...
2020-09-04 Fangrui Song[compiler-rt] Add .clang-tidy with customization to...
2020-09-04 Daniel Sanders[compiler-rt] Try again to correct test after 3f1a9b7ec...
2020-09-04 Krzysztof Parzyszek[Hexagon] Unindent everything in HexagonISelLowering...
2020-09-04 Pengxuan Zheng[Driver] Allow -specs and -nostartfiles to be forwarded...
2020-09-04 Jan Korous[libclang] Add missing dependency on clangRewrite lib
2020-09-04 Nikita Popov[InstSimplify] Add tests for min/max with dominating...
2020-09-04 LLVM GN Syncbot[gn build] Port 69e5abb57b7
2020-09-04 Jan Korous[libclang] Add CXRewriter to libclang API
2020-09-04 Craig Topper[X86] Prevent shuffle combining from creating an identi...
2020-09-04 Sanjay Patel[InstCombine] rename tmp values to avoid scripted FileC...
2020-09-04 Sanjay Patel[InstCombine] add test for assume in block with unreach...
2020-09-04 Nikita Popov[BDCE] Add tests for min/max intrinsincs (NFC)
2020-09-04 Jan Korous[libclang] Expose couple more AST details via cursors
2020-09-04 Fangrui Song[LiveDebugVariables] Delete unneeded doInitialization
2020-09-04 Lang Hames[ORC] Fix some bugs in TPCDynamicLibrarySearchGenerator...
2020-09-04 Nikita Popov[SCEV] Add tests for min/max intrinsics (NFC)
2020-09-04 Steven Wu[ThinLTO][Legacy] Fix StringRef assertion from ThinLTO...
2020-09-04 Daniel Sanders[compiler-rt] Try to correct test after 3f1a9b7eca0...
2020-09-04 Nemanja Ivanovic[PowerPC] Allow const pointers for load builtins in...
2020-09-04 Florian Hahn[DSE,MemorySSA] Check for throwing instrs between killi...
2020-09-04 Akira HatanakaFix the type of the invoke function in the block ABI...
2020-09-04 Daniel Sanders[lld] Test corrections after 3f1a9b7eca0 added segment...
2020-09-04 Hubert Tong[tests][libFuzzer] Fix `-Wmissing-field-initializers...
2020-09-04 Daniel Sanders[objdump][macho] Emit segment names along with section...
2020-09-04 Florian Hahn[DSE,MemorySSA] Remove some duplicated test functions.
2020-09-04 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Add POSIX time...
2020-09-04 Jan Korous[libclang] Add translateCXRangeToCharRange conversion
2020-09-04 Wei Wang[OpenMPOpt] Assume indirect call always changes ICV
2020-09-04 Teresa Johnson[HeapProf] Address post-review comments in instrumentat...
next