summaryrefslogtreecommitdiff
path: root/src/tools/crossgen
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Output error messages to stderr. This provides a better integration with the ...Fadi Hanna1-17/+17
2019-03-26Replacing the /Trusted_Platform_Assemblies switch with a simpler /r switch th...Fadi Hanna1-5/+16
2019-01-14Large version bubble Support (#21727)Andon Andonov1-0/+9
2019-01-09Change CoreLib native image to be R2R by default on all platforms (#21497)Fadi Hanna1-16/+5
2018-11-19Add headers to crossgen, cee_crossgen, corzap_crossgen vcxproj files (#20082)Jacek Blaszczynski1-0/+1
2018-08-15Revert "Change CoreLib native image to be R2R by default on all platforms (#1...Jan Kotas1-5/+16
2018-08-08Change CoreLib native image to be R2R by default on all platforms (#19359)Jan Kotas1-16/+5
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas1-1/+3
2018-03-31[Arm64] Add x64_arm64 crossgen to tools packageSteve MacLean1-2/+2
2018-03-12Disable fragile NGen when compiling SPC.dll for _TARGET_ARM_Egor Chesakov1-0/+3
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas1-22/+1
2018-03-09Revert "Disable fragile NGen for System.Private.CoreLib.dll on ARM" (#16863)Sergey Andreenko1-2/+0
2018-03-09Disable fragile NGen for System.Private.CoreLib.dll on ARMEgor Chesakov1-0/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan1-1/+6
2017-04-27[WIP] Enable binding to CoreLib as NI image (#11040)Gaurav Khanna1-23/+4
2017-03-21Add /silent option to crossgen (#10350)Bruce Forstall1-0/+5
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-8/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-5/+5
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-37/+5
2016-12-26Remove files related to legacy build system (#8723)Robert1-94/+0
2016-12-09Fix path separator in CrossGen help on LinuxJohn Chen1-7/+8
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