platform/upstream/llvm.git
2022-03-05 AndreyChurbanov[OpenMP] libomp: omp_in_explicit_task() implemented.
2022-03-05 David Green[AArch64] Some tests to show reconstructing truncates...
2022-03-05 Benjamin KramerDrop iostream include, which is forbidden in LLVM
2022-03-05 Nikolas Klauser[libc++] Granularize <utility> includes
2022-03-05 Benjamin Kramer[OpenCL] Turn global vector into static array. NFCI.
2022-03-05 mydeveloperday[clang-format] QualifierOrder does not reorder template...
2022-03-05 Nikolas Klauser[libc++] Don't warn that coroutines aren't supported...
2022-03-05 Karl Meakin[AArch64] fix i128-math.ll
2022-03-05 Karl Meakin[AArch64] Add test for i128 overflow/saturation ops...
2022-03-05 Benjamin Kramer[clang-format] Turn global COperatorsFollowingVar vecto...
2022-03-05 Sanjay Patel[SDAG] fold bitwise logic with shifted operands
2022-03-05 Sanjay Patel[AArch64][x86] add tests for bitwise logic + shifts...
2022-03-05 kamenokonokotan[WebAssembly] Update WebAssemblyAsmTypeCheck for table.get
2022-03-05 Zakk Chen[RISCV] Fix incorrect codegen introduced by D119688.
2022-03-05 Zakk Chen[RISCV][NFC] Precommit test cases for D120963.
2022-03-05 Corentin Jabot[NFC][Clang] Fix a couple of typos
2022-03-05 Craig Topper[RISCV] Add CMOV isel pattern for (select (setgt X...
2022-03-05 Shoaib Meenai[cmake] Pass /winsysroot explicitly
2022-03-05 Petr Hosek[llvm-cov] New parameters to set coverage coverage_wate...
2022-03-05 Shao-Ce SUN[RISCV] Support k-ext clang intrinsics
2022-03-05 Arthur EubanksRevert "[polly] Fix regression test after D110620."
2022-03-05 Arthur O'Dwyer[libc++] Add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy...
2022-03-05 Arthur O'Dwyer[libc++] [NFC] Formatting preliminary to D120135 (std...
2022-03-05 Arthur O'Dwyer[libc++] ADL-proof calls to __quoted and noskipws.
2022-03-05 Arthur EubanksRevert "[SCEV] Infer ranges for SCC consisting of cycle...
2022-03-05 Fangrui SongReland D119909 [ELF] Parallelize initializeLocalSymbols
2022-03-05 Fangrui Song[ELF] Move addWrappedSymbols before postParseObjectFile
2022-03-05 Thomas Lively[WebAssembly] Update Preprocessor/init.c test after...
2022-03-05 Craig Topper[RISCV] Move vslide1up/down intrinsics into lowerVector...
2022-03-05 Vladimir Vereschaka[CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_...
2022-03-05 Craig Topper[RISCV] Merge more rv32/rv64 vector intrinsic tests...
2022-03-05 Med Ismail... [lldb/Test] Fix test_launch_scripted_process_stack_fram...
2022-03-05 Thomas Lively[WebAssembly] Check bulk-memory when adjusting lang...
2022-03-05 Zequan Wu[clang-format] fix namepsace format when the name is...
2022-03-04 Andrew Browne[Docs] List __has_feature(dataflow_sanitizer) in Langua...
2022-03-04 Kevin Athey[MSAN] extend ioctl interceptor to support BLKSSZGET
2022-03-04 River Riddle[mlir][Pass] Add support for an InterfacePass and pass...
2022-03-04 Jorge Gorbe... Revert "[ELF] Parallelize initializeLocalSymbols"
2022-03-04 Med Ismail... [lldb/Test] Disable test_scripted_process_and_scripted_...
2022-03-04 Martin Storsjö[libcxx] Fix the ctype `is` (pointer version) function...
2022-03-04 Arthur O'Dwyer[libc++] [LWG3656] Update the return type of std::bit_w...
2022-03-04 Aart Bik[mlir][sparse] fix mlir-window build breakage
2022-03-04 Tanya LattnerUpdate references to the mailing list to reference...
2022-03-04 Mogball[mlir] RegionBranchOpInterface should be verifyWithRegions
2022-03-04 Roman LebedevRevert "Reland [SROA] Maintain shadow/backing alloca...
2022-03-04 Mogball[mlir][ods] Save the Enum info in EnumAttr
2022-03-04 Mogball[mlir] NFC fix missing dependency on Async
2022-03-04 Saleem AbdulrasoolObjectFile: add a case for `EM_RISCV`
2022-03-04 Stella LaurenzoReapply "[cmake] Prefix gtest and gtest_main with ...
2022-03-04 Med Ismail... revert "[lldb/Host] Fix crash in FileSystem::IsLocal"
2022-03-04 Med Ismail... [lldb/Plugins] Add ability to load modules to Scripted...
2022-03-04 Med Ismail... [lldb/Plugin] Use static ScriptedInterface::ErrorWithMe...
2022-03-04 Med Ismail... [lldb/test] Re-enable TestEvents.py on Darwin and fix...
2022-03-04 Yaxun (Sam... Fix test failure in openmp-offload.c
2022-03-04 Richard Howell[llvm] add -r functionality to llvm-bitcode-strip
2022-03-04 Augie FacklerOpenMP: add allocsize(0) attribute to __kmpc_alloc_shared
2022-03-04 Roman LebedevReland [SROA] Maintain shadow/backing alloca when some...
2022-03-04 Roman Lebedev[NFC][SROA] Add test w/ select and non-capturing call
2022-03-04 Zequan Wu[LLDB] Flush stream at the end of PrintCommandOutput
2022-03-04 Augie FacklergetAllocAlignment: respect allocalign attribute if...
2022-03-04 Augie FacklerBuildLibCalls: add allocalign attributes for memalign...
2022-03-04 Augie FacklerAttributes: add a new allocalign attribute
2022-03-04 Yaxun (Sam... [CUDA][HIP] Fix offloading kind for linking C++ programs
2022-03-04 Shafik Yaghmour[LLDB] Remove cases of using namespace std
2022-03-04 Yaxun (Sam... [HIP] Fix job action offloading kind for mixed HIP...
2022-03-04 Mogball[mlir] Region/BranchOpInterface: Allow implicit type...
2022-03-04 Paul Robinson[RGT] DistroTest: Separate environment-specific test...
2022-03-04 Matthias Springer[mlir][bufferize] Add BufferizationState initializers
2022-03-04 Tue Ly[libc] Fix small bugs in aarch64/FEnvImpl.h and simplif...
2022-03-04 Richard[tooling] Explain how to create a compilation database...
2022-03-04 wren romano[mlir][sparse] Rename add{Pointer,Index} to append...
2022-03-04 Jez Ng[lld-macho][nfc] Use %X in mapfile test
2022-03-04 Jez Ng[lld-macho][nfc] Rename some tests for consistency
2022-03-04 Benjamin Kramer[bazel] Port 76ec69a911c6
2022-03-04 Snehasish Kumar[memprof] Filter out callstack frames which cannot...
2022-03-04 Tue Ly[libc] Remove the redundant header FPUtil/FEnvUtils.h
2022-03-04 Jakub Chlanda[NVPTX] Correctly set regs for neg, abs intrinsics
2022-03-04 Johannes Doerfert[OpenMP][FIX] Ensure custom state machine works
2022-03-04 Roman LebedevRevert "[SROA] Maintain shadow/backing alloca when...
2022-03-04 Ellis Hoag[InstrProf][NFC] Fix warning by removing typecast
2022-03-04 Siva Chandra... [libc][NFC] Add a platform independent thread support...
2022-03-04 Arthur O'Dwyer[libc++] Mark __wrap_iter's private constructors as...
2022-03-04 Tue Ly[libc][Obvious] Add build folder to .gitignore.
2022-03-04 Joseph Huber[Libomptarget] Work around bug in initialization of...
2022-03-04 Roman Lebedev[SROA] Maintain shadow/backing alloca when some slices...
2022-03-04 Arthur O'Dwyer[clang] [concepts] Check constrained-auto return types...
2022-03-04 Arthur O'Dwyer[clang] [NFC] Add `const` to a parameter that's not...
2022-03-04 Simon Pilgrim[X86] getTargetVShiftNode - peek through any zext node
2022-03-04 Colin CrossPass through more LIBCXX_* variables to libfuzzer...
2022-03-04 Siva Chandra... [libc] Make the errno macro resolve to the thread local...
2022-03-04 LLVM GN Syncbot[gn build] Port c88deef0a721
2022-03-04 LLVM GN Syncbot[gn build] Port 7ee97c24efab
2022-03-04 Yitzhak Mandelbaum[clang][dataflow] Add `MatchSwitch` utility library.
2022-03-04 Krzysztof Drewniak[MLIR][AMDGPU] Fix typo and add comment to SerializeToHsaco
2022-03-04 Yitzhak Mandelbaum[clang][dataflow] Add a lattice to track source locations.
2022-03-04 William S.... [MLIR][SCF] Allow combining subsequent if statements...
2022-03-04 Jeremy Morse[DebugInfo][InstrRef] Accept register-reads after isel...
2022-03-04 William S.... [MLIR][MemRef] Ensure alloca_scope is inlined with...
2022-03-04 Simon Pilgrim[X86] LowerShiftByScalarVariable - find splat patterns...
2022-03-04 Hans WennborgRevert "[AArch64] Async unwind - function prologues"
next