summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [libc++] Rename __cpu_traits functions (#88741)Louis Dionne2024-04-1612-60/+59
| * [RISCV] Make more vector pseudos commutablePengcheng Wang2024-04-162-42/+116
| * [llvm-exegesis] Change preprocessor directives for getCurrentTIDAiden Grossman2024-04-161-2/+5
| * [StmtProfile] Don't profile the body of lambda expressionsChuanqi Xu2024-04-1610-28/+81
| * [RISCV] Generate more W instructonsPengcheng Wang2024-04-165-89/+447
| * [LLD] [COFF] Error out if the runtime pseudo relocation function is missing ...Martin Storsjö2024-04-167-1/+60
| * [clang] Drop unaligned from calls to readNext (NFC) (#88842)Kazu Hirata2024-04-164-142/+98
* | [𝘀𝗽𝗿] initial versionWang Pengcheng2024-04-1690-10283/+8900
|/
* [lldb] Fix nullptr dereference on running x86 binary with x86-disabled llvm (...Daniil Kovalev2024-04-164-0/+123
* [clang][dataflow] Fix result object location for builtin `<=>`. (#88726)martinboehme2024-04-162-0/+57
* [GlobalISel] Handle more commutable instructions in `commute_constant_to_rhs`darkbuck2024-04-1612-41/+815
* [RISCV] Add scheduling information for SiFive VCIX (#86093)Michal Terepeta2024-04-169-12/+149
* [RISCV] Change how MMO is rebuilt in lowerFixedLengthVectorLoadToRVV/lowerFix...Craig Topper2024-04-152-14/+24
* [RISCV] Correct the spelling of the Zcmop mnemonics. (#88826)Craig Topper2024-04-153-20/+20
* [C++20] [Modules] Don't import non-inline function bodies even if it is alway...Chuanqi Xu2024-04-162-8/+40
* [InstCombine] Implement `fcmp (fadd x, 0.0), y` => `fcmp x, y` optimization (...Vlad Mishel2024-04-162-0/+210
* [RISCV] Remove unnecessary NoHasStdExtZicfiss Predicate from cmop.1 and cmop....Craig Topper2024-04-151-7/+1
* [RISCV] Add FeatureStdExtI to all CPUs in RISCVProcessors.td. NFC (#88805)Craig Topper2024-04-151-2/+25
* [lldb][lit] Guard MallocNanoZone envvar in shell tests (#88824)Chelsea Cassanova2024-04-152-4/+9
* [flang][cuda] Add fir.cuda_allocate operation (#88586)Valentin Clement (バレンタイン クレメン)2024-04-155-0/+172
* Revert "[X86] Remove obsolete tablegen rules for near data in small static co...Arthur Eubanks2024-04-161-0/+22
* Add asan tests for libsanitizers. (#88349)Usama Hameed2024-04-154-5/+97
* [X86] Remove obsolete tablegen rules for near data in small static code model...Arthur Eubanks2024-04-151-22/+0
* [Support] Make readNext default to unaligned (#88808)Kazu Hirata2024-04-152-8/+5
* [Clang][Sema] Fix issue on requires expression with templated base class memb...Qizhi Hu2024-04-163-1/+26
* [IndVars] Mark truncs as nuw/nsw (#88686)Nikita Popov2024-04-1616-70/+84
* [RISCV] Provide a more efficient lowering for experimental.cttz.elts. (#88552)Craig Topper2024-04-154-42/+132
* [C API] Support uinc_wrap/udec_wrap in atomicrmw when accessing the bin op (#...Benji Smith2024-04-164-28/+68
* [RISCV][TTI] Scale the cost of ICmp with LMUL (#88235)Shih-Po Hung2024-04-163-176/+174
* [DWARF] Clarify a variable name. NFC (#88814)Fangrui Song2024-04-151-3/+3
* InstCombine: Increase threadlocal.address alignment if pointee is more aligne...Matthias Braun2024-04-152-0/+50
* [InterleavedAccessPass] Get round the unsupported large scalarize vectors (#8...Allen2024-04-162-1/+25
* [Sema] Mark alias/ifunc targets used and consider mangled namesFangrui Song2024-04-156-19/+46
* [gn] port 311ff3917827 moreNico Weber2024-04-151-0/+1
* Revert "[DAG] Fold extract_subvector(insert_subvector(x,y,c1),c2) --> extract...Alina Sbirlea2024-04-157-987/+1006
* [RISCV] Expand mul to shNadd x, (slli x, c) in DAGCombine (#88524)Philip Reames2024-04-155-52/+153
* [InstCombine] Remove mul of SPF abs fold (#88675)Nikita Popov2024-04-161-12/+5
* [Test][JITLink] Save rbx in ExecutionEngine/JITLink/x86-64/ELF_vtune.s (#86472)Wu Yingcong2024-04-151-4/+6
* Work around test failure due to new aslr defaultAdrian Prantl2024-04-151-0/+3
* [gn] port 8a7846fe86f95 (C++23 for libcxx, libcxxabi)Nico Weber2024-04-152-2/+2
* [docs][mlir] Fix broken links in 'llvm' dialects. (#88704)Fr4nk1in2024-04-161-2/+2
* [clang/DependencyScanning/ModuleDepCollector] Refactor part of `makeCommonInv...Argyrios Kyrtzidis2024-04-153-12/+57
* [test][sanitizer] Temporarily disable testVitaly Buka2024-04-151-0/+3
* [test][sanitizer] Compile .c file as CVitaly Buka2024-04-151-1/+1
* [NFC] Refactor looping over recomputeLiveIns into function (#88040)Kai Nacke2024-04-159-61/+32
* [lldb] Fix the standalone Xcode build after #88317Jonas Devlieghere2024-04-151-1/+1
* [gn] port e356f68 moreNico Weber2024-04-151-0/+1
* [clang] Move tailclipping to bitfield allocation (#87090)Nathan Sidwell2024-04-152-40/+62
* [lldb][ClangExpressionDeclMap][NFC] Remove unused NameSearchContext::m_found_...Michael Buch2024-04-152-5/+0
* [lldb][TypeSystemClang][NFCI] Use LangOptions::setLangDefaults when creating ...Michael Buch2024-04-151-73/+6