aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-17[Serialization] Code cleanups and polish 83233users/ChuanqiXu9/D41416_on_disk_hash_table_polishingChuanqi Xu24-294/+612
2024-10-17[Serialization] Introduce OnDiskHashTable for specializationsusers/ChuanqiXu9/D41416_on_disk_hash_tableChuanqi Xu15-13/+856
2024-10-17D41416: [modules] [pch] Do not deserialize all lazy template specializations ...users/ChuanqiXu9/D41416Vassil Vassilev9-72/+257
2024-10-17[fuzzer] fix clang-cl build fuzzer lit test failure (#112339)Wu Yingcong1-14/+14
2024-10-17[SLP] Remove TTI parameter from vectorizeHorReduction and vectorizeRootInstru...Jim Lin2-14/+11
2024-10-16[nfc][lsan] Restructure loop in ProcessThreads (#112609)Vitaly Buka1-11/+17
2024-10-16[nfc][lsan] Move up vectors cleanup (#112608)Vitaly Buka1-1/+2
2024-10-16[nfc][sanitizer] Unmap memory in test (#112644)Vitaly Buka1-0/+2
2024-10-17[mlir][tosa] Update document of `tosa.rescale`(NFC) (#112531)Longsheng Mou1-15/+17
2024-10-17[mlir][memref] Fix type conversion in emulate-wide-int and emulate-narrow-typ...Longsheng Mou5-22/+57
2024-10-16[lldb] Remove more mentions of ASLLogCallback (#112639)Jonas Devlieghere2-21/+3
2024-10-16[lldb-dap] Creating an API for sending dap events from a script in lldb-dap. ...John Harrison8-1/+177
2024-10-16[SandboxVectorizer][NFC] Make SeedContainer dump follow preferred approach (#...Sterling-Augustine2-5/+8
2024-10-16[NVPTX] Allow MemTransferInst in adjustByValArgAlignment (#112462)Jinsong Ji2-1/+21
2024-10-17[RISCV][TTI] Implement instruction cost for vp_merge. (#112327)Elvis Wang2-1/+185
2024-10-16[nfc][lsan] Replace `suspended_threads.GetThreadID(i)` with local var (#112607)Vitaly Buka1-3/+2
2024-10-16[rtsan] Introduce function-name-matches suppression (#112108)Chris Apple6-7/+41
2024-10-17[clang][dataflow] Silence unused variable warning. NFCIBenjamin Kramer1-3/+2
2024-10-16[lldb] Use system c++ lib for LLDB STL tests (#112598)Haowei1-6/+0
2024-10-16[NFC][HLSL] Fix test function names (#112602)Tim Gymnich1-4/+4
2024-10-16[formatv] Leave format parameters unstripped (#112625)David Blaikie2-5/+4
2024-10-17[Orc][Runtime] Refactor `dlupdate` to remove the `mode` argument (#110491)SahilPatidar4-15/+14
2024-10-16[MLIR] Fix assert expressions (#112474)Alexander Pivovarov3-10/+10
2024-10-16[utils] support "Reverts ${PR}" in commit messages (#112226)George Burgess IV2-15/+147
2024-10-16Revert "[Inliner] Propagate more attributes to params when inlining (#91101)"Arthur Eubanks9-259/+29
2024-10-16[RISCV] Mark math functions as expanded for zvfhmin/zvfbfmin (#112508)Luke Lau4-120/+101
2024-10-16[RISCV] Lower vector_splice on zvfhmin/zvfbfmin (#112579)Luke Lau3-5/+356
2024-10-16LVer: improve a test, regen with UTC (NFC) (#112544)Ramkumar Ramachandra1-33/+107
2024-10-16[-Wunsafe-buffer-usage] Add user documentation. (#111624)Artem Dergachev2-0/+586
2024-10-16[llbd] Finish Turn lldb_private::Status into a value type. (#10616) (#112420)Brooks Davis1-11/+9
2024-10-16[mlir][IR] Improve error message when return type could not be inferred (#112...Matthias Springer4-1/+25
2024-10-16[RISCV][VLOPT] Allow propagation even when VL isn't VLMAX (#112228)Michael Maitland5-55/+118
2024-10-16[MLIR][TableGen] Use const pointers for various `Init` objects (#112562)Rahul Joshi14-68/+78
2024-10-16[X86][CodeGen] Add base atan2 intrinsic lowering (p4) (#110760)Tex Riddell24-4/+574
2024-10-16[DXIL] Add scalarization support for WaveReadLaneAt (#112570)Finn Plummer2-0/+38
2024-10-16[AArch64][GlobalISel] Move UseOutlineAtomics to a bool check. NFCDavid Green3-30/+28
2024-10-16[X86] Regenerate test checks with vpternlog commentsSimon Pilgrim5-6/+6
2024-10-16[clang][OpenCL][NFC] Switch two tests to being generated (#112554)Alex Voicu2-122/+1252
2024-10-16[Inliner] Propagate more attributes to params when inlining (#91101)goldsteinn9-29/+259
2024-10-16[RISCV] Convert C_ADDI_NOP to C_NOP in the assembler. (#112314)Craig Topper3-11/+9
2024-10-16[HLSL][SPIRV] Use Spirv target codegen (#112573)Steven Perron6-18/+19
2024-10-16[lldb] Fix offset calculation when printing diagnostics in multiple ranges (#...Adrian Prantl2-17/+39
2024-10-16[lldb] Fix a crash when two diagnostics are on the same column or in … (#11...Adrian Prantl2-9/+60
2024-10-16Add arrangeCXXMethodCall to the CodeGenABITypes interface. (#111597)Hiroshi Yamauchi2-13/+36
2024-10-17[ValueTracking] Respect `samesign` flag in `isKnownInversion` (#112390)Yingwei Zheng2-0/+98
2024-10-16[AMDGPU][True16][CodeGen] fp conversion in true/fake16 format (#101678)Brox Chen23-1272/+2562
2024-10-16[gn build] Port 87dd5dc8f03eLLVM GN Syncbot1-0/+1
2024-10-16Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-0/+1
2024-10-16[clang][dataflow] Add a lattice to help cache const accessor methods (#111006)Jan Voung3-0/+524
2024-10-16[mlir][td] More rename from packPaddings to nofoldFlags (#112453)Vivian2-3/+3