summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb] Include SBFormat.h in LLDB.h (#79194)Alex Langford2024-01-231-0/+1
* [ELF] --save-temps --lto-emit-asm: derive ELF/asm file names from bitcode fil...Fangrui Song2024-01-2314-80/+116
* [CMake][Release] Add option for enabling PGO to release cache file. (#78823)Tom Stellard2024-01-232-18/+59
* [ELF] Improve thin-archivecollision.llFangrui Song2024-01-231-15/+17
* [NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams2024-01-235-11/+11
* [RISCV] Regenerate autogen test to remove spurious diffPhilip Reames2024-01-231-3/+0
* [RISCV] Recurse on first operand of two operand shuffles (#79180)Philip Reames2024-01-236-407/+347
* [LLD] [COFF] Fix crashes for cfguard with undefined weak symbols (#79063)Martin Storsjö2024-01-232-0/+29
* [RISCV] Exploit register boundaries when lowering shuffle with exact vlen (#7...Philip Reames2024-01-232-66/+118
* [libc] fix sysconf (#79159)Schrodinger ZHU Yifan2024-01-232-5/+7
* [ASan][libc++] Turn on ASan annotations for short strings (#79049)Tacet2024-01-235-34/+429
* [ASan][JSON] Unpoison memory before its reuse (#79065)Tacet2024-01-231-1/+14
* [mlir][AMDGPU] Actually update the default ABI version, add comments (#79185)Krzysztof Drewniak2024-01-232-4/+6
* [test] Avoid libc dep in Update warn-unsafe-buffer-usage-warning-data… (#79...Danial Klimkin2024-01-231-1/+2
* [ASan][ADT] Don't scribble with ASan (#79066)Tacet2024-01-231-2/+5
* Revert "Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass … (#79...gulfemsavrun2024-01-237-214/+8
* AMDGPU: Do not generate non-temporal hint when Load_Tr intrinsic did not spec...Changpeng Fang2024-01-233-32/+25
* [RISCV] Re-format RISCVFeatures.td so it doesn't look like AssemblerPredicate...Craig Topper2024-01-231-208/+215
* [Orc] Let LLJIT default to JITLink for ELF-based ARM targets (#77313)Stefan Gränitz2024-01-231-0/+6
* Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea2024-01-238-38/+67
* Revert "[clang-repl] Enable native CPU detection by default (#77491)" (#79178)Stefan Gränitz2024-01-231-1/+0
* [ConstantHoisting] Cache OptForSize. (#79170)Alina Sbirlea2024-01-232-3/+5
* [gn] port 5176df55d3aNico Weber2024-01-231-1/+1
* [libc][Docs] Update the GPU RPC documentation (#79069)Joseph Huber2024-01-233-7/+296
* [RISCV] Add regalloc hints for Zcb instructions. (#78949)Craig Topper2024-01-232-6/+120
* [RISCV] Continue with early return for shuffle lowering [nfc]Philip Reames2024-01-231-14/+13
* [clang][modules] Fix CodeGen options that can affect the AST. (#78816)Juergen Ributzka2024-01-233-6/+22
* [MachineCopyPropagation] Make a SmallVector larger (NFC) (#79106)Kazu Hirata2024-01-231-1/+1
* [OpenACC] Implement 'device_type' clause parsingerichkeane2024-01-234-0/+173
* [clang] Add missing streaming attributes to SVE builtins (#79134)Sam Tebbs2024-01-232-77/+83
* [RISCV] Use early return for select shuffle lowering [nfc]Philip Reames2024-01-231-26/+38
* [LangRef] adjust IR atomics specification following C++20 model tweaks. (#77263)James Y Knight2024-01-233-59/+63
* [DebugInfo][RemoveDIs] Disable a run-line while investigating a problemJeremy Morse2024-01-231-1/+2
* [JITLink][AArch32] Implement Armv5 ldr-pc stubs and use them for all pre-v7 t...Stefan Gränitz2024-01-2312-227/+439
* [CompilerRT] Attempt to fix a lit-config issueJeremy Morse2024-01-231-1/+1
* [Clang][AArch64] Add diagnostics for builtins that use ZT0. (#79140)Sander de Smalen2024-01-2315-76/+122
* [RemoveDIs][DebugInfo] Enable creation of DPVAssigns, update outstanding AT t...Stephen Tozer2024-01-2321-54/+104
* [AMDGPU] Enable architected SGPRs for GFX12 (#79160)Jay Foad2024-01-234-85/+176
* [libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet2024-01-23102-369/+366
* [DAG] visitSCALAR_TO_VECTOR - don't fold scalar_to_vector(bin(extract(x),extr...Simon Pilgrim2024-01-232-51/+34
* [DebugInfo][RemoveDIs] Use splice in Outliner rather than moveBefore (#79124)Jeremy Morse2024-01-232-2/+2
* [AMDGPU] Properly check op_sel in GCNDPPCombine (#79122)Mirko Brkušanin2024-01-232-12/+100
* [RemoveDIs][DebugInfo] Handle DPVAssign in most transforms (#78986)Stephen Tozer2024-01-2342-89/+227
* [VecLib] Fix: Restore DebugFlag state in ReplaceWithVecLibTest (#78989)Paschalis Mpeis2024-01-231-0/+2
* [LAA] Add test for #79137 (NFC)Nikita Popov2024-01-231-0/+94
* [AArch64][FMV] Support feature MOPS in Function Multi Versioning. (#78788)Alexandros Lamprineas2024-01-237-17/+25
* [X86] Add test case for Issue #78897Simon Pilgrim2024-01-231-0/+313
* [libc][NFC] use builder pattern for ErrnoSetterMatcher (#79153)Schrodinger ZHU Yifan2024-01-231-3/+15
* [libc] Remove specific nan payload in math functions (#79133)Guillaume Chatelet2024-01-2324-35/+31
* [lld-macho][arm64] implement -objc_stubs_small (#78665)Kyungwoo Lee2024-01-2311-51/+237