summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/vitalybuka/spr/main.clangcodegen-guard-ubsan-checks-with-llvmallowubsancheckVitaly Buka2024-04-03320-12188/+16780
|\
| * [clang] Precommit test for `llvm.allow.ubsan.check()` (#87435)Vitaly Buka2024-04-031-0/+207
| * Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka2024-04-0311-493/+73
| * [flang] Fixed MODULO(x, inf) to produce NaN. (#86145)Slava Zakharin2024-04-035-15/+105
| * [SLP]Fix PR87477: fix alternate node cast cost/codegen.Alexey Bataev2024-04-032-25/+74
| * [Offload][NFC] Add offload subfolder and README (#77154)Johannes Doerfert2024-04-031-0/+20
| * [CodeGen] Fix a warningKazu Hirata2024-04-031-1/+1
| * [mlir][math] Convert math.fpowi to math.powf in case of non constant (#87472)Prashant Kumar2024-04-032-5/+63
| * [SamplePGO] Support -salvage-stale-profile without probes too (#86116)Krzysztof Pszeniczny2024-04-033-4/+256
| * [OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326)Jonathan Peyton2024-04-034-77/+256
| * [clang] Support __typeof_unqual__ in all C modes (#87392)Nathan Chancellor2024-04-034-24/+37
| * [NFC] Delete unintentionally added fileChris Bieneman2024-04-031-76/+0
| * [libc++][chrono] Loads leap-seconds.list in tzdb. (#82113)Mark de Wever2024-04-0325-23/+852
| * [clang-format] Lambda parameter should be passed by const reference (#87306)Owen Pan2024-04-031-1/+1
| * [mlir] Enhance TimingManager Printing Flexibility (#85821)Hsiangkai Wang2024-04-034-94/+297
| * [libc++] Disables -Wweak-vtables diagnostics. (#85577)Mark de Wever2024-04-031-0/+3
| * [VectorCombine][X86] Add some tests showing failure to fold shuffle(cast(x),c...Simon Pilgrim2024-04-031-0/+189
| * [AMDGPU][MC] Enables sgpr or imm src1 for float VOP3 DPP, but excludi… (#87...Joe Nash2024-04-0319-19/+2055
| * [NFC] Automatically generate indirect-branch-tracking-eh2.llAmaury Séchet2024-04-031-48/+172
| * [SelectionDAG] Dump convergencectrl_glue DAG node (#87487)Jay Foad2024-04-031-0/+1
| * [NFC] Bump DIAG_SIZE_FRONTEND (hit the limit downstream as of e05c1b46)Paul Robinson2024-04-031-1/+1
| * [lldb] Correct byte order check for 128 bit integer registersDavid Spickett2024-04-031-1/+1
| * [CodeGen] Fix test after #86049Weining Lu2024-04-031-0/+1
| * [DAG] visitADDLikeCommutative - convert (add x, shl(0 - y, n)) fold to SDPatt...Simon Pilgrim2024-04-031-6/+4
| * [mlir] Apply ClangTidy findings.Adrian Kuegel2024-04-031-3/+3
| * [X86] getEffectiveX86CodeModel - take a Triple argument instead of just a Is6...Simon Pilgrim2024-04-031-3/+4
| * [DAG] SimplifyDemandedVectorElts - add ISD::AVGCEILS/AVGCEILU/AVGFLOORS/AVGFL...aniplcc2024-04-033-7/+60
| * [SLP][NFC]Simplify common analysis of instructions in BoUpSLP::collectValuesT...Alexey Bataev2024-04-031-107/+78
| * [SystemZ][z/OS] Remove COMPILER_IBMXL macro for z/OS (#87493)Fanbo Meng2024-04-032-7/+4
| * [VPlan] Factor out logic to check if recipe is dead (NFCI).Florian Hahn2024-04-031-16/+22
| * [mlir][EmitC] Fix examples in op descriptions (#87478)Simon Camphausen2024-04-031-6/+4
| * [Flang][AMDGPU] Change default AMDHSA Code Object version to 5 (#87464)Dominik Adamski2024-04-032-3/+3
| * [clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg2024-04-0311-73/+493
| * [MLIR] Add endianness accessors to the data layout (#87347)Christian Ulmann2024-04-038-0/+90
| * [Flang] Support for procedure pointer component default initialization. (#87356)Daniel Chen2024-04-032-3/+51
| * [X86] Add vector truncation tests for nsw/nuw flagsSimon Pilgrim2024-04-031-0/+2213
| * [LV] Precommit tests with any-of reductions and epilogue vectorization.Florian Hahn2024-04-031-0/+222
| * [libc++] Update status page after the Tokyo meeting (#87395)Louis Dionne2024-04-0321-736/+1684
| * [libc++] Upstream ptrauth support in libc++ and libc++abi (#84573)Louis Dionne2024-04-033-1/+44
| * [VP][DAGCombine] Use `simplifySelect` when combining vp.select. (#87342)AinsleySnow2024-04-032-0/+60
| * [X86] Haswell/Broadwell/Skylake DPPS folded instructions use an extra port06 ...Simon Pilgrim2024-04-0312-46/+54
| * [Object][COFF][NFC] Introduce getMachineArchType helper. (#87370)Jacek Caban2024-04-033-37/+38
| * Print more descriptive error message when trying to link a global with append...Gleb Popov2024-04-032-2/+2
| * [X86_32] Teach X86_32 va_arg to ignore empty structs. (#86075)Longsheng Mou2024-04-032-0/+27
| * [mlir][EmitC] Add support for pointer and opaque types to subscript op (#86266)Simon Camphausen2024-04-039-31/+175
| * [bazel] Port for e05c1b46d0d3739cc48ad912dbe6e9affce05927.Haojian Wu2024-04-031-1/+5
| * [libc++] Fix tests on musl (#85085) (#86934)Louis Dionne2024-04-033-42/+47
| * [libc++] Add a static_assert for a Mandates in seed_seq (#86992)Louis Dionne2024-04-032-0/+64
| * [SLP] Use isValidElementType instead of (#87469)Han-Kuan Chen2024-04-031-1/+1
| * Reenable external categories (#87357)Daniel Grumberg2024-04-0380-8845/+3892