aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-14more renameusers/fmayer/spr/nfc-hwasan-factor-getpcfp-out-of-hwasan-classFlorian Mayer1-4/+4
2024-03-14renameFlorian Mayer3-19/+17
2024-03-08rebasFlorian Mayer640-11297/+21634
2024-03-08[𝘀𝗽𝗿] changes introduced through rebaseFlorian Mayer640-11297/+21634
2024-03-08[NFC] [hwasan] remove unused methodFlorian Mayer1-1/+0
2024-03-08 [libc][NFCI] Remove lane size template argument on RPC server (#84557)Joseph Huber2-273/+234
2024-03-08[libc++] Don't build against libcxxrt by default on FreeBSD (#84484)Louis Dionne1-2/+0
2024-03-08[TBAA] Add bail-out to skip tbaa generation to getTBAAStructInfo. (#84386)Florian Hahn2-2/+3
2024-03-08[Mips] Fix missing sign extension in expansion of sub-word atomic max (#77072)yingopq2-129/+577
2024-03-08[OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER2-5/+72
2024-03-08[PGO] Add support for writing previous indexed format (#84505)Teresa Johnson4-43/+102
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer72-394/+247
2024-03-08Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer18-337/+26
2024-03-08[gn build] Port 087666811452LLVM GN Syncbot1-1/+1
2024-03-08[AArch64] Make more vector f16 operations legalDavid Majnemer13-3665/+864
2024-03-08[AArch64] Optimize fp64 <-> fp16 SIMD conversionsDavid Majnemer9-170/+252
2024-03-08[AMDGPU] Replace `isInlinableLiteral16` with specific version (#84402)Shilei Tian47-1044/+1180
2024-03-08[ELF] Simplify GdbIndexSection. NFCFangrui Song1-17/+10
2024-03-08[libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser10-12/+12
2024-03-08Update host CPU detection for Apple M2 and Apple M3 (#82100)Mads Marquart1-1/+7
2024-03-08[AMDGPU] Simplify and refactor VBUFFER_Real class definitions. NFC. (#84521)Jay Foad1-17/+14
2024-03-08[AMDGPU] Use get_BUF_ps to default real_name of BUF instructions. NFC. (#84524)Jay Foad1-13/+18
2024-03-08workflows: Fixes for building the release binaries (#83694)Tom Stellard1-1/+6
2024-03-08[DFSan] Add missing documentation for -dfsan-reaches-function-callbacks. (#84...Andrew Browne1-0/+22
2024-03-08[SLP]Improve minbitwidth analysis.Alexey Bataev15-306/+594
2024-03-08AMDGPU: Rename HasVinterInsts to HasVINTERPEncoding, NFC (#84535)Changpeng Fang3-4/+4
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl72-247/+394
2024-03-08AMDGPU: Copy SubtargetPredicate from pseudo to real for dpp16 and dpp8 (#84517)Changpeng Fang4-7/+8
2024-03-08[SelectionDAG] Allow FREEZE to be hoisted before integer SETCC. (#84241)Craig Topper7-147/+128
2024-03-08[NFC] Remove unnecessary 'Builtins.def' file.erichkeane1-102/+0
2024-03-08[DirectX][docs] Expand DXILArchitecture documentation (#84077)Chris B1-0/+46
2024-03-08[ELF] Sort sections in order. NFCFangrui Song1-1/+1
2024-03-08[clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (#84236)Piotr Zegar5-13/+766
2024-03-08[Asan] Add "funclet" OpBundle to generated runtime calls if required by EH pe...sylvain-audi4-209/+402
2024-03-08[WebAssembly] Use SetVector instead of SmallPtrSet in FixBrTableDefaults (#84...Derek Schuff1-3/+5
2024-03-08Actually disable the module generation tests.Eric Fiselier2-0/+10
2024-03-08[lldb][FreeBSD] Fix crash when execve fails with asserts enabledDavid Spickett1-2/+2
2024-03-08[libc][math][c23] Add (l|ll)rintf128 and (l|ll)roundf128 math functions. (#84...lntue24-27/+474
2024-03-08Revert "[libc++] Disable module_std and module_std_compat tests"Louis Dionne2-6/+0
2024-03-08[libc][docs] add slides link for Tue's 2023 talk (#84516)Nick Desaulniers1-0/+1
2024-03-08[OpenACC] Add Compute Context Serialization test, fix a bugerichkeane3-2/+11
2024-03-08[mlir][mesh] Make sharding propagation and spmdization work on FuncOpInterfac...Boian Petkantchin6-16/+20
2024-03-08Add support for Arm Cortex A78AE CPU (#84485)Jonathan Thackray14-5/+71
2024-03-08[C++20][Coroutines] Lambda-coroutine with operator new in promise_type (#84193)Andreas Fertig5-9/+169
2024-03-08[AMDGPU] Simplify renamed BUF instruction definitions. NFC. (#84503)Jay Foad1-125/+114
2024-03-08[libc++] Disable module_std and module_std_compat testsLouis Dionne2-0/+6
2024-03-08[IR] Add `getNoWrapKind` method for `OverflowingBinaryOperator` (NFC)Antonio Frighetto2-6/+13
2024-03-08[HIP] fix host-used external kernel (#83870)Yaxun (Sam) Liu3-2/+21
2024-03-08[libc][c23] make inttypes.h compat with c23 (#84493)Schrodinger ZHU Yifan2-4/+137
2024-03-08[Clang][LLVM][SVE2.1] Created intrinsics for DUPQ instr. (#83260)Lukacma7-6/+357