summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/wangpc-pp/spr/main.riscv-support-select-optimizationBilly Laws2024-02-010-0/+0
|\
| * [AArch64] Fix variadic tail-calls on ARM64EC (#79774)Billy Laws2024-01-303-1/+54
| * [clang] Improved isSimpleTypeSpecifier (#79037)Carl Peto2024-01-304-18/+13
| * [BOLT] Detect Linux kernel based on ELF program headers (#80086)Maksim Panchenko2024-01-307-24/+25
| * [clang-scan-deps] Fix check for empty `Compilation` (#75545)Yaraslau2024-01-312-1/+5
| * [mlir][spirv] Use `AttrTypeReplacer` in map-memref-storage-class. NFC. (#80055)Jakub Kuderski2024-01-303-81/+46
| * [clang-format] Explicitly open DOC_FILE with utf-8 in dump_format_style.py (#...rmarker2024-01-301-1/+1
| * [clang][scan-deps] Stop scanning if any scanning setup emits an error.Michael Spencer2024-01-302-0/+21
| * [mlir][complex] Prevent underflow in complex.abs (#79786)Kai Sasaki2024-01-314-40/+218
| * [flang] Add image_index to list of intrinsics and add tests (#79519)Katherine Rasmussen2024-01-305-2/+186
| * [LLD][COFF] Align import directory chunk. (#80014)Jacek Caban2024-01-313-4/+9
| * [-Wunsafe-buffer-usage][NFC] Add testcase for non-unsafe pointer (#80076)jkorous-apple2024-01-301-0/+1
| * [clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734)Michael Spencer2024-01-3026-79/+947
| * [libc] disable mlockall w/ MCL_ONFAULT (#80075)Nick Desaulniers2024-01-301-1/+7
| * [flang][openacc] Check trip count invariance with other IVs (#79906)Valentin Clement2024-01-302-8/+83
| * [Clang] Dump the rewritten sub-expressions in CXXDefaultArgExpr/CXXDefaultIni...yronglin2024-01-314-1/+105
| * [-Wunsafe-buffer-usage] Fix AST matcher of UUCAddAssignGadget (#79392)jkorous-apple2024-01-301-1/+6
| * [DebugNames] Compare TableEntry names more efficiently (#79759)Felipe de Azevedo Piovezan2024-01-302-2/+15
| * [libc] implement mlock/mlock2/munlock/mlockall/munlockall (#79645)Schrodinger ZHU Yifan2024-01-3020-7/+607
| * [mlir][python] enable memref.subview (#79393)Maksim Levental2024-01-307-159/+516
| * [SelectionDAG] Expand fixed point multiplication into libcall (#79352)PiJoules2024-01-307-104/+2038
| * [dfsan] Wrap glibc 2.38 __isoc23_* functions (#79958)Fangrui Song2024-01-303-155/+59
| * [msan] Unpoison indirect outputs for userspace using memset for large operand...Fangrui Song2024-01-302-4/+22
| * Revert "[flang][openacc] Check trip count invariance with other IVs (#79906)"Valentin Clement2024-01-302-83/+8
| * [flang][openacc] Check trip count invariance with other IVs (#79906)Valentin Clement (バレンタイン クレメン)2024-01-302-8/+83
| * [clang][CFG] Change child order in Reverse Post Order (RPO) iteration. (#80030)Yitzhak Mandelbaum2024-01-303-18/+43
| * [libc] disable epoll_pwait2 due to breakage (#80051)michaelrj-google2024-01-301-1/+3
| * [clang][dataflow] Drop block-relative cap on worklist iterations. (#80033)Yitzhak Mandelbaum2024-01-301-8/+0
| * [gn build] Port d8b61d716899LLVM GN Syncbot2024-01-302-0/+2
| * [OpenACC] Better recover during clause parsingerichkeane2024-01-302-38/+83
| * [OpenACC] Implement 'wait' clause parsing.erichkeane2024-01-303-12/+173
| * [FIX] Require AMDGPU target in test case `llvm/test/MachineVerifier/writelane...Shilei Tian2024-01-301-0/+2
| * [llvm-exegesis] Add middle half repetition mode (#77020)Aiden Grossman2024-01-3010-45/+271
| * [AMDGPU][AsmParser] Allow `v_writelane_b32` to use SGPR and M0 as source oper...Shilei Tian2024-01-303-0/+55
| * [RISCV] Minor cleanup to rori MC layer testing. NFCCraig Topper2024-01-304-11/+11
| * [Clang] Fix typo in __fprintf_chk Prototype (#80012)Jinsong Ji2024-01-301-1/+1
| * [mlir][sparse] use shared value storage between wrapped iterator and the wrap...Peiming Liu2024-01-302-122/+133
| * [lldb][progress] Correctly check total for deterministic progress (#79912)Chelsea Cassanova2024-01-304-4/+8
| * [AMDGPU] Correctly exclude the HIP host from arch macrosJoseph Huber2024-01-301-2/+3
| * [libc++] Simplify features for detecting atomics' support. (#75553)Konstantin Varlamov2024-01-3036-58/+25
| * [Clang] Fix test failing on systems without ROCm installedJoseph Huber2024-01-301-2/+2
| * [libc] Change the starting port index to use the SMID (#79200)Joseph Huber2024-01-305-3/+17
| * [AMDGPU] Do not emit arch dependent macros with unspecified cpu (#80035)Joseph Huber2024-01-304-30/+50
| * [TextAPI] Fix -Wdocumentation error, NFCCyndy Ishida2024-01-301-1/+1
| * [libc++] Move __libcpp_timespec_t into namespace std (#80004)Louis Dionne2024-01-304-6/+10
| * Revert "[clang] static operators should evaluate object argument (#68485)"Aaron Ballman2024-01-309-158/+42
| * [mlir][nvgpu] Mark TMA descriptor as MemWriteAt in `tma.async.store` (#79427)Guray Ozen2024-01-302-1/+31
| * [SLP]Fix PR80027: Fix costs processing for minbitwidth types.Alexey Bataev2024-01-302-24/+80
| * [OpenMP52][LIBOMPTARGET] Do not throw error in omp_get_mapped_ptr for the hos...Saiyedul Islam2024-01-301-1/+1
| * [RISCV] Use Twine concatentation for error messages in RISCVISAInfo. (#79956)Craig Topper2024-01-301-14/+13