summaryrefslogtreecommitdiff
path: root/src/tools/crossgen/crossgen.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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-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-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-09Delete dead codeJan Kotas1-89/+0
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-01Fix OACR errors for ProjectKdotnet-bot1-3/+4
2016-01-27Update license headersdotnet-bot1-4/+3
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-07Enable crossgen CreatePDB for desktopJan Kotas1-3/+3
2015-04-29Fix build breakJan Kotas1-1/+1
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-11/+40
2015-04-20Enable build crossgen.exe from build.cmd.John Chen1-7/+8
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+989