summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/aaupov/spr/main.bolt-map-branch-source-address-to-the-containing-basic-block-in-bat-yamlAmir Ayupov7 days1493-44867/+47769
|\
| * [BOLT] Use disambiguated local names in BAT YAMLAmir Ayupov8 days2-1/+6
| * [clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression exp...Congcong Cai8 days4-29/+53
| * [Driver] Remove elf::script indirection. NFCFangrui Song8 days3-3/+8
| * [clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)Owen Pan8 days13-134/+121
| * [Driver] Remove unused getInstalledDirFangrui Song8 days1-5/+0
| * [IR][PatternMatch] Make `m_Checked{Int,Fp}` accept `Constant *` output instea...Noah Goldstein9 days2-64/+72
| * Revert "[flang][cuda] Implicitly load cudadevice module in device/global subp...Valentin Clement (バレンタイン クレメン)9 days9-181/+1
| * [InstallAPI] Pass explicit module cache to avoid permissions issues.Cyndy Ishida9 days2-2/+8
| * [VP][RISCV] Add vp.reduce.fmaximum/fminimum and its RISC-V codegen (#91782)Min-Yih Hsu9 days13-29/+453
| * [Clang] Fix tests broken by #91811 (#91822)cor3ntin9 days2-4/+4
| * [libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang9 days1-0/+1
| * [RISCV] Remove the pre-split from RISCVISAInfo::parseArchString. NFCICraig Topper9 days1-14/+10
| * [AMDGPU] Initialize MachineFunctionInfo for unittest (#91820)Janek van Oirschot9 days1-2/+8
| * [AMDGPU] Combine build_vector patterns for i16 and f16. NFCI. (#91806)Stanislav Mekhanoshin9 days1-34/+17
| * Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim9 days1-6/+6
| * [X86] scalarizeExtractedBinop - reuse existing SDLoc. NFC.Simon Pilgrim9 days1-3/+2
| * [libc] Add memory fence utility to the GPU utilities (#91756)Joseph Huber9 days2-0/+9
| * [AMDGPU] Make fneg/fabs/copysign legal for bf16 (#91676)Stanislav Mekhanoshin9 days4-236/+169
| * [clang] Revert default behavior change of P0522R0 implementation (#91811)Matheus Izvekov9 days2-9/+11
| * Revert "[Pipelines] Do not run CoroSplit and CoroCleanup in LTO pre-link pipe...Reid Kleckner9 days5-85/+10
| * [bazel] Codesign debugserver on macOS (#91789)Keith Smiley9 days2-13/+38
| * [flang][cuda] Implicitly load cudadevice module in device/global subprogram (...Valentin Clement (バレンタイン クレメン)9 days9-1/+181
| * [lldb][DWARF] Do not complete type from declaration die. (#91799)Zequan Wu9 days1-0/+5
| * [test] Move RISCV tests to clang/test/CodeGen/RISCV/Fangrui Song9 days13-0/+0
| * [BOLT] Preserve Offset annotation in SCTC (#91693)Amir Ayupov9 days2-3/+12
| * [flang][Lower] Treat directives with nested evaluations as constructs (#91614)Krzysztof Parzyszek9 days2-3/+32
| * [Flang] Remove deprecated cast style that snuck in during landing of 435e850b...agozillon9 days1-1/+1
| * ISel/AArch64: custom lower vector ISD::[L]LRINT (#89035)Ramkumar Ramachandra9 days8-759/+7740
| * [Offload] Fix new fortran OpenMP offload test failures via addition of requiresagozillon9 days2-0/+2
| * Reland "[libc][NFC] adjust time related implementations"" (#91687)Schrodinger ZHU Yifan9 days27-75/+331
| * [RISCV] Use map::count instead of hasExtension in computeDefaultABI. NFCCraig Topper9 days1-6/+6
| * [Flang][OpenMP][MLIR] Initial derived type member map supportAndrew Gozillon9 days22-283/+1223
| * [OpenMP][MLIR] Extend record member map support for omp dialect to LLVM-IRAndrew Gozillon9 days5-88/+343
| * [OpenMP][MLIR] Add new arguments to map_info to help support record type mapsAndrew Gozillon9 days3-7/+117
| * [Flang][OpenMP] Derived type member map fortran offload runtime testsAndrew Gozillon9 days30-5/+1306
| * [gn build] Port 05f88b1769dbLLVM GN Syncbot9 days1-1/+0
| * Generate a new requirements.txt to fix CVEs (#90109)Joyce9 days2-28/+26
| * [AArch64] Combine getActiveLaneMask with vector_extract (#81139)Momchil Velikov9 days2-0/+218
| * Revert "[DirectX] Fix DXIL part header version encoding" (#91791)Justin Bogner9 days6-61/+11
| * [mlir][sparse] allow multiple COO segments in sparse encodings. (#91786)Peiming Liu9 days2-5/+21
| * [ctx_profile] Fix signed-ness in CtxInstrProfilingTest.cppMircea Trofin9 days1-2/+2
| * Revert "[Flang][OpenMP] Derived type member map fortran offload runtime tests...agozillon9 days30-1306/+5
| * [libc++][NFC] Replace __apply_cv with __copy_cv or __copy_cvref (#90867)Nikolas Klauser9 days9-58/+11
| * [Flang][OpenMP] Derived type member map fortran offload runtime tests (#82850)agozillon9 days30-5/+1306
| * [mlir][tosa] Cleanups for post-merge review comments in tosa-infer-shapes (#8...Spenser Bauman9 days1-20/+21
| * [Driver,test] Add -Werror to -ffp-contract/-ffp-model testsFangrui Song9 days2-80/+77
| * [AArch64] make +dit non-FMV-only (#90987)Tomas Matheson9 days1-4/+4
| * [flang][cuda] Reapply restriction on kernel subprogram but not device (#91764)Valentin Clement (バレンタイン クレメン)9 days2-3/+22
| * [ctx_profile] Arena should zero-initialize its allocation area.Mircea Trofin9 days3-1/+18