summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Support placing .lbss/.lrodata/.ldata after .bss (#81224)upstream/users/MaskRay/spr/main.elf-place-lbsslrodataldata-after-bssFangrui Song2024-02-206-22/+77
* [đ˜€đ—œđ—ż] changes introduced through rebasejeanPerier2024-02-151125-36565/+61596
|\
| * [flang][runtime] Destroy nested allocatable components (#81117)jeanPerier2024-02-152-19/+44
| * [bazel][libc] Fix BUILD after ff409d39ce4673c70f474c3fdb7120bab8f94eef.Christian Sigg2024-02-151-0/+1
| * [MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (#81257)NAKAMURA Takumi2024-02-158-50/+61
| * Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal2024-02-1512-6/+1481
| * [clang][Interp][NFC] Convert test to verify=expected,both styleTimm BĂ€der2024-02-151-130/+68
| * [clang][Interp] Fix calling invalid function pointersTimm BĂ€der2024-02-152-2/+9
| * Revert "[lldb-dap] Add support for data breakpoint. (#81541)" (#81812)Prabhuk2024-02-1410-549/+34
| * [LLVM][X86] Add EFLAGS Defs for VERR/VERW instructions (#81824)riChar2024-02-151-0/+2
| * [clang-format][NFC] Sort options in Format.cppOwen Pan2024-02-141-27/+27
| * [MLIR][Presburger] Implement vertex enumeration and chamber decomposition for...Abhinav2718282024-02-1514-16/+615
| * [clang][Interp] Fix variadic member functionsTimm BĂ€der2024-02-1511-39/+226
| * [clang][X86] X86::LAR X86::LSL add_implicate eflags (#80993)Qfrost2024-02-151-0/+2
| * [libc][fix] Fix new test that crashes the NVPTX backendJoseph Huber2024-02-141-10/+13
| * [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