summaryrefslogtreecommitdiff
path: root/src/tools/crossgen
AgeCommit message (Expand)AuthorFilesLines
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)1-3/+36
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-9/+9
2016-05-02Enable crossgen to load JIT from a custom locationGaurav Khanna1-1/+24
2016-04-28Merge pull request #4572 from JohnChen0/crossgen-createpdbJan Kotas1-1/+1
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-1/+5
2016-04-25Enable crossgen /createpdb command on WindowsJohnChen01-1/+1
2016-04-20Change the names of the JIT products to `clrjit`.Pat Gavlin1-6/+1
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna1-1/+2
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin1-2/+7
2016-03-24Remove static lib dependency on CrossGenKyungwoo Lee1-5/+1
2016-03-22Merge pull request #3794 from mikem8361/stripsymMike McLaughlin1-6/+3
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-6/+3
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-11/+0
2016-03-19Fix a CrossGen CreatePDB issue that caused a Windows build breakJohn Chen1-0/+8
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-03-09Delete dead codeJan Kotas1-89/+0
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-0/+5
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)1-34/+6
2016-02-23Update crossgen /CreatePerfMap to clear NGENWORKER_FLAGS_READYTORUN.Brian Robbins1-1/+4
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-18/+19
2016-02-12Fix build issue #788907: crossgen /createpdb not workingdotnet-bot1-1/+1
2016-02-10Change crossgen defaultsJan Kotas1-2/+14
2016-02-06Delete mdil support from coreclrJan Kotas1-5/+1
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-3/+4
2016-01-27Update license headersdotnet-bot2-8/+6
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2016-01-14Enable the fPIE compiler option for executables in the coreclr repo on Unix p...Sergiy Kuryata1-0/+4
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-7/+2
2015-11-12Enable offline generation of text-based symbol tables for native images. Thi...Brian Robbins1-2/+58
2015-09-23Fix crossgen command line handling on UnixJan Kotas1-9/+9
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-4/+4
2015-05-20ReadyToRun bugfixesJan Kotas1-0/+4
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka1-0/+1
2015-05-07Merge pull request #957 from dotnet-bot/from-tfsJan Kotas1-3/+3
2015-05-07Enable crossgen CreatePDB for desktopJan Kotas1-3/+3
2015-05-07Changes for building using VS2015Jan Kotas1-0/+1
2015-04-29Fix build breakJan Kotas1-1/+1
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)2-42/+70
2015-04-20Enable build crossgen.exe from build.cmd.John Chen2-7/+75
2015-04-17Add missing MIT license headersJan Vorlicek1-0/+5
2015-04-07Merge changes from parent branchdotnet-bot1-2/+8
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot5-0/+1276