summaryrefslogtreecommitdiff
path: root/src/zap/zapper.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-1/+16
2019-06-13Allow pregenerating most HW intrinsics in CoreLib (#24917)Michal Strehovský1-2/+22
2019-05-30Allow generating HW intrinsics in crossgen (#24689)Michal Strehovský1-0/+9
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas1-13/+0
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-110/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-14Large version bubble Support (#21727)Andon Andonov1-0/+2
2018-07-31Updating SetCpuInfo to be more accurateTanner Gooding1-5/+5
2018-07-20Zapper::CompileAssembly: save NI file atomically (#19059)Konstantin Baladurin1-1/+10
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas1-2/+2
2018-04-15[Arm64] Disable SIMD in crossgen (added as part of #14633)Debayan Ghosh1-8/+0
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-31/+0
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-3/+1
2018-03-10Set IsGeneratingNgenPDB flag early (#16882)Jan Kotas1-2/+2
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas1-69/+3
2018-01-23Delete dead code (#15990)Jan Kotas1-1/+0
2017-12-05[Arm64] Enable SIMD (#14633)Steve MacLean1-0/+8
2017-10-27Delete dead code (#14703)Jan Kotas1-15/+0
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan1-1/+1
2017-06-02Support COMPlus_JITMinOpts for crossgenCarol Eidt1-0/+7
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-4/+14
2017-03-21Add /silent option to crossgen (#10350)Bruce Forstall1-1/+1
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-10/+7
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-140/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-1927/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-8/+8
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-227/+9
2016-11-07Change crossgen to always pass USE_SSE2 to the JIT.Pat Gavlin1-0/+5
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-24/+31
2016-10-19Call JIT compiler's shutdown logic from crossgen. (#7663)Peter Kukol1-0/+9
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)1-2/+40
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-1/+1
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-1/+1
2016-05-02Enable crossgen to load JIT from a custom locationGaurav Khanna1-12/+38
2016-04-28Load JIT from a custom locationGaurav Khanna1-2/+2
2016-04-26Fix build break introduced by https://github.com/dotnet/coreclr/commit/140396...Gaurav Khanna1-1/+3
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-4/+14
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-32/+0
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-03-09Delete dead codeJan Kotas1-136/+3
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)1-3/+5
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-0/+8
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-6/+5
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-29Modify crossgen to allow loading NIs during Ready To Run compilationJohn Chen1-1/+1
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-15/+15
2015-06-09Fix crossgen so that it doesn't attempt to get clr callbacks.Eugene Rozenfeld1-1/+1
2015-05-07Merge changes from parent branchdotnet-bot1-5/+2
2015-04-29Fix warnings introduced by crossgenJohn Chen (CLR)1-3/+3
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-2/+6