aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-03ARMFrameLowering.cpp - fix MSVC "result of 32-bit shift implicitly converted ...Simon Pilgrim1-2/+2
2023-04-03[ARM] Handle generating SEH unwind info for t2STR_PRE/t2LDR_POSTMartin Storsjö2-0/+56
2023-04-03[libc++] Mark a test relying on `typeid` as unsupported without RTTI.Konstantin Varlamov1-0/+3
2023-04-03[release/16.x][libc++] Revert the bitset sort optimizationLouis Dionne2-432/+147
2023-04-03[libc++] Fix CI on release/16.xLouis Dionne11-9/+20
2023-04-03[clang-format] Handle '_' in ud-suffix for IntegerLiteralSeparatorOwen Pan2-2/+22
2023-03-28Bump version to 16.0.1Tobias Hieta4-4/+4
2023-03-28[CMake] Respect variables for specifying host tools even without LLVM_USE_HOS...Martin Storsjö1-9/+7
2023-03-28[llvm-objdump] Fix help message for --print-imm-hexYi Kong1-2/+2
2023-03-28[sanitizer][win] Change cmdline check to allow double backslashsAlvin Wong2-3/+1
2023-03-28[BOLT] Search section based on relocation symbolyavtuk3-2/+50
2023-03-28[libc++] Avoid ODR violations in __exception_guardNikolas Klauser5-26/+78
2023-03-28[BOLT][AArch64] Replace NOP with adrp in AdrRelaxationPass to preserve relati...Denis Revunov2-0/+24
2023-03-28[BOLT][NFC] Remove C-style out of bounds array refRafael Auler1-5/+3
2023-03-28[RISCV][MC] Adjust conditions to emit R_RISCV_ADD*/R_RISCV_SUB* pairsFangrui Song2-9/+27
2023-03-28[test] Add some interesting cases to MC/RISCV/riscv64-64b-pcrel.sFangrui Song1-1/+23
2023-03-28[test] Improve MC/RISCV/riscv64-64b-pcrel.s to demonstrate regression due to ...Fangrui Song1-0/+9
2023-03-28[test] Improve MC/RISCV/riscv64-64b-pcrel.sFangrui Song1-34/+39
2023-03-24[X86] AMD Genoa (znver4) Scheduler model updateGanesh Gopalasubramanian74-2/+34544
2023-03-24[BOLT] Reject symbols pointing to section endJob Noorman2-0/+39
2023-03-24No longer issue static lambda pedantic warning for pre-c++2b compatAaron Ballman3-3/+4
2023-03-24[BOLT] Fix data reoder for aarch64Vladislav Khmelevsky3-1/+10
2023-03-24[Coroutines] Pass size parameter for deallocation function when qualifiedChuanqi Xu2-2/+18
2023-03-24[libc++][ranges] Fix incorrect integer typedef in `elements_view` test.Konstantin Varlamov1-1/+2
2023-03-24[libc++][format] Fix a missing include in tests.Konstantin Varlamov1-0/+1
2023-03-24[libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic3-0/+119
2023-03-23JITLink: Add missing EHFrame NULL terminator on aarch64/ELFTom Stellard1-0/+1
2023-03-23Reapply [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Markus Mützel1-0/+3
2023-03-23No longer issue pedantic warning about pre-c++2b compatAaron Ballman3-2/+18
2023-03-23[libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwin...Ian Anderson2-2/+5
2023-03-23[dsymutil] dsymutil produces broken lines info (probably) with LTO on macAlexey Lapshin7-207/+398
2023-03-23[compiler-rt] Add missing #else clause to fix the build on NetBSD.Frederic Cambus1-0/+1
2023-03-23[X86] Fix encoding for ATOMIC_LOGIC_OPNabeel Omer2-4/+4
2023-03-23[X86] Add negative test for D145930Nabeel Omer1-0/+19
2023-03-23[Driver][FreeBSD] Simplify ARM handlingBrad Smith6-33/+11
2023-03-23[analyzer] Fix crashing getSValFromInitListExpr for nested initlistsBalazs Benics2-2/+13
2023-03-23[WebAssembly] Add auto-upgrade for renamed intrinsicsNikita Popov2-0/+88
2023-03-23[X86] Support load/store for bf16 in avxXiang1 Zhang2-0/+60
2023-03-23[AArch64] fix bug #55005 handle DW_CFA_GNU_NegateRAStateSebastian Pop3-6/+83
2023-03-23[flang] Fixed uninitialized std::unique_ptr dereference.Slava Zakharin1-1/+1
2023-03-23[flang] Fixed restrictions checking for OpenACC loop-associated constructs.Slava Zakharin1-21/+20
2023-03-23[flang] Fix dereference of std::optional with no valueJay Foad1-1/+1
2023-03-23[LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32Weining Lu1-4/+4
2023-03-23[LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64Weining Lu2-8/+12
2023-03-23[LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctionsWeining Lu2-44/+128
2023-03-23[BPF] Improve pruning to avoid generate more types in BTFYonghong Song3-14/+148
2023-03-23[libunwind][AArch64] Unbreak building with GNU assemblerXi Ruoyao1-1/+2
2023-03-23[InstCombine] Canonicalize icmp eq pow2 more thoroughlyNikita Popov6-21/+14
2023-03-23[InstCombine] Add additional test for icmp eq/ne with bool load (NFC)Nikita Popov2-0/+93
2023-03-23[Pipelines] Restore old DAE position in LTO pipelineNikita Popov3-22/+10