summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/arichardson/spr/asan-remove-xfail-from-tests-that-are-passing-with-debug-checksAlex Richardson2024-03-095-11/+0
* [Support] Fix Process::PreventCoreFiles() when coredumps are pipedAlexander Richardson2024-03-081-1/+20
* [tsan] Intercept __tls_get_addr_earlierAlexander Richardson2024-03-081-9/+11
* [tsan] Fix running check-ubsan with COMPILER_RT_DEBUG=ONAlexander Richardson2024-03-081-2/+4
* [X86] Finally handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse...Freddy Ye2024-03-0911-121/+316
* [compiler-rt] Simplify and rename of operator_new_size_typeAlexander Richardson2024-03-083-12/+5
* github-upload-release.py: Fix bug preventing release creation (#84571)Tom Stellard2024-03-081-1/+1
* [clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan2024-03-087-41/+83
* [llvm-c] Add C API methods to match size_t ConstantDataArray C++ API signatur...erer12432024-03-094-4/+27
* llvm/docs: Try to fix some broken linksDavid Blaikie2024-03-092-2/+2
* [SelectionDAG] Allow FREEZE to be hoisted before FP SETCC. (#84358)Craig Topper2024-03-088-991/+991
* [clang] Fix crash when declaring invalid lambda member (#74110)Nikolas Klauser2024-03-093-13/+17
* [libc++] Allow the use of extensions in the implementation (#79532)Nikolas Klauser2024-03-092-26/+41
* Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl2024-03-0873-248/+399
* Revert "[builtins] Disable COMPILER_RT_CRT_USE_EH_FRAME_REGISTRY by d… (#84...Daniel Thornburgh2024-03-082-1/+11
* [mlir][ArmNeon] Implements LowerVectorToArmNeon Pattern for SMMLA (#81895)Kojo Acquah2024-03-0813-13/+338
* [mlir] Add missing build deps for Mesh transforms (#84581)Jakub Kuderski2024-03-082-0/+4
* Skip MemtagBasicDeathTest#Unsupported when running with HWASan (#84243)Florian Mayer2024-03-081-0/+5
* [mlir] tentative fix for "'GTEST_NO_LLVM_SUPPORT' is not defined" war… (#84...Peiming Liu2024-03-081-0/+3
* [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