aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Rebase mainusers/avillega/clangd-migrate-command-line-option-parsin-to-opttableAndrés Villegas398-9871/+13573
2024-01-03[𝘀𝗽𝗿] changes introduced through rebaseusers/avillega/main.clangd-migrate-command-line-option-parsin-to-opttableAndrés Villegas398-9871/+13573
2024-01-03change uint to unsignedAndrés Villegas1-4/+4
2024-01-03Run git clang-formatAndrés Villegas1-1/+0
2024-01-03[𝘀𝗽𝗿] changes to main this commit is based onAndrés Villegas5554-208115/+418883
2024-01-03[𝘀𝗽𝗿] initial versionAndrés Villegas5556-208601/+419654
2023-12-12Add a test for evicting unreachable modules from the global module cache (#74...jimingham4-0/+185
2023-12-12[NFC][InstrProf] Rename internal `InstrProfiling` to `InstrLowerer` (#75139)Mircea Trofin1-38/+38
2023-12-12[mlir][sparse]Make isBlockSparsity more robust (#75113)Yinying Li2-2/+57
2023-12-12[X86] avx512-vbroadcast.ll - fix orphan check prefixesSimon Pilgrim1-2/+2
2023-12-12[bazel,unittest] Export llvm_orc_registerJITLoaderGDBWrapperFangrui Song1-0/+7
2023-12-12[mlir][mesh] Add endomorphism simplification for all-reduce (#73150)Boian Petkantchin11-0/+659
2023-12-12[mlir][vector] Allow vector distribution with multiple written elements (#75122)Jakub Kuderski4-17/+123
2023-12-12[ELF] Don't create copy relocation/canonical PLT entry for a defined symbol (...Fangrui Song4-7/+7
2023-12-12[libc++][chrono] Fixes year_month year wrapping. (#74938)Mark de Wever15-161/+329
2023-12-12[DebugInfo] Fix duplicate DIFile when main file is preprocessed (#75022)Fangrui Song2-4/+10
2023-12-12[libc++][doc] Updates module information. (#75003)Mark de Wever1-17/+22
2023-12-12[coroutines] Use DILocation from new storage for hoisted dbg.declare (#75104)Wei Wang2-15/+20
2023-12-12[AMDGPU] CodeGen for GFX12 64-bit scalar add/sub (#75070)Jay Foad7-112/+1833
2023-12-12[ORC][MachO] For convenience, make MachOPlatform ref available to subclasses.Lang Hames1-2/+2
2023-12-12[gn build] Port 6a6646749900LLVM GN Syncbot1-0/+1
2023-12-12[analyzer] Fix broken testcase (#75216)DonatNagyE1-1/+1
2023-12-12[RegAllocFast] NFC cleanups (#74860)Nick Desaulniers1-35/+30
2023-12-12[clang][Sema] Always clear UndefinedButUsed (#73955)Jonas Hahnfeld1-2/+1
2023-12-12[Transforms] Fix a warningKazu Hirata1-0/+1
2023-12-12[readtapi] Cleanup printing command line options (#75106)Cyndy Ishida3-13/+26
2023-12-12[flang] Fix compilation error due to variable no being used (#75210)Pete Steinfeld1-1/+0
2023-12-12[C API] Add getters and setters for fast-math flags on relevant instructions ...Benji Smith6-0/+350
2023-12-12[libc++][CI] Tests the no RTTI configuration. (#65518)Mark de Wever5-1/+21
2023-12-12[RemoveDIs] Fold variable into assert, it's only used once. NFCBenjamin Kramer1-2/+1
2023-12-12[RemoveDI] Handle DPValues in SROA (#74089)Orlando Cazalet-Hyams13-33/+67
2023-12-12[AArch64][GlobalISel] Test Pre-Commit for Look into array's elementTuan Chuong Goh1-26/+295
2023-12-12[mlir][tensor] Fix bug in `tensor.extract(tensor.from_elements)` folder (#75109)Rafael Ubal2-2/+45
2023-12-12[analyzer] Move alpha checker EnumCastOutOfRange to optin (#67157)DonatNagyE7-42/+78
2023-12-12[RemoveDIs] Handle DPValues in replaceDbgDeclare (#73507)Orlando Cazalet-Hyams4-9/+19
2023-12-12[SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML wit...Micah Weston10-57/+752
2023-12-12[X86][GlobalISel] Add instruction selection for G_SELECT (#70753)Evgenii Kudriashov5-89/+835
2023-12-12[AMDGPU] Remove unused function splitScalar64BitAddSubJay Foad2-77/+0
2023-12-12[LLVM][DWARF] Add compilation directory and dwo name to TU in dwo section (#7...Alexander Yermolovich4-8/+41
2023-12-12[clang][Interp] Implement __builtin_ffs (#72988)Timm Baeder2-0/+28
2023-12-12[RemoveDIs] Update ConvertDebugDeclareToDebugValue after #72276 (#73508)Orlando Cazalet-Hyams1-13/+27
2023-12-12[libc][NFC] Reuse `FloatProperties` constant instead of creating new ones (#7...Guillaume Chatelet4-62/+55
2023-12-12[RemoveDIs] Fix removeRedundantDdbgInstrs utils for dbg.declares (#74102)Orlando Cazalet-Hyams1-0/+14
2023-12-12Reapply "[RemoveDIs][NFC] Find DPValues using findDbgDeclares (#73500)"OCHyams4-27/+25
2023-12-12[GitHub] Remove author association print from new-prs workflowDavid Spickett1-8/+0
2023-12-12[libc++] tests with picolibc: mark fenv tests as unsupported (#74610)Dominik Wójt2-4/+6
2023-12-12[clang][NFC] Remove unused parameterTimm Bäder3-5/+3
2023-12-12[clang][Interp][NFC] Fix a comment typoTimm Bäder1-1/+1
2023-12-12[libc++] P2770R0: Stashing stashing iterators for proper flattening (#66033)Jakub Mazurkiewicz55-196/+605
2023-12-12Revert "[RemoveDIs][NFC] Find DPValues using findDbgDeclares (#73500)"OCHyams3-21/+27