summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13[FixIrreducible] Use CycleInfo instead of a custom SCC traversalusers/ssahasra/fix-irreducibleSameer Sahasrabuddhe
2024-08-13[Transforms] Refactor CreateControlFlowHubSameer Sahasrabuddhe
2024-08-13[CycleAnalysis] Methods to verify cycles and their nesting.Sameer Sahasrabuddhe
2024-08-13[TableGen] Fix build failure by using int type for NextChar (#103000)Rahul Joshi
2024-08-13[clang][Interp] Compile field+base destruction into class dtor func (#102871)Timm Baeder
2024-08-12[flang][cuda] Do not lower PINNED variable in main program as global (#102996)Valentin Clement (バレンタイン クレメン)
2024-08-13Revert "Revert "[clang][Interp] Improve "in call to" call argument printing""...Vitaly Buka
2024-08-13[NFC][TableGen] Refactor preprocessor directive handling (#102967)Rahul Joshi
2024-08-12[RISCV] Disable fixed vectors in getOptimalMemOpType if minimum VLEN is 32. (...Craig Topper
2024-08-12[NFC][Support] Create helper function to parse bool (#102818)Rahul Joshi
2024-08-13[SLP][REVEC] Make tryToReduce and related functions support vector instructio...Han-Kuan Chen
2024-08-13[X86_64] Fix empty field error in vaarg of C++. (#101639)Longsheng Mou
2024-08-12[Offload] Add the right paths to the CUDA lit tests (#102997)Johannes Doerfert
2024-08-13[SLP][REVEC] Make SLP vectorize shufflevector. (#102489)Han-Kuan Chen
2024-08-13[ASTDump] TextNodeDumper learned to dump builtin name for AtomicExpr (#102748)Enna1
2024-08-12[clang-format] Correctly handle C# attribute on auto property (#102921)Owen Pan
2024-08-12[libc++] Use a different smart ptr type alias (#102089)Brian Cain
2024-08-12[bazel] Upgrade to 7.3.0 (#102991)Keith Smiley
2024-08-13[DataLayout] Remove constructor accepting a pointer to Module (#102841)Sergei Barannikov
2024-08-13[gn build] Port 80525dfcde5bLLVM GN Syncbot
2024-08-12[Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (#94549)Johannes Doerfert
2024-08-12[NFC][bolt][test] Change '|&' to '2>&1 |' for lit internal shell support (#10...Connie
2024-08-13[X86,MC,test] Add enc/dec tests for ccmpbe (#102883)Freddy Ye
2024-08-12[libc] Fix warning on 'extern "C" int main' in test suite (#102973)Joseph Huber
2024-08-12[Obj2Yaml] Add support for minidump generation with 64b memory ranges. (#101272)Jacob Lalonde
2024-08-12[SLP]Fix mask building for alternate node cost estimation (#102966)Alexey Bataev
2024-08-12[libc++][NFC] Fix typo in count_new.h (#102049)Louis Dionne
2024-08-12[AMDGPU][True16] fix a bug in codeGen causing e64 with wrong vgpr type to shr...Brox Chen
2024-08-12[AMDGPU] NFC: Add helper to query archVGPR (#102690)Jeffrey Byrnes
2024-08-12[mlir][spirv] Add tests for `scf.while` and `scf.for` in `convert-to-spirv` p...Angel Zhang
2024-08-12[nsan] Use sanitizer allocatorFangrui Song
2024-08-12[Mips] ISel zext nneg the same as sext for Mips64. (#102852)Craig Topper
2024-08-12[LegalizeTypes] Reuse Op1 and Op2 variables to hold promoted values in Promot...Craig Topper
2024-08-12[libcxx] [test] Mark gdb_pretty_printer_test.sh.cpp as unsupported on Windows...Martin Storsjö
2024-08-12[AIX] Revert `#pragma mc_func` check (#102919)Qiongsi Wu
2024-08-12[scudo] Support linking with index in IntrusiveList (#101262)ChiaHungDuan
2024-08-12[SandboxIR] Add the ExtractElementInst class (#102706)Jorge Gorbe Moya
2024-08-12Fix bazel build (#102960)quanwanandy
2024-08-12[clang-doc] add support for comments for members in HTML output (#101255)PeterChou1
2024-08-12[ELF] Change "no PT_TLS" error to use errorOrWarnFangrui Song
2024-08-12[lldb] Avoid calling DataLayout constructor accepting Module pointer (NFC) (#...Sergei Barannikov
2024-08-12[SCEV] Consolidate code for proving wrap flags of controlling finite IVs (#10...Philip Reames
2024-08-12Revert "[HWASan] symbolize stack overflows" (#102951)Florian Mayer
2024-08-12[NFC] Deduplicate clang::AccessKinds to diagnostic strings (#102030)Mital Ashok
2024-08-12[ELF,test] Test STT_TLS and relocation without PT_TLSFangrui Song
2024-08-12[libc] Undo accidental changes to `dsubl` that were leftoeverJoseph Huber
2024-08-12[libc] Enable all supported math functions on the GPU (#102563)Joseph Huber
2024-08-12[gn build] Port 03e6675fc787LLVM GN Syncbot
2024-08-12[HLSL] Lower Length to SPIR-V backend (#102243)Joshua Batista
2024-08-12 [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#102570)Greg Clayton