summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/ilovepi/spr/main.riscv-use-the-thread-local-stack-protector-for-android-targetsPaul Kirth2024-04-05262-9155/+14163
|\
| * [llvm][NFC] Update URL in comment about Android ABIPaul Kirth2024-04-051-1/+1
| * [llvm-ranlib] Change -v (alias for --version) to -VFangrui Song2024-04-053-6/+19
| * Fix issue with never-constexpr __construct_at in C++ < 20. (#87403)Eric2024-04-051-1/+1
| * [ORC] Fix an EDU-update bug in ExecutionSession::IL_failSymbols.Lang Hames2024-04-051-5/+10
| * [flang][cuda] Lower device to host and device to device transfer (#87387)Valentin Clement (バレンタイン クレメン)2024-04-053-11/+182
| * [clang][CodeGen] Guard ubsan checks with `llvm.allow.ubsan.check` (#87436)Vitaly Buka2024-04-052-38/+82
| * [libcxx] coerce formatter precision to int (#87738)Brian Cain2024-04-051-1/+1
| * [llvm][ADT] Use ADL to find begin()/end() in interleave* (#87669)Jon Roelofs2024-04-053-2/+45
| * [bazel] Improve libc build on macOS (#86174)Keith Smiley2024-04-051-10/+130
| * [X86] pr45995.ll - add nounwind to silence cfi noiseSimon Pilgrim2024-04-051-31/+2
| * [X86] bool-vector.ll - add nounwind to silence cfi noiseSimon Pilgrim2024-04-051-5/+2
| * Reland "[flang][runtime] Enable I/O APIs in F18 runtime offload builds." (#87...Slava Zakharin2024-04-058-213/+235
| * [bazel] Add the remaining llvm-driver tools (#87302)Jordan Rupprecht2024-04-054-291/+185
| * Reland "[GlobalISel] Fix the infinite loop issue in `commute_int_constant_to_...Michael Liao2024-04-052-8/+38
| * Fix tbaa.struct metadata for bitfields using big endian. (#87753)Julian Nagele2024-04-052-8/+11
| * [TTI] getCommonMaskedMemoryOpCost - add AddressSpace argumentSimon Pilgrim2024-04-051-3/+6
| * [MLIR][LLVM] Remove bitcast pattern from type consistency pass (#87755)Christian Ulmann2024-04-053-56/+1
| * [MLIR][OpenMP] Skip host omp ops when compiling for the target device (#85239)Jan Leyonberg2024-04-058-118/+314
| * [RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer2024-04-0514-26/+145
| * [FLANG] allow -fopenmp= (#86816)Mats Petersson2024-04-055-24/+114
| * Reapply "[LV] Improve AnyOf reduction codegen. (#78304)"Florian Hahn2024-04-0511-310/+425
| * [OpenMP] Add amdgpu-num-work-groups attribute to OpenMP kernels (#87695)Joseph Huber2024-04-052-0/+37
| * [libc] Implement roundeven C23 math functions (#87678)Vinayak Dev2024-04-0526-2/+575
| * [TTI] getCommonMaskedMemoryOpCost - pull out repeated getNumElements calls. NFC.Simon Pilgrim2024-04-051-11/+11
| * [X86] Add TODO to remove getGSScalarCost and use BaseT / getCommonMaskedMemo...Simon Pilgrim2024-04-051-0/+1
| * [mlir][OpFormatGen][NFC] Change Raw{Operands,Types} arrays to objects (#85631)Andrei Golubev2024-04-051-11/+12
| * Fix formatting of a comment; NFC (#87739)AX网2024-04-051-1/+1
| * [flang][NFC] Unify getIfConstantIntValue helpers (#87633)Tom Eccles2024-04-053-26/+15
| * [LLD][COFF] Add ARM64EC support to findLineTable. (#87240)Jacek Caban2024-04-052-10/+63
| * [SLP] Protect against scalable vector users.David Green2024-04-052-0/+29
| * [CostModel][X86] Update masked load/store/gather/scatter tests to explicitly ...Simon Pilgrim2024-04-055-6599/+6977
| * [TTI][X86] getGSVectorCost/getGSScalarCost - add CostKind to the function arg...Simon Pilgrim2024-04-052-17/+19
| * [NFC] Remove semicolons after function definitions (#87764)NagyDonat2024-04-051-2/+2
| * Revert "[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (...Mehdi Amini2024-04-055-334/+46
| * Revert "[mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` imple...Mehdi Amini2024-04-051-36/+44
| * Revert "[mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#86383)"Mehdi Amini2024-04-052-101/+0
| * [mlir][arith] Add result pretty printing for constant vscale values (#83565)Benjamin Maxwell2024-04-053-1/+44
| * Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips2024-04-059-278/+8
| * [analyzer] Remove barely used class 'KnownSVal' (NFC) (#86953)NagyDonat2024-04-054-16/+9
| * [analyzer] Make recognition of hardened __FOO_chk functions explicit (#86536)NagyDonat2024-04-057-131/+217
| * [Thumb] Resolve FIXME: Use 'mov hi, $src; mov $dst, hi' (#81908)AtariDreams2024-04-056-31/+66
| * [mlir][test] Extend CMake logic for e2e testsAndrzej Warzynski2024-04-053-1/+115
| * Reland "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett2024-04-0516-57/+252
| * Revert "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett2024-04-0514-235/+53
| * [flang][clang] Add Visibility specific help text for options (#81869)David Spickett2024-04-0514-53/+235
| * Fix a few broken links (#87098)mlevesquedion2024-04-059-21/+21
| * [Clang][Sema] Skip checking anonymous enum in using enum declaration (#87144)Qizhi Hu2024-04-053-0/+37
| * [MLIR][LLVM] Improve bit- and addrspacecast folders (#87745)Christian Ulmann2024-04-053-32/+74
| * [MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87...Christian Ulmann2024-04-052-4/+284