summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/dc03-work/spr/aarch64globalisel-improve-codegen-for-g_vecreduce_sminsmaxuminumax-for-odd-sized-vectorsDhruv Chawla2024-02-155-165/+129
|\
| * [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/dc03-work/spr/main.aarch64globalisel-improve-codegen-for-g_vecreduce_sminsmaxuminumax-for-odd-sized-vectorsDhruv Chawla2024-02-152-0/+69
|/
* [RISCV] Add cost model tests for llvm.vector.{insert,extract}. NFCLuke Lau2024-02-152-0/+504
* [ClangPackager] Fix passing in multiple instances of `file`Joseph Huber2024-02-141-25/+28
* [clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker2024-02-148-54/+49
* [TableGen][NFCI] Simplify TypeSetByHwMode::intersect and make extensible (#81...Jessica Clarke2024-02-151-76/+81
* [analyzer] Teach scan-build to filter reports by file.Brianna Fan2024-02-143-3/+36
* [-Wunsafe-buffer-usage] Add fixits for array to pointer assignment (#81343)jkorous-apple2024-02-144-17/+163
* [analyzer] UncountedCallArgsChecker: Detect & ignore trivial function calls. ...Ryosuke Niwa2024-02-146-17/+495
* [libc][math] Add C23 ldexpf128 math function and fix DyadicFloat conversions ...lntue2024-02-1420-63/+222
* [clangd][test] Fix -Wmissing-field-initializers in DiagnosticsTests.cpp (NFC)Jie Fu2024-02-151-2/+4
* [-Wunsafe-buffer-usage] Ignore constant safe indices in array subscripts (#80...jkorous-apple2024-02-145-41/+91
* [-Wunsafe-buffer-usage] Fixits for array args of func-ptr calls (#80358)jkorous-apple2024-02-142-4/+56
* [NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (#81744)Philipp Tomsich2024-02-141-1/+1
* Use container on Linux to run llvm-project-tests workflow (#81349)Tom Stellard2024-02-141-2/+8
* [ubsan,test] Disable static-link.cpp for i386 and internal_symbolizerFangrui Song2024-02-141-0/+1
* [llvm][compiler-rt] Connect lit dependencies to test-depends targets. (#81783)Daniel Rodríguez Troitiño2024-02-142-3/+9
* [BOLT][DWARF] Add test for DW_AT_ranges input without function output (#81794)Alexander Yermolovich2024-02-144-15/+544
* [analyzer] Detect a return value of Ref<T> & RefPtr<T> (#81580)Ryosuke Niwa2024-02-144-0/+52
* [analyzer] Add a few more safe functions to call. (#81532)Ryosuke Niwa2024-02-143-7/+30
* [analyzer] Check the safety of the object argument in a member function call....Ryosuke Niwa2024-02-142-19/+63
* [libc] Fix fixed point detection and add compile option. (#81788)lntue2024-02-143-1/+8
* [clang] Add fixed point precision macros (#81207)PiJoules2024-02-146-0/+182
* [lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht2024-02-144-43/+16
* [RISCV] Add coverage for an upcoming set of vector narrowing changesPhilip Reames2024-02-144-0/+213
* [lldb] Add comment on cross printing of summary/value (#81681)Dave Lee2024-02-141-0/+2
* [lldb] Detect a Darwin kernel issue and work around it (#81573)Jason Molenda2024-02-145-31/+101
* [bazel] Port for 1301bc46aea14297478bd13bcacff429e2a18c04Haojian Wu2024-02-141-0/+7
* MipsAsmParser/O32: Don't add redundant $ to $-prefixed symbol in the la macro...YunQiang Su2024-02-143-3/+30
* [LLVM][DWARF] Change .debug_names abbrev to be an index (#81200)Alexander Yermolovich2024-02-145-119/+120
* [clangd] Clean formatting modernize-use-override (#81435)Kevin Joseph2024-02-144-3/+58
* [libc] Add is_fixed_point type trait. (#81263)lntue2024-02-145-1/+51
* Reapply "[mlir][vector] Drop inner unit dims for transfer ops on dynamic shap...Diego Caballero2024-02-142-6/+27
* [clang-tidy] Removed redundant-inline-specifier warning on static data membe...Félix-Antoine Constantin2024-02-143-3/+25
* [libc][stdfix] Add FXRep helper class for fixed point types. (#81272)lntue2024-02-143-0/+185
* [clang][CodeGen] Add missing error check (#81777)Jacob Lambert2024-02-141-0/+3
* [BOLT][DWARF] Fix out of order rangelists/loclists (#81645)Alexander Yermolovich2024-02-142-26/+504
* [libc][stdbit] implement stdc_first_trailing_one (C23) (#81768)Nick Desaulniers2024-02-1424-12/+362
* [Hexagon] Fix zero extension of bit predicates with vtrunehb (#81772)sgundapa2024-02-142-2/+114
* [CodeGen][AArch64] Only split safe blocks in BBSections (#81553)Daniel Hoekwater2024-02-143-3/+180
* [ubsan] Support static linking with standalone runtime (#80943)Fangrui Song2024-02-142-1/+6
* [clang][CodeGen] Shift relink option implementation away from module cloning ...Jacob Lambert2024-02-145-88/+109
* [libc][stdbit] implement stdc_first_trailing_zero (C23) (#81526)Nick Desaulniers2024-02-1424-8/+366
* [lldb][NFCI] Remove CommandObjectProcessHandle::VerifyCommandOptionValue (#79...Alex Langford2024-02-141-67/+59
* [RISCV] Split long build_vector sequences to reduce critical path (#81312)Philip Reames2024-02-145-275/+258
* Apply clang-tidy fixes for llvm-include-order in InferIntRangeInterface.cpp (...Mehdi Amini2024-02-141-1/+1
* Apply clang-tidy fixes for readability-identifier-naming in SparseTensorRunti...Mehdi Amini2024-02-141-3/+3
* Apply clang-tidy fixes for llvm-qualified-auto in VectorUnroll.cpp (NFC)Mehdi Amini2024-02-141-2/+2
* Apply clang-tidy fixes for llvm-else-after-return in IndexingUtils.cpp (NFC)Mehdi Amini2024-02-141-2/+1
* Apply clang-tidy fixes for readability-simplify-boolean-expr in TransformOps....Mehdi Amini2024-02-141-1/+1