summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Roll back claims that we implement P0960R3 and P1975R0llvmorg-16.0.0Aaron Ballman2023-03-171-1/+1
* lit: Fix formatting in README.rstTom Stellard2023-03-151-1/+1
* Revert "Currently the control of the eval-method is mixed with fast-math."llvmorg-16.0.0-rc4Zahira Ammarguellat2023-03-107-184/+10
* Update release notes for revert in D145605Erich Keane2023-03-101-6/+0
* [OpenMP] Fix the wrong use of `fopen`Shilei Tian2023-03-091-4/+2
* [include-cleaner] Dont pass llvm::StringRef to gtest APIsKadir Cetinkaya2023-03-091-1/+1
* Revert two patches to fix GH58452 regressionErich Keane2023-03-098-176/+158
* [Lex] Fix a crash in updateConsecutiveMacroArgTokens.Haojian Wu2023-03-092-2/+27
* [compiler-rt][builtins] Define AT_HWCAP2 for AArch64Xi Ruoyao2023-03-091-0/+3
* [analyzer] Explicit cast on customized offsetof should not be ignored when ev...danix8002023-03-092-1/+23
* [OpenMP] Fix extra parenthesis in kmp_os.hVadim Paretsky (Intel Americas Inc)2023-03-091-1/+1
* [NVPTX] Fix NVPTX output name in the driver with -save-tempsJoseph Huber2023-03-092-6/+3
* [builtins] Only build float16/bfloat16 code if actually supportedAlex Richardson2023-03-092-24/+18
* [ELF] --no-undefined-warning: demote error to warning for release/16.xFangrui Song2023-03-082-5/+5
* [analyzer] Fix crash exposed by D140059einvbri2023-03-082-1/+13
* [libc++][format] Fixes invalid usage of m type.Mark de Wever2023-03-083-7/+6
* [libc++][format] Fix floating point formatting.Mark de Wever2023-03-082-2/+55
* [libc++] Fix ranges::binary_search() returning true for cases where the eleme...Nikolas Klauser2023-03-084-2/+41
* [clang-format] Don't annotate left brace of class as FunctionLBraceOwen Pan2023-03-083-8/+12
* [clang] Fix single-element array initialization in constexprMariya Podchishchaeva2023-03-082-1/+20
* [ReleaseNotes] Expand RISC-V release notesAlex Bradbury2023-03-061-0/+14
* [BOLT][Instrumentation] Preserve red zone for functions with tail calls onlyAmir Ayupov2023-03-062-6/+58
* [clang-format] Don't move qualifiers past pointers-to-memberEmilia Dreamer2023-03-062-1/+24
* [DAGCombiner] Replace LegalOperations check in visitSIGN_EXTEND with LegalTypes.Craig Topper2023-03-062-1/+27
* [libc++][NFC] update Range Status for the completion of C++20 rangesHui2023-03-061-1/+1
* [libc++] Temporarily not use compiler intrinsics for some type traits in Obje...Konstantin Varlamov2023-03-064-4/+116
* [libc++][ranges] move all range iterators back in classHui2023-03-068-465/+448
* [libcxx][ranges] revert join_view::iterator and sentinel to be in-classHui2023-03-063-51/+67
* [llvm-cov] Create syntax to pass source w/o binary.Daniel Thornburgh2023-03-043-10/+14
* Fix assertion failure "PathDiagnosticSpotPiece's must have a valid location."...Arseniy Zaostrovnykh2023-03-032-0/+15
* [Clang] Adjust triviality computation in QualType::isTrivialType to C++20 cases.Roy Jacobson2023-03-032-5/+41
* [LV] Reland testcase in 0ec4caesgokhale2023-03-031-2/+2
* [LV] Modify test case for commit 4f9a544sgokhale2023-03-031-5/+5
* [LV] Reland "Update logic for calculating register usage due to invariants"sgokhale2023-03-036-14/+60
* [X86] Fix `(shift X, (xor Y, N-1))` -> `(shift X, (not Y))` by properly inser...Noah Goldstein2023-03-032-1/+52
* [scudo] Disable the GetRssFromBuffer scudo test on PPCAmy Kwan2023-03-031-1/+3
* [analyzer] Fix assertion failure in SMT conversion for unary operator on floatsTomasz KamiƄski2023-03-032-3/+27
* [Driver][FreeBSD] Further simplify the Driver handling for older FreeBSD rele...Brad Smith2023-03-022-22/+3
* [PowerPC] Recognize long CPU name for -mtune in ClangNemanja Ivanovic2023-03-024-48/+57
* [Clang][CodeGen] Fix this argument type for certain destructorsJacob Young2023-03-0210-58/+96
* [OpenMP][libomp] Remove false positive for memory sanitizerJonathan Peyton2023-03-022-4/+6
* [CodeGen] Always expand division larger than i128Nikita Popov2023-03-024-1/+54
* [amdgpu-arch] Fix build of amdgpu-arch with CLANG_LINK_CLANG_DYLIBJoseph Huber2023-03-021-1/+1
* [ReleaseNotes]: Add PowerPC release notes for LLVM 16.0.0Amy Kwan2023-02-282-1/+70
* [Support] Silence warning with Clang ToT.Alexandre Ganea2023-02-281-1/+1
* [libc++] Add FTM for views::as_rvalueNikolas Klauser2023-02-285-0/+56
* [SCEV] Increase FoldID bits size cover common cases.Florian Hahn2023-02-271-1/+1
* [lld][RISCV] Avoid error when encountering unrecognised ISA extensions/versio...Alex Bradbury2023-02-276-29/+263
* [lld][test][RISCV] Don't use incorrectly normalised arch string in riscv-attr...Alex Bradbury2023-02-272-1/+33
* [lld][RISCV][test] Expand testing in riscv-attributes.sAlex Bradbury2023-02-271-4/+36