summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARC] Implement hooks for conditional branch relaxationKoakuma2023-04-0410-45/+250
* [Local] Handle size mismatch between pointer/int in copyRangeMetadata()Nikita Popov2023-04-042-1/+20
* [clang-format] Don't annotate left brace of struct as FunctionLBraceOwen Pan2023-04-043-13/+26
* [SelectionDAG] Correctly reduce BV to shuffle with zero on big endianNemanja Ivanovic2023-04-042-4/+136
* [llvm-rc] Fix the reference to the option for disabling preprocessing in a me...Martin Storsjö2023-04-041-3/+9
* [llvm-rc] Look for "clang-<major>" when locating a suitable preprocessorMartin Storsjö2023-04-041-1/+4
* [llvm-rc] Respect the executable specified in the --preprocessor commandMartin Storsjö2023-04-041-2/+2
* [libc++] Don't try to provide source_location on AppleClang 1403Louis Dionne2023-04-047-14/+18
* [RISCV] Support emulated TLSVitaly Cheptsov2023-04-042-0/+142
* [clang-format] Add MinDigits suboptions to IntegerLiteralSeparatorOwen Pan2023-04-046-22/+137
* [clang-format] Don't format already formatted integer literalsOwen Pan2023-04-041-6/+5
* [RISCV] Allow llvm-objdump to disassemble objects with unrecognised versions ...Alex Bradbury2023-04-044-6/+119
* Revert "[dsymutil] dsymutil produces broken lines info (probably) with LTO on...Tom Stellard2023-04-047-398/+207
* [clang][MinGW] Add asan DLL lib before other libs and objectsAlvin Wong2023-04-032-9/+26
* ARMFrameLowering.cpp - fix MSVC "result of 32-bit shift implicitly converted ...Simon Pilgrim2023-04-031-2/+2
* [ARM] Handle generating SEH unwind info for t2STR_PRE/t2LDR_POSTMartin Storsjö2023-04-032-0/+56
* [libc++] Mark a test relying on `typeid` as unsupported without RTTI.Konstantin Varlamov2023-04-031-0/+3
* [release/16.x][libc++] Revert the bitset sort optimizationLouis Dionne2023-04-032-432/+147
* [libc++] Fix CI on release/16.xLouis Dionne2023-04-0311-9/+20
* [clang-format] Handle '_' in ud-suffix for IntegerLiteralSeparatorOwen Pan2023-04-032-2/+22
* Bump version to 16.0.1Tobias Hieta2023-03-284-4/+4
* [CMake] Respect variables for specifying host tools even without LLVM_USE_HOS...Martin Storsjö2023-03-281-9/+7
* [llvm-objdump] Fix help message for --print-imm-hexYi Kong2023-03-281-2/+2
* [sanitizer][win] Change cmdline check to allow double backslashsAlvin Wong2023-03-282-3/+1
* [BOLT] Search section based on relocation symbolyavtuk2023-03-283-2/+50
* [libc++] Avoid ODR violations in __exception_guardNikolas Klauser2023-03-285-26/+78
* [BOLT][AArch64] Replace NOP with adrp in AdrRelaxationPass to preserve relati...Denis Revunov2023-03-282-0/+24
* [BOLT][NFC] Remove C-style out of bounds array refRafael Auler2023-03-281-5/+3
* [RISCV][MC] Adjust conditions to emit R_RISCV_ADD*/R_RISCV_SUB* pairsFangrui Song2023-03-282-9/+27
* [test] Add some interesting cases to MC/RISCV/riscv64-64b-pcrel.sFangrui Song2023-03-281-1/+23
* [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