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