summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [AST] Teach TextNodeDumper to print the "implicit" bit for coroutine AST node...Haojian Wu2024-01-093-0/+81
* [bazel] update build for 2357e899cb11e05312c54b689ebd0355487be6bcMikhail Goncharov2024-01-091-7/+25
* Set dllstorage on ObjectiveC ivar offsets (#77385)Frederik Carlier2024-01-092-0/+31
* [NFC] [lld] [MTE] Rename MemtagDescriptors to MemtagGlobalDescriptors (#77300)Mitch Phillips2024-01-094-18/+21
* [AMDGPU] Add GFX12 S_WAIT_* instructions (#77336)Jay Foad2024-01-096-7/+164
* [mlir][ArmSME] Add `arm_sme.intr.cnts(b|h|w|d)` intrinsics (#77319)Benjamin Maxwell2024-01-093-0/+35
* [RISCV] Deduplicate RISCVISAInfo::toFeatures/toFeatureVector. NFC (#76942)Luke Lau2024-01-096-42/+47
* [DWARFLinker][DWARFLinkerParallel][NFC] Refactor DWARFLinker&DWARFLinkerParal...avl-llvm2024-01-0960-831/+742
* [flang] add folding support for quad bessels (#77314)jeanPerier2024-01-091-0/+7
* [clang] Fix assertion failure when initializing union with FAM (#77298)Nikita Popov2024-01-093-1/+12
* AMDGPU: Replace sqrt OpenCL libcalls with llvm.sqrt (#74197)Matt Arsenault2024-01-093-70/+43
* [mlir][vector] Don't treat memrefs with empty stride as non-contiguous (#76848)Andrzej Warzyński2024-01-092-26/+49
* [mlir][Bazel] Adjust BUILD.bazel file for b43c50490c5964b3b1aa1b95a9025a5b594...Adrian Kuegel2024-01-091-15/+37
* [MC][RISCV] Check hasEmitNops before call shouldInsertExtraNopBytesForCodeAli...Jinyang He2024-01-092-1/+26
* [LoongArch] Support R_LARCH_{ADD,SUB}_ULEB128 for .uleb128 and force relocs w...Jinyang He2024-01-098-39/+187
* [Documentation] fix invalid links in documentation (#76502)Hana Dusíková2024-01-092-2/+2
* [BinaryFormat][LoongArch] Define psABI v2.30 relocs (#77039)Lu Weining2024-01-092-0/+59
* [RISCV] Add documentation in the LangRef on GHC CC (#72762)Aiden Grossman2024-01-081-2/+5
* Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#77...Nick Anderson2024-01-09112-238/+400
* [X86][test] Add test to check ah is not allocatable for register class gr8_no...Shengchen Kan2024-01-091-0/+9
* [RISCV][ISel] Use vaaddu with rounding mode rdn for ISD::AVGFLOORU. (#76550)Chia2024-01-096-7/+482
* AMDGPU: Avoid instantiating PatFrag with null_frag (#77271)Matt Arsenault2024-01-091-4/+5
* [mlir] Use StringRef::ltrim (NFC)Kazu Hirata2024-01-084-12/+6
* [OpenMP] Patch for Support to loop bind clause : Checking Parent Region (#76938)SunilKuravinakop2024-01-094-37/+225
* [ELF] -r: fix crash when SHF_LINK_ORDER linked-to section has a larger indexFangrui Song2024-01-082-0/+62
* [Instrumentation] Remove -pgo-instr-old-cfg-hashing (#77357)Kazu Hirata2024-01-083-66/+18
* Make clang report invalid target versions. (#75373)ZijunZhaoCCK2024-01-087-6/+45
* [CMake] Add support for building on illumos (#74930)Brad Smith2024-01-084-6/+23
* [ELF] Support R_RISCV_SET_ULEB128/R_RISCV_SUB_ULEB128 in SHF_ALLOC sections (...Fangrui Song2024-01-085-23/+124
* [mlir] Declare promised interfaces for the ConvertToLLVM extension (#76341)Justin Fargnoli2024-01-088-0/+16
* [test][sanitizer] Check summary function and a single stack frameVitaly Buka2024-01-081-8/+16
* [RISCV] Use getELen() instead of hardcoded 64 in lowerBUILD_VECTOR. (#77355)Craig Topper2024-01-082-132/+320
* Set MaxAtomicSizeInBitsSupported for remaining targets. (#75703)James Y Knight2024-01-0814-22/+101
* [RISCV] Add support predicating for ANDN/ORN/XNOR with short-forward-branch-o...Jim Lin2024-01-094-10/+179
* [doc][StackMaps] Fix typowangpc2024-01-091-1/+1
* Improve modeling of 'getcwd' in the StdLibraryFunctionsChecker (#77040)Ben Shi2024-01-093-3/+30
* [Analysis] Use StringRef::rtrim (NFC)Kazu Hirata2024-01-081-6/+1
* [msan] Unwind stack before fatal reports (#77168)Vitaly Buka2024-01-084-12/+46
* [Sema] Use StringRef::ltrim (NFC)Kazu Hirata2024-01-081-1/+1
* [test][hwasan] Test function name in summaries #77391 (#77397)Vitaly Buka2024-01-084-11/+11
* [CostModel][X86] Fix fpext conversion cost for 16 elements (#76278)HaohaiWen2024-01-092-1/+2
* [mlir][complex] Support Fastmath flag for complex.mulf (#74554)Kai Sasaki2024-01-092-28/+158
* [libc] temporarily set -Wno-shorten-64-to-32 (#77396)Nick Desaulniers2024-01-081-0/+3
* [libc] fix up #77384Nick Desaulniers2024-01-081-1/+1
* [ELF] OVERLAY: support optional start address and LMAFangrui Song2024-01-082-17/+29
* [libc] fix -Wconversion (#77384)Nick Desaulniers2024-01-081-1/+2
* [clang-tidy]unused using decls only check cpp files (#77335)Congcong Cai2024-01-092-1/+4
* [AArch64][SVE2] Add pattern for BCAX (#77159)Usman Nadeem2024-01-082-1/+147
* Revert "[ASan][libc++] String annotations optimizations fix with lambda (#762...Advenam Tacet2024-01-091-1/+1
* [RISCV] Add branch+c.mv macrofusion for sifive-p450. (#76169)Craig Topper2024-01-088-8/+505