aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-13[FixIrreducible] Use CycleInfo instead of a custom SCC traversalusers/ssahasra/fix-irreducibleSameer Sahasrabuddhe10-395/+500
2024-08-13[Transforms] Refactor CreateControlFlowHubSameer Sahasrabuddhe13-460/+545
2024-08-13[CycleAnalysis] Methods to verify cycles and their nesting.Sameer Sahasrabuddhe12-61/+180
2024-08-13[TableGen] Fix build failure by using int type for NextChar (#103000)Rahul Joshi1-1/+1
2024-08-13[clang][Interp] Compile field+base destruction into class dtor func (#102871)Timm Baeder6-68/+93
2024-08-12[flang][cuda] Do not lower PINNED variable in main program as global (#102996)Valentin Clement (バレンタイン クレメン)2-1/+2
2024-08-13Revert "Revert "[clang][Interp] Improve "in call to" call argument printing""...Vitaly Buka2-2/+18
2024-08-13[NFC][TableGen] Refactor preprocessor directive handling (#102967)Rahul Joshi1-54/+43
2024-08-12[RISCV] Disable fixed vectors in getOptimalMemOpType if minimum VLEN is 32. (...Craig Topper2-0/+22
2024-08-12[NFC][Support] Create helper function to parse bool (#102818)Rahul Joshi1-24/+18
2024-08-13[SLP][REVEC] Make tryToReduce and related functions support vector instructio...Han-Kuan Chen2-5/+125
2024-08-13[X86_64] Fix empty field error in vaarg of C++. (#101639)Longsheng Mou2-19/+303
2024-08-12[Offload] Add the right paths to the CUDA lit tests (#102997)Johannes Doerfert4-9/+15
2024-08-13[SLP][REVEC] Make SLP vectorize shufflevector. (#102489)Han-Kuan Chen2-119/+314
2024-08-13[ASTDump] TextNodeDumper learned to dump builtin name for AtomicExpr (#102748)Enna13-4/+9
2024-08-12[clang-format] Correctly handle C# attribute on auto property (#102921)Owen Pan2-5/+20
2024-08-12[libc++] Use a different smart ptr type alias (#102089)Brian Cain3-11/+25
2024-08-12[bazel] Upgrade to 7.3.0 (#102991)Keith Smiley2-1/+6
2024-08-13[DataLayout] Remove constructor accepting a pointer to Module (#102841)Sergei Barannikov11-45/+28
2024-08-13[gn build] Port 80525dfcde5bLLVM GN Syncbot1-0/+3
2024-08-12[Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (#94549)Johannes Doerfert29-54/+577
2024-08-12[NFC][bolt][test] Change '|&' to '2>&1 |' for lit internal shell support (#10...Connie16-26/+26
2024-08-13[X86,MC,test] Add enc/dec tests for ccmpbe (#102883)Freddy Ye3-1/+261
2024-08-12[libc] Fix warning on 'extern "C" int main' in test suite (#102973)Joseph Huber1-1/+9
2024-08-12[Obj2Yaml] Add support for minidump generation with 64b memory ranges. (#101272)Jacob Lalonde8-10/+333
2024-08-12[SLP]Fix mask building for alternate node cost estimation (#102966)Alexey Bataev3-44/+36
2024-08-12[libc++][NFC] Fix typo in count_new.h (#102049)Louis Dionne1-5/+5
2024-08-12[AMDGPU][True16] fix a bug in codeGen causing e64 with wrong vgpr type to shr...Brox Chen2-1/+29
2024-08-12[AMDGPU] NFC: Add helper to query archVGPR (#102690)Jeffrey Byrnes1-0/+6
2024-08-12[mlir][spirv] Add tests for `scf.while` and `scf.for` in `convert-to-spirv` p...Angel Zhang1-0/+33
2024-08-12[nsan] Use sanitizer allocatorFangrui Song15-44/+759
2024-08-12[Mips] ISel zext nneg the same as sext for Mips64. (#102852)Craig Topper3-32/+32
2024-08-12[LegalizeTypes] Reuse Op1 and Op2 variables to hold promoted values in Promot...Craig Topper1-14/+9
2024-08-12[libcxx] [test] Mark gdb_pretty_printer_test.sh.cpp as unsupported on Windows...Martin Storsjö1-0/+3
2024-08-12[AIX] Revert `#pragma mc_func` check (#102919)Qiongsi Wu7-70/+0
2024-08-12[scudo] Support linking with index in IntrusiveList (#101262)ChiaHungDuan2-70/+234
2024-08-12[SandboxIR] Add the ExtractElementInst class (#102706)Jorge Gorbe Moya4-62/+180
2024-08-12Fix bazel build (#102960)quanwanandy1-0/+88
2024-08-12[clang-doc] add support for comments for members in HTML output (#101255)PeterChou13-7/+17
2024-08-12[ELF] Change "no PT_TLS" error to use errorOrWarnFangrui Song4-6/+12
2024-08-12[lldb] Avoid calling DataLayout constructor accepting Module pointer (NFC) (#...Sergei Barannikov4-10/+9
2024-08-12[SCEV] Consolidate code for proving wrap flags of controlling finite IVs (#10...Philip Reames3-55/+29
2024-08-12Revert "[HWASan] symbolize stack overflows" (#102951)Florian Mayer2-75/+3
2024-08-12[NFC] Deduplicate clang::AccessKinds to diagnostic strings (#102030)Mital Ashok1-40/+24
2024-08-12[ELF,test] Test STT_TLS and relocation without PT_TLSFangrui Song1-0/+30
2024-08-12[libc] Undo accidental changes to `dsubl` that were leftoeverJoseph Huber3-13/+1
2024-08-12[libc] Enable all supported math functions on the GPU (#102563)Joseph Huber4-3/+137
2024-08-12[gn build] Port 03e6675fc787LLVM GN Syncbot1-0/+1
2024-08-12[HLSL] Lower Length to SPIR-V backend (#102243)Joshua Batista2-0/+51
2024-08-12 [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#102570)Greg Clayton7-126/+500