summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more renameupstream/users/fmayer/spr/nfc-hwasan-factor-getpcfp-out-of-hwasan-classFlorian Mayer2024-03-141-4/+4
* renameFlorian Mayer2024-03-143-19/+17
* rebasFlorian Mayer2024-03-08640-11297/+21634
|\
| * [𝘀𝗽𝗿] changes introduced through rebaseFlorian Mayer2024-03-08640-11297/+21634
| |\
| | * [NFC] [hwasan] remove unused methodFlorian Mayer2024-03-081-1/+0
| | * [libc][NFCI] Remove lane size template argument on RPC server (#84557)Joseph Huber2024-03-082-273/+234
| | * [libc++] Don't build against libcxxrt by default on FreeBSD (#84484)Louis Dionne2024-03-081-2/+0
| | * [TBAA] Add bail-out to skip tbaa generation to getTBAAStructInfo. (#84386)Florian Hahn2024-03-082-2/+3
| | * [Mips] Fix missing sign extension in expansion of sub-word atomic max (#77072)yingopq2024-03-082-129/+577
| | * [OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER2024-03-082-5/+72
| | * [PGO] Add support for writing previous indexed format (#84505)Teresa Johnson2024-03-084-43/+102
| | * Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer2024-03-0872-394/+247
| | * Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer2024-03-0818-337/+26
| | * [gn build] Port 087666811452LLVM GN Syncbot2024-03-081-1/+1
| | * [AArch64] Make more vector f16 operations legalDavid Majnemer2024-03-0813-3665/+864
| | * [AArch64] Optimize fp64 <-> fp16 SIMD conversionsDavid Majnemer2024-03-089-170/+252
| | * [AMDGPU] Replace `isInlinableLiteral16` with specific version (#84402)Shilei Tian2024-03-0847-1044/+1180
| | * [ELF] Simplify GdbIndexSection. NFCFangrui Song2024-03-081-17/+10
| | * [libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser2024-03-0810-12/+12
| | * Update host CPU detection for Apple M2 and Apple M3 (#82100)Mads Marquart2024-03-081-1/+7
| | * [AMDGPU] Simplify and refactor VBUFFER_Real class definitions. NFC. (#84521)Jay Foad2024-03-081-17/+14
| | * [AMDGPU] Use get_BUF_ps to default real_name of BUF instructions. NFC. (#84524)Jay Foad2024-03-081-13/+18
| | * workflows: Fixes for building the release binaries (#83694)Tom Stellard2024-03-081-1/+6
| | * [DFSan] Add missing documentation for -dfsan-reaches-function-callbacks. (#84...Andrew Browne2024-03-081-0/+22
| | * [SLP]Improve minbitwidth analysis.Alexey Bataev2024-03-0815-306/+594
| | * AMDGPU: Rename HasVinterInsts to HasVINTERPEncoding, NFC (#84535)Changpeng Fang2024-03-083-4/+4
| | * Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl2024-03-0872-247/+394
| | * AMDGPU: Copy SubtargetPredicate from pseudo to real for dpp16 and dpp8 (#84517)Changpeng Fang2024-03-084-7/+8
| | * [SelectionDAG] Allow FREEZE to be hoisted before integer SETCC. (#84241)Craig Topper2024-03-087-147/+128
| | * [NFC] Remove unnecessary 'Builtins.def' file.erichkeane2024-03-081-102/+0
| | * [DirectX][docs] Expand DXILArchitecture documentation (#84077)Chris B2024-03-081-0/+46
| | * [ELF] Sort sections in order. NFCFangrui Song2024-03-081-1/+1
| | * [clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (#84236)Piotr Zegar2024-03-085-13/+766
| | * [Asan] Add "funclet" OpBundle to generated runtime calls if required by EH pe...sylvain-audi2024-03-084-209/+402
| | * [WebAssembly] Use SetVector instead of SmallPtrSet in FixBrTableDefaults (#84...Derek Schuff2024-03-081-3/+5
| | * Actually disable the module generation tests.Eric Fiselier2024-03-082-0/+10
| | * [lldb][FreeBSD] Fix crash when execve fails with asserts enabledDavid Spickett2024-03-081-2/+2
| | * [libc][math][c23] Add (l|ll)rintf128 and (l|ll)roundf128 math functions. (#84...lntue2024-03-0824-27/+474
| | * Revert "[libc++] Disable module_std and module_std_compat tests"Louis Dionne2024-03-082-6/+0
| | * [libc][docs] add slides link for Tue's 2023 talk (#84516)Nick Desaulniers2024-03-081-0/+1
| | * [OpenACC] Add Compute Context Serialization test, fix a bugerichkeane2024-03-083-2/+11
| | * [mlir][mesh] Make sharding propagation and spmdization work on FuncOpInterfac...Boian Petkantchin2024-03-086-16/+20
| | * Add support for Arm Cortex A78AE CPU (#84485)Jonathan Thackray2024-03-0814-5/+71
| | * [C++20][Coroutines] Lambda-coroutine with operator new in promise_type (#84193)Andreas Fertig2024-03-085-9/+169
| | * [AMDGPU] Simplify renamed BUF instruction definitions. NFC. (#84503)Jay Foad2024-03-081-125/+114
| | * [libc++] Disable module_std and module_std_compat testsLouis Dionne2024-03-082-0/+6
| | * [IR] Add `getNoWrapKind` method for `OverflowingBinaryOperator` (NFC)Antonio Frighetto2024-03-082-6/+13
| | * [HIP] fix host-used external kernel (#83870)Yaxun (Sam) Liu2024-03-083-2/+21
| | * [libc][c23] make inttypes.h compat with c23 (#84493)Schrodinger ZHU Yifan2024-03-082-4/+137
| | * [Clang][LLVM][SVE2.1] Created intrinsics for DUPQ instr. (#83260)Lukacma2024-03-087-6/+357