summaryrefslogtreecommitdiff
path: root/src/vm/crossgen_mscorlib
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-1/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-1/+0
* Remove always defined FEATURE_RANDOMIZE_STRING_HASHING * Fully remove randomized hashing * Leftovers * Remove additionalEntropy from HashSortKey as it was always 0 * Remove additionalEntropy from HashString as it was always 0 * Change to private, as not in fact called by reflection in .NET Core * Fix build break due to FCDECLn * Revert removed QCALL * Remove unused strlen parameter
2016-12-26Remove files related to legacy build system (#8723)Robert1-34/+0
2016-11-01Fix GitHub build break caused by change #1636179John Chen1-0/+7
[tfs-changeset: 1636227]
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
Conflicts: build.cmd src/dlls/clretwrc/CMakeLists.txt Cleanup
2015-04-20Enable build crossgen.exe from build.cmd.John Chen1-0/+15
Adds and modifies CMakeLists.txt files to enable building of crossgen.exe from build.cmd for x64 processor on Windows. Also adds a step in build.cmd to generate native image for mscorlib. [tfs-changeset: 1456454]
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot2-0/+28
[tfs-changeset: 1407945]