summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-1Paul Kirth2024-04-291141-27452/+34558
|\
| * [LV] Don't consider the latch block as ScalarPredicatedBB.Florian Hahn2024-04-293-22/+111
| * [BOLT] Use symbol table info in registerFragment (#89648)Amir Ayupov2024-04-294-39/+157
| * [mlir][sparse] use ValueRange instead of std::pair for iterator position. (#9...Peiming Liu2024-04-293-47/+47
| * [MLIR] Improve KernelOutlining to avoid introducing an extra block (#90359)Mehdi Amini2024-04-292-20/+49
| * [Pipelines] Do not run CoroSplit and CoroCleanup in LTO pre-link pipeline (#9...Wei Wang2024-04-296-12/+88
| * [Clang] Propagate 'SystemDrive' environment variable for unit tests (#90478)Krystian Stasiowski2024-04-291-7/+3
| * [RISCV] Break the (czero_eqz x, (setne x, 0)) -> x combine into 2 combines. (...Craig Topper2024-04-291-21/+29
| * [RISCV] Support instruction sizes up to 176-bits in disassembler. (#90371)Craig Topper2024-04-292-5/+66
| * [AST] Dump explicit template arguments for UnreslovedLookupExpr. (#90466)Haojian Wu2024-04-293-0/+108
| * [X86] getOnesVector - use getAllOnesConstant helper. NFC.Simon Pilgrim2024-04-291-3/+1
| * [X86] LowerSELECT - use DAG::getNegative() helper. NFC.Simon Pilgrim2024-04-291-2/+1
| * [X86] LowerABS - use DAG::getNegative() helper. NFC.Simon Pilgrim2024-04-291-3/+2
| * [X86] LowerShift - use DAG::getNegative() helper. NFC.Simon Pilgrim2024-04-291-4/+2
| * [PseudoProbe] Add an option to remove pseudo probes after profile annotation ...Lei Wang2024-04-292-5/+28
| * Fix a crash introduced by 3d5e9ab by adding a nullptr check. (#90301)Ryosuke Niwa2024-04-292-3/+11
| * GlobalOpt: Handle threadlocal.address intrinsic (#88454)Matthias Braun2024-04-297-17/+50
| * [clang][Interp] Support vec_stepTimm Bäder2024-04-293-1/+47
| * BPF: Use DebugLoc to find Filename for BTF line info (#90302)yonghong-song2024-04-293-14/+12
| * [Libomptarget] Rework interface for enabling plugins (#86875)Joseph Huber2024-04-296-32/+64
| * [Clang] Add diagnostic about "%P" specifier with Objective-C pointers (#89977)Jared Grubb2024-04-293-1/+18
| * Squashed commit of the following:Pol Marcet SardĂ 2024-04-296-5/+863
| * [Object] Provide operator< for ELFSymbolRef (#89861)Amir Ayupov2024-04-292-0/+51
| * [TableGen][GISel] Handle frameindex/tframeindex (#90475)Kai Nacke2024-04-292-0/+38
| * [llvm][RISCV] Improve error message for invalid extension letters (#90468)David Spickett2024-04-293-7/+12
| * [scudo] Support setting default value of ReleaseToOsIntervalMs in config (#90...ChiaHungDuan2024-04-296-1/+16
| * [flang][runtime] Allow building CUDA PTX library without global vars definiti...Slava Zakharin2024-04-294-0/+15
| * [flang][runtime] Added missing routines into CUDA build. (#90272)Slava Zakharin2024-04-293-7/+8
| * [clang] Fix `remove{CVR|Fast}Qualifiers` with 64-bit `Qualifiers::Mask` (#90329)Daniil Kovalev2024-04-291-2/+2
| * [mlir-lsp] Un-revert unit test additions (#90232)Brian Gesiak2024-04-296-6/+154
| * [llvm-driver] Fix header order of llvm-driver-templateThomas Preud'homme2024-04-291-1/+1
| * [ARM] Ensure extra uses are not dead in tail-folding-counting-down.ll. NFCDavid Green2024-04-291-1/+2
| * [Flang][OpenMP] Use a label to avoid complexity of too many CHECK-DAGs in a t...Kiran Chandramohan2024-04-291-0/+1
| * [SLP][NFC]Add a test with the optimizable and and final ext, NFC.Alexey Bataev2024-04-291-0/+44
| * [Clang] Add support for scalable vectors in __builtin_reduce_* functions (#87...Lawrence Benson2024-04-297-6/+99
| * [MLIR][Linalg] Left over Linalg named ops from previous PR (#90405)Renato Golin2024-04-298-2/+276
| * [clang][Interp] Fix casting function pointers to integersTimm Bäder2024-04-292-0/+14
| * [clang][Interp] Support CXXParenListInitExprs for non-record typesTimm Bäder2024-04-293-110/+109
| * [clang][Interp] Reject void-typed InitListExprsTimm Bäder2024-04-292-0/+9
| * [LoopUnswitch] Allow i1 truncs in loop unswitch (#89738)Matthew Devereau2024-04-293-2/+227
| * [Clang] Fix incorrect handling of #pragma {GCC} unroll N in dependent context...yronglin2024-04-297-15/+165
| * [Clang] Implement C++26 P2748R5 "Disallow Binding a Returned Glvalue to a Tem...yronglin2024-04-297-4/+69
| * [SLP]Support minbitwidth analisys for buildvector nodes.Alexey Bataev2024-04-296-137/+217
| * [SLP]Fix PR90211: vectorized node must match completely to be reused.Alexey Bataev2024-04-292-3/+3
| * [SLP][NFC]Add a test with the skipped gather node, which is same, as vectoriz...Alexey Bataev2024-04-291-0/+144
| * [Support][YamlTraits] Add quoting for keys in textual YAML representation (#8...Jannik Silvanus2024-04-2928-185/+281
| * [clang] Allow constexpr cast from `void*` in more cases (#89484)offsetof2024-04-296-32/+78
| * Avoid unusable variable in ByteCodeExprGen.cpp (#90469)Danial Klimkin2024-04-291-2/+1
| * [flang] Generate main only when a Fortran program statement is present (#89938)David Truby2024-04-2922-226/+287
| * [Clang][Docs] use CommonOptionsParser::create instead of protected constructo...Kohei Asano2024-04-291-5/+17