aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-15[asan] isInterestingAlloca: remove the isAllocaPromotable condition (#77221)users/MaskRay/spr/main.asan-isinterestingalloca-remove-the-isallocapromotable-conditionFangrui Song4-15/+8
2024-02-15[𝘀𝗽𝗿] changes introduced through rebasejeanPerier111-1144/+4306
2024-02-15[flang][runtime] Destroy nested allocatable components (#81117)jeanPerier2-19/+44
2024-02-15[bazel][libc] Fix BUILD after ff409d39ce4673c70f474c3fdb7120bab8f94eef.Christian Sigg1-0/+1
2024-02-15[MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (#81257)NAKAMURA Takumi8-50/+61
2024-02-14[𝘀𝗽𝗿] changes introduced through rebaseTom Stellard13342-877305/+1265666
2024-02-15Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal12-6/+1481
2024-02-15[clang][Interp][NFC] Convert test to verify=expected,both styleTimm Bäder1-130/+68
2024-02-15[clang][Interp] Fix calling invalid function pointersTimm Bäder2-2/+9
2024-02-14Revert "[lldb-dap] Add support for data breakpoint. (#81541)" (#81812)Prabhuk10-549/+34
2024-02-15[LLVM][X86] Add EFLAGS Defs for VERR/VERW instructions (#81824)riChar1-0/+2
2024-02-14[clang-format][NFC] Sort options in Format.cppOwen Pan1-27/+27
2024-02-15[MLIR][Presburger] Implement vertex enumeration and chamber decomposition for...Abhinav27182814-16/+615
2024-02-15[clang][Interp] Fix variadic member functionsTimm Bäder11-39/+226
2024-02-15[clang][X86] X86::LAR X86::LSL add_implicate eflags (#80993)Qfrost1-0/+2
2024-02-14[libc][fix] Fix new test that crashes the NVPTX backendJoseph Huber1-10/+13
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