summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove UB-implying metadata when promoting speculative instruction.llvmorg-16.0.2DianQK2023-04-182-2/+28
* [runtimes][asan] Fix swapcontext interceptionIvan Trofimov2023-04-184-39/+112
* [nfc][asan] Reformat the fileVitaly Buka2023-04-181-65/+65
* [test][asan] Simplify testVitaly Buka2023-04-181-14/+4
* llvm-exegesis: Only run target specfic tests on native hostsTom Stellard2023-04-182-0/+6
* github: Add manual workflow to build and upload release binariesJack Grigg2023-04-182-0/+147
* [flang] Complex numbers in function arguments on WindowsMarkus Mützel2023-04-182-4/+362
* [clang-format] Fix regression with AlignTrailingComments set to trueOwen Pan2023-04-172-10/+10
* Revert "[clang-format] Handle object instansiation in if-statements"Tobias Hieta2023-04-172-20/+1
* [StackProtector] don't check stack protector before calling nounwind functionsNick Desaulniers2023-04-173-17/+23
* [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu2023-04-172-7/+2
* [libunwind][test] Add test to check for unw_resume()zhanglimin2023-04-171-0/+39
* [AArch64] Basic target(+crypto) handlingDavid Green2023-04-172-1/+54
* [Support] Improve Windows performance of buffered raw_ostreamAndrew Ng2023-04-141-0/+7
* [LinkerWrapper] Switch to add_clang_tool() macroEvangelos Foutras2023-04-141-5/+1
* Bump version to 16.0.2Tom Stellard2023-04-044-4/+4
* [SPARC] Attempt to fix bug introduced by D142458llvmorg-16.0.1Vitaly Buka2023-04-041-1/+1
* [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