[linker-analyzer] intitial commit of the tool
authorRadek Doulik <rodo@xamarin.com>
Wed, 16 Sep 2015 12:59:34 +0000 (14:59 +0200)
committerRadek Doulik <rodo@xamarin.com>
Fri, 18 Sep 2015 10:45:41 +0000 (12:45 +0200)
commit12bdd8ef4791a55c2091bee2ecabe85d0681d14d
tree919ba5f9e6677f45016cbaf4a00f6e93b16b01df
parent2901e91c9d60c0556f993a474b0d582dc53a84f2
[linker-analyzer] intitial commit of the tool
mcs/tools/linker-analyzer/ConsoleDependencyGraph.cs [new file with mode: 0644]
mcs/tools/linker-analyzer/Info.plist [new file with mode: 0644]
mcs/tools/linker-analyzer/LinkerAnalyzer.csproj [new file with mode: 0644]
mcs/tools/linker-analyzer/LinkerAnalyzer.sln [new file with mode: 0644]
mcs/tools/linker-analyzer/LinkerAnalyzerCore/DependencyGraph.cs [new file with mode: 0644]
mcs/tools/linker-analyzer/LinkerAnalyzerCore/LinkerAnalyzerCore.csproj [new file with mode: 0644]
mcs/tools/linker-analyzer/LinkerAnalyzerCore/Properties/AssemblyInfo.cs [new file with mode: 0644]
mcs/tools/linker-analyzer/Main.cs [new file with mode: 0644]
mcs/tools/linker-analyzer/Makefile [new file with mode: 0644]
mcs/tools/linker-analyzer/linkeranalyzer.exe.sources [new file with mode: 0644]