summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] [PowerPC] Correctly use ELFv2 ABI on all OS's that use the ELFv2 ABIllvmorg-16.0.0-rc3Brad Smith2023-02-217-6/+25
* GH60642: Fix ICE when checking a lambda defined in a concept definitionErich Keane2023-02-212-2/+26
* [Attributor][FIX] Ensure we adjust types properlyJohannes Doerfert2023-02-213-4/+147
* [LVI] Disable at-use reasoning across phi nodes (PR60629)Dmitry Makogon2023-02-212-6/+53
* [clang-format] Don't rewrite the input file if already formattedOwen Pan2023-02-211-2/+5
* [OpenMP] Make isDone lightweight without calling synchronizeYe Luo2023-02-204-20/+8
* [Libomptarget] Check errors when synchronizing the async queueJoseph Huber2023-02-204-6/+16
* [C++20] [Modules] Allow -fmodule-file=<module-name>=<BMI-Path> for implementa...Chuanqi Xu2023-02-207-23/+90
* [Support] [Windows] Don't check file access time in equivalent(file_status, f...R. Voggenauer2023-02-201-2/+0
* [analyzer] Remove unjustified assert from EquivalenceClass::simplifyBalazs Benics2023-02-202-1/+23
* [docs] Update the ACLE URLKAWASHIMA Takahiro2023-02-201-3/+3
* [docs] Fix bullet list formattingKAWASHIMA Takahiro2023-02-201-0/+1
* [Clang][Doc][OpenCL] Release 16 notesAnastasia Stulova2023-02-191-0/+12
* [SCEV] Fix FoldID::addInteger(unsigned long I)Vitaly Buka2023-02-181-1/+8
* [OpenMP] Recover non-blocking target nowait disabled by D141232Ye Luo2023-02-161-2/+6
* [Support/BLAKE3] Rename blake3_* -> llvm_blake3_* to avoid symbol collisionsJeremy Maitin-Shepard2023-02-1614-69/+118
* [Symbolize][MinGW] Support demangling i386 call-conv-decorated C++ namesAlvin Wong2023-02-162-7/+144
* [hexagon] add a -mcabac flagBrian Cain2023-02-162-0/+12
* [RISCV] Clean up stack-protector-target testRoland McGrath2023-02-161-4/+2
* [RISCV] Default to -fsanitize=shadow-call-stack for FuchsiaRoland McGrath2023-02-162-1/+2
* [RISCV] Default to -ffixed-x18 for FuchsiaRoland McGrath2023-02-166-1/+24
* [RISCV] Use OS-specific stack-guard ABI for FuchsiaRoland McGrath2023-02-164-0/+57
* [hexagon] Turning off sign mismatch warning by default.Brian Cain2023-02-161-1/+1
* [Libomptarget] Remove dependency on the DeviceRTL from the GPU pluginsJoseph Huber2023-02-144-4/+0
* [libc++] Fix bug in allocate_shared_for_overwriteLouis Dionne2023-02-145-57/+123
* [libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTINikolas Klauser2023-02-144-32/+32
* [libc++] fix `shared_ptr`'s incorrect constraintsHui2023-02-1413-120/+290
* [libc++][NFC] Rename multidimentional uninitialized algorithmsNikolas Klauser2023-02-142-17/+17
* [Release] Produce bolt tarballPeter Jung2023-02-141-1/+1
* [Flang] Restrict emit-asm-from-mlir.mlir to be ran on specific targets using ...Amy Kwan2023-02-141-1/+1
* [llvm-debuginfo-analyzer] LLVM 16.0.0-rc1 Failing test on osx-64.Carlos Alberto Enciso2023-02-144-8/+10
* [Clang][Doc] Edit the Clang release notesRoy Jacobson2023-02-131-605/+681
* [Support] Emulate SIGPIPE handling in raw_fd_ostream write for WindowsAndrew Ng2023-02-135-13/+41
* [LLDB] Fix assertion failure by removing `CopyType` in `std::coroutine_handle...Adrian Vogelsgesang2023-02-132-8/+2
* [LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang2023-02-134-71/+100
* [libc++] In tests, use `abort` to terminate upon an error.Konstantin Varlamov2023-02-131-1/+1
* [openmp] Fix building z_Linux_asm.S for armv5tMartin Storsjö2023-02-131-1/+4
* [CMake] Fix -DBUILD_SHARED_LIBS=on builds after D137534Kai Luo2023-02-131-0/+2
* [C++20] [Modules] [ClangScanDeps] Enable to print make-style dependency file ...Chuanqi Xu2023-02-134-77/+154
* [Modules][Test][NFC] Fix -Wsign-compare in clang/unittests/Lex/ModuleDeclStat...Jie Fu2023-02-131-11/+11
* [C++20] [Modules] [ClangScanDeps] Allow clang-scan-deps to without specified ...Chuanqi Xu2023-02-132-8/+226
* [C++20] [Modules] [ClangScanDeps] Add ClangScanDeps support for C++20 Named M...Chuanqi Xu2023-02-139-16/+388
* [C++20] [Modules] [NFC] Add Preprocessor methods for named modules - for Clan...Chuanqi Xu2023-02-134-5/+555
* [Doc][Release] Add link to compatible header for the RVV intrinsics into the ...eopXD2023-02-121-0/+1
* [clang-format] Insert a space between a numeric UDL and a dotOwen Pan2023-02-102-0/+8
* [libc++] Guard the fix to CityHash behind ABI v2Louis Dionne2023-02-103-0/+17
* Add `set(CMAKE_CXX_STANDARD 17)` to MLIR CMakeLists.txtMehdi Amini2023-02-091-0/+1
* [RISCV] Fix miscompile in SExtWRemoval due to early return ignoring other sou...Philip Reames2023-02-092-5/+4
* [RISCV] Precommit a test for upcoming miscompile bugfixPhilip Reames2023-02-091-0/+70
* libRemarks.{so,dylib}: remove Remarks.dylib.exportsFangrui Song2023-02-092-4/+1