summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [test] Improve MC/RISCV/riscv64-64b-pcrel.s to demonstrate regression due to ...Fangrui Song2023-03-281-0/+9
* [test] Improve MC/RISCV/riscv64-64b-pcrel.sFangrui Song2023-03-281-34/+39
* [X86] AMD Genoa (znver4) Scheduler model updateGanesh Gopalasubramanian2023-03-2474-2/+34544
* [BOLT] Reject symbols pointing to section endJob Noorman2023-03-242-0/+39
* No longer issue static lambda pedantic warning for pre-c++2b compatAaron Ballman2023-03-243-3/+4
* [BOLT] Fix data reoder for aarch64Vladislav Khmelevsky2023-03-243-1/+10
* [Coroutines] Pass size parameter for deallocation function when qualifiedChuanqi Xu2023-03-242-2/+18
* [libc++][ranges] Fix incorrect integer typedef in `elements_view` test.Konstantin Varlamov2023-03-241-1/+2
* [libc++][format] Fix a missing include in tests.Konstantin Varlamov2023-03-241-0/+1
* [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic2023-03-243-0/+119
* JITLink: Add missing EHFrame NULL terminator on aarch64/ELFTom Stellard2023-03-231-0/+1
* Reapply [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Markus Mützel2023-03-231-0/+3
* No longer issue pedantic warning about pre-c++2b compatAaron Ballman2023-03-233-2/+18
* [libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwin...Ian Anderson2023-03-232-2/+5
* [dsymutil] dsymutil produces broken lines info (probably) with LTO on macAlexey Lapshin2023-03-237-207/+398
* [compiler-rt] Add missing #else clause to fix the build on NetBSD.Frederic Cambus2023-03-231-0/+1
* [X86] Fix encoding for ATOMIC_LOGIC_OPNabeel Omer2023-03-232-4/+4
* [X86] Add negative test for D145930Nabeel Omer2023-03-231-0/+19
* [Driver][FreeBSD] Simplify ARM handlingBrad Smith2023-03-236-33/+11
* [analyzer] Fix crashing getSValFromInitListExpr for nested initlistsBalazs Benics2023-03-232-2/+13
* [WebAssembly] Add auto-upgrade for renamed intrinsicsNikita Popov2023-03-232-0/+88
* [X86] Support load/store for bf16 in avxXiang1 Zhang2023-03-232-0/+60
* [AArch64] fix bug #55005 handle DW_CFA_GNU_NegateRAStateSebastian Pop2023-03-233-6/+83
* [flang] Fixed uninitialized std::unique_ptr dereference.Slava Zakharin2023-03-231-1/+1
* [flang] Fixed restrictions checking for OpenACC loop-associated constructs.Slava Zakharin2023-03-231-21/+20
* [flang] Fix dereference of std::optional with no valueJay Foad2023-03-231-1/+1
* [LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32Weining Lu2023-03-231-4/+4
* [LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64Weining Lu2023-03-232-8/+12
* [LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctionsWeining Lu2023-03-232-44/+128
* [BPF] Improve pruning to avoid generate more types in BTFYonghong Song2023-03-233-14/+148
* [libunwind][AArch64] Unbreak building with GNU assemblerXi Ruoyao2023-03-231-1/+2
* [InstCombine] Canonicalize icmp eq pow2 more thoroughlyNikita Popov2023-03-236-21/+14
* [InstCombine] Add additional test for icmp eq/ne with bool load (NFC)Nikita Popov2023-03-232-0/+93
* [Pipelines] Restore old DAE position in LTO pipelineNikita Popov2023-03-233-22/+10
* [PhaseOrdering] Add test for DAE/GlobalDCE interaction (NFC)Nikita Popov2023-03-231-0/+64
* 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