Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-18Implement a custom ILProcessor and make it auto-fix IL corruptions (#2213)Vitek Karas
2021-08-12Fix broken try/catch/filter offsets after isinst optimization (#2205)Vitek Karas
2021-05-31Fix issue in const propagation if there's a ret instruction during method par...Vitek Karas
2021-05-07Improve expected tests results verification for branch instructions (#2018)Marek Safar
2021-05-04Implements constant return value propagation for methods with parameters (#1998)Marek Safar
2021-03-01Enable more analyzers (#1862)Marek Safar
2021-02-16Disable probing for assemblies by default (#1828)Sven Boemer
2021-02-09Add test for instance method substitution with condition (#1816)Marek Safar
2021-02-04Enable processing of dynamically referenced assemblies (#1666)Sven Boemer
2021-01-22Constant propagation directly from MarkStep (#1771)Vitek Karas
2021-01-20Constant propagation without iterations and stack based (#1756)Vitek Karas
2021-01-19Remove monolinker build support (#1760)Marek Safar
2021-01-13Fix constant prop around intrinsic (#1749)Vitek Karas
2021-01-11Only compute if method returns a constant when needed (#1734)Vitek Karas
2020-12-16Add some more tests for constant propagation (#1689)Vitek Karas
2020-11-02Mark types needed for instance checks only if they are ever instantiated (#1595)Marek Safar
2020-09-30Use TryGetValue when retrieving local variables from stack (#1511)Mateo Torres-Ruiz
2020-09-28Process also exception filters when marking unreachable blocksMarek Safar
2020-07-01Support propagation of constant return value from methods with parameters (#1...Vitek Karas
2020-06-17This allows linker to propagate constant return values higher up the callstac...Vitek Karas
2020-06-17Allow inlining of return values of instance methods which are explicitly subs...Vitek Karas
2020-06-03Disable inlining of constant method bodies for methods which have the NoInlin...Zoltan Varga
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-20Optimize temporary sentinels used conditional comparison during substitutionMarek Safar
2020-03-18Don't use nop(s) for removed instructions in RemoveUnreachableBlocksStepMarek Safar
2020-03-16Add handling for generic value types returned from stack to RemoveUnreachable...Marek Safar
2020-03-13Ignore complex conditions testMichael Voorhees
2020-03-13Make a "static instance" method staticMichal Strehovský
2020-03-08Fix wrong optimization value in testsMarek Safar
2020-03-08When doing local variables analysis don't assume they are always… (#978)Marek Safar
2020-03-02Explicitly enable optimization during test (#974)Mike Voorhees
2020-02-23When evaluating constant values load in UnreachableBlock considerMarek Safar
2020-01-11Add support for fields substitutions. (#908)Zoltan Varga
2019-12-31Improve RemoveUnreachableBlocksStep handling of blocks with exits (#883)Marek Safar
2019-12-22Remove variables which were used in removed scopes only.Marek Safar
2019-12-11Add new optimization steps to make Mark step more effectiveMarek Safar