summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/ilovepi/spr/main.lld-fix-handling-of-riscv-tlsdesc-relocationsCyndy Ishida2024-03-21562-6364/+16994
|\
| * Add myself as codeowner for InstallAPI & TextAPICyndy Ishida2024-03-211-0/+5
| * Revert "Add support for PSV EntryFunctionName (#84409)" (#86211)Cooper Partin2024-03-2118-940/+52
| * Update @dcaballe in CODEOWNERS (#86177)Diego Caballero2024-03-211-7/+7
| * [compiler-rt] Fix build race with COMPILER_RT_TEST_STANDALONE_BUILD_LIBSAlexander Richardson2024-03-213-5/+5
| * [flang][runtime] Added pseudo file unit for simplified PRINT. (#86134)Slava Zakharin2024-03-218-315/+615
| * [libc] Make math-macros.h C++-friendly (#86206)Roland McGrath2024-03-211-4/+28
| * [compiler-rt] Avoid pulling in __cxa_pure_virtualAlexander Richardson2024-03-211-4/+12
| * [InstallAPI] Report exports discovered in binary but not in interface (#86025)Cyndy Ishida2024-03-219-21/+1174
| * [lld][macho] Fix gcc category merging warning (#86091)alx322024-03-211-2/+4
| * [lld-macho][NFC] Refactor insertions into inputSections (#85692)alx322024-03-215-45/+52
| * [clang][SPIRV] Don't warn on -mcmodel (#86039)Arthur Eubanks2024-03-212-2/+3
| * Add support for PSV EntryFunctionName (#84409)Cooper Partin2024-03-2118-52/+940
| * [BOLT] Output basic YAML profile in BAT modeAmir Ayupov2024-03-2110-21/+1936
| * [libc][bazel] Fix bazel build (#86190)Guillaume Chatelet2024-03-211-0/+6
| * [BOLT] Add support for Linux kernel static keys jump table (#86090)Maksim Panchenko2024-03-219-3/+547
| * [flang][OpenMP] Convert processTODO and remove unused objects (#81627)Krzysztof Parzyszek2024-03-212-44/+23
| * DebugInfoD tests + fixing issues exposed by tests (#85693)Kevin Frei2024-03-2110-17/+537
| * [HWASan] [NFC] pull logic to get sanitizer ptr out of hwasan (#86024)Florian Mayer2024-03-213-16/+17
| * [InstCombine] Fix for folding select-like `shufflevector` into floating point...Michele Scandale2024-03-213-9/+45
| * Revert "[libc] Add reverse_iterator comparisons" (#86186)Guillaume Chatelet2024-03-211-35/+0
| * [libc] Add reverse_iterator comparisons (#86147)Guillaume Chatelet2024-03-211-0/+35
| * [mlir][Affine] Fix unused variable warning (NFC)lorenzo chelini2024-03-211-2/+1
| * [OBJC] Allow __attribute__((NSObject)) types be used as lightweight generic s...dmaclach2024-03-212-0/+28
| * Split -Wcast-function-type into a separate group (#86131)Aaron Ballman2024-03-215-15/+36
| * [memprof] Call SmallVector::reserve (#86055)Kazu Hirata2024-03-211-0/+1
| * [Float2Int] Fix pessimization in the MinBW calculation. (#86051)Craig Topper2024-03-211-3/+1
| * [InstCombine] integrate `N{U,S}WAddLike` into existing foldsNoah Goldstein2024-03-219-36/+26
| * [InstCombine] Add tests for integrating `N{U,S}WAddLike`; NFCNoah Goldstein2024-03-215-0/+195
| * [IR] Add helpers for `NUWAddLike` and `NSWAddLike` to also match `or disjoint...Noah Goldstein2024-03-211-0/+20
| * [X86] Add shuffle test case for Issue #86068Simon Pilgrim2024-03-211-0/+25
| * [Flang] Support for NULL() and procedure in structure constructor for procedu...Daniel Chen2024-03-212-4/+66
| * [gn build] Port 797336b1278cLLVM GN Syncbot2024-03-211-1/+0
| * Adapted MemRegion::getDescriptiveName to handle ElementRegions (#85104)T-Gruber2024-03-214-6/+161
| * [analyzer] Wrap SymbolicRegions by ElementRegions before getting a FieldRegio...Balazs Benics2024-03-213-14/+51
| * Revert "[AMDGPU] MCExpr-ify MC layer kernel descriptor" (#86151)Janek van Oirschot2024-03-2119-1988/+304
| * [libc++] Remove macros for keeping std::allocator members and void specializa...Ilya Biryukov2024-03-2122-238/+291
| * [DAG] combineConcatVectorOfScalars - stop always creating UNDEF nodes. NFC.Simon Pilgrim2024-03-211-5/+2
| * [libc][stdio] implement rename via SYS_renameat2 (#86140)Nick Desaulniers2024-03-212-2/+4
| * [clang] Implement __builtin_{clzg,ctzg} (#83431)OverMighty2024-03-219-40/+441
| * [libc] Add `is_constant_evaluated` type_traits (#86139)Guillaume Chatelet2024-03-214-3/+27
| * [ConstantRange] Fix off by 1 bugs in UIToFP and SIToFP handling. (#86041)Craig Topper2024-03-213-5/+24
| * [flang][NFC] Fix header guardsTarun Prabhu2024-03-213-9/+9
| * AMDGPU: Use defset to cleanup marking MFMA intrinsics as divergent (#85915)Matt Arsenault2024-03-212-114/+59
| * [lldb] Add missing initialization in LineEntry ctorJonas Devlieghere2024-03-211-2/+4
| * [RISCV] Use BuildPairF64 and SplitF64 for bitcast i64<->f64 on rv32 regardles...Craig Topper2024-03-215-50/+21
| * [lldb][progress][NFC] Clarify Doxygen comments for `details` field (#86002)Chelsea Cassanova2024-03-211-1/+5
| * [mlir][spirv] Improve folding of MemRef to SPIRV Lowering (#85433)Finn Plummer2024-03-218-210/+93
| * [Float2Int] Pre-commit test for SIToFP/UIToFP ConstantRange bug. NFCCraig Topper2024-03-211-0/+19
| * [lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere2024-03-2127-60/+69