aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-09address reviewerusers/DataCorrupted/ExposeDirectMethod-optPeter Rong4-78/+67
2026-01-12change test flag namePeter Rong1-1/+1
2026-01-12Add a cache to remember previously realized classesPeter Rong5-13/+86
2026-01-12Add a cache to remember all classes that should've been realized by loadPeter Rong2-14/+47
2026-01-12simplify testsPeter Rong1-51/+33
2026-01-12formatPeter Rong1-2/+4
2026-01-12fix some lint warningsPeter Rong1-3/+3
2026-01-12evict weak classPeter Rong1-1/+1
2026-01-12fix mac testsPeter Rong1-5/+8
2026-01-12update test and fix incorrect heuristicPeter Rong3-37/+160
2026-01-12[ExposeObjCDirect] OptimizationsPeter Rong2-5/+81
2026-01-09formatPeter Rong1-1/+1
2026-01-09Add helper function backPeter Rong2-0/+17
2026-01-09rebase to helper renamingPeter Rong8-19/+19
2026-01-09update commentsPeter Rong1-3/+5
2026-01-09fix mac testPeter Rong1-11/+0
2026-01-09formatPeter Rong1-2/+1
2026-01-09amend mac testsPeter Rong1-1/+3
2026-01-09add testsPeter Rong7-2/+846
2026-01-09[ExposeDirectMethod] Nil chech thunk generationPeter Rong4-7/+258
2026-01-09Rename to precondition thunkPeter Rong1-2/+2
2026-01-09update driver behavior and a testPeter Rong1-0/+1
2026-01-09[ExposeObjCDirect] Adding a flag to allow new objc direct ABIPeter Rong1-0/+6
2026-01-05rebase to name changesPeter Rong1-5/+1
2026-01-05formatPeter Rong2-4/+5
2026-01-05fix errorPeter Rong1-1/+2
2026-01-05[ExposeObjCDirect] Setup helper functionsPeter Rong3-22/+88
2026-01-05[ObjCDirectPreconditionThunk] Adding a flag to with objc_direct symbols' pre...Peter Rong8-12/+81
2026-01-05[clang][Modules] Fix unexpected warnings triggered by a PCH and a module with...Qiongsi Wu6-1/+100
2026-01-05[mlir][Python] use maybeDowncast for PyType/PyAttribute returns after #174156...Maksim Levental8-36/+52
2026-01-05[VPlan] Remove VPWidenSelectRecipe, use VPWidenRecipe instead (NFCI). (#174234)Florian Hahn16-241/+110
2026-01-05[SLP] Report the correct operand to getArithmeticInstrCost() when duplicated ...Ryan Buchner2-3/+52
2026-01-05[Fuchsia] Set libcxx baremetal options (#173825)Prabhu Rajasekaran1-0/+4
2026-01-05[MemProf] Include matching calls in the dot graph node label (#174247)Teresa Johnson2-0/+11
2026-01-05[AMDGPU] Add new llvm.amdgcn.wave.shuffle intrinsic (#167372)saxlungs7-1/+459
2026-01-05Reapply "clang/AMDGPU: Stop looking for oclc_daz_opt_* control libraries (#13...Matt Arsenault6-51/+28
2026-01-05[libunwind][WebAssembly] Fix typos (NFC) (#173745)Heejin Ahn1-7/+7
2026-01-05[mlir][Python] fix NV examples after #172892 (#174481)Maksim Levental3-17/+17
2026-01-05[lit] Make not still fail if the called process returns a signalAiden Grossman6-2/+47
2026-01-05[bazel] Add comment about DEFAULT_TARGETS (#174479)Keith Smiley1-0/+1
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental21-216/+224
2026-01-05[flang][cuda] Add CUFLaunchAttachAttr pass (#174465)Valentin Clement (バレンタイン クレメン)5-0/+101
2026-01-05[Bazel] Port 735b1c284d6a3e838c08699944707ae8c303fa8f (#174476)Aiden Grossman1-0/+1
2026-01-05[clang] Fix IO sandbox violations in diagnostic filenames (#173107)Ben Langmuir2-2/+2
2026-01-05[clang] Reuse configured VFS for chained includes (#173288)Jan Svoboda1-1/+3
2026-01-05[ISel] Introduce llvm.clmul intrinsic (#168731)Ramkumar Ramachandra20-2/+13877
2026-01-05[InstCombine] Canonicalize `switch(X^C)` expressions to `switch(X)`Antonio Frighetto3-24/+183
2026-01-05[Clang][NFC] remove getUnqualifiedType() when it's already unqualified (#172504)Rose Hudson4-17/+9
2026-01-05[flang][acc] Introduce interface for rematerializable ops (#174467)Razvan Lupusoru4-1/+45
2026-01-05[clang][modules] Diagnose config mismatches more generally from precompiled f...Cyndy Ishida10-37/+104