summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas13-274/+12
2016-03-19Fix a CrossGen CreatePDB issue that caused a Windows build breakJohn Chen1-1/+3
2016-03-18Merge pull request #3812 from janvorli/fix-stubJan Vorlicek1-2/+6
2016-03-18Fix instantiating stub for methods of value typesJan Vorlicek1-2/+6
2016-03-17Merge pull request #3783 from mikem8361/fixsosbpMike McLaughlin1-2/+2
2016-03-17Fixed problem with bpmd not working sometimes.Mike McLaughlin1-2/+2
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu22-34/+34
2016-03-13Remove remaining strongname validation on WindowsJan Kotas2-4/+4
2016-03-13Remove incorrect use of FEATURE_LEGACYSURFACE ifdefJan Kotas1-11/+9
2016-03-11Merge pull request #3671 from brianrob/multicorejitthreadJan Kotas1-7/+1
2016-03-11Merge pull request #3590 from jkotas/deadcodeJan Kotas68-3043/+67
2016-03-10Update Multi-Core JIT to use the default stack size for the JIT playback thread.Brian Robbins1-7/+1
2016-03-10Fix a GC hole in a Ready-to-Run helperJohn Chen (CLR)1-2/+1
2016-03-09Delete dead codeJan Kotas68-3043/+67
2016-03-09Merge pull request #3595 from janvorli/fix-stack-walk-with-finallyJan Vorlicek2-6/+16
2016-03-08Fix stack walking on Unix in case of finallyJan Vorlicek2-6/+16
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek4-19/+23
2016-03-05Modify zaprequire switch to allow Ready-to-Run imagesJohn Chen (CLR)1-0/+5
2016-03-03197654 [x86] [scanRuntime] Fix contracts in gcenv.os.cppMaoni Stephens1-0/+4
2016-03-03Refactor Utilcode's IAllocators.Pat Gavlin1-2/+3
2016-03-02Merge pull request #3284 from sejongoh/pull_down_coredistoolSejong Oh2-14/+33
2016-03-02Integrate GC changes from full frameworkMaoni Stephens1-0/+174
2016-03-02Merge pull request #3456 from bbowyersmyth/StringReplaceJan Kotas1-1/+0
2016-03-02Add pulling down coredistool package for gcstress testSejong OH2-14/+33
2016-03-02Port String.Replace(char, char) from CoreRTBruce Bowyer-Smyth1-1/+0
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)3-18/+50
2016-02-29Fixes issue #2643 and #2731Rahul Kumar4-109/+106
2016-02-26Merge pull request #3375 from BruceForstall/FixAltJitLoadingJan Kotas1-8/+6
2016-02-26Merge pull request #3357 from janvorli/fix-stackwalkJan Vorlicek3-23/+27
2016-02-25Fix CoreCLR altjit loading that was broken by LongFile workBruce Forstall1-8/+6
2016-02-26Fix stack walker on UnixJan Vorlicek3-23/+27
2016-02-25Remove Assembly.EscapeCodeBase property from CoreCLRPallavi Taneja2-5/+4
2016-02-25Merge pull request #3353 from jkotas/gc-updateJan Kotas1-4/+5
2016-02-24Merge pull request #3335 from dotnet-bot/from-tfsJan Kotas6-118/+26
2016-02-24Fixes for GC updateJan Kotas1-4/+5
2016-02-24Workaround missing UrlEscapeJan Kotas1-0/+5
2016-02-24Merge pull request #3334 from brianrob/perfmap_crossgen_r2rJan Kotas1-6/+5
2016-02-24Merge pull request #3233 from vancem/RemoveSecurityCheckJan Kotas2-2/+6
2016-02-23[Fix build break] In the previous change I exposed some APIs in mscorlib.dll ...Pallavi Taneja2-7/+1
2016-02-23Fix PerfMap::GetNativeImageSignature to work for ready to run images.Brian Robbins1-6/+5
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin4-111/+20
2016-02-19Merge pull request #2998 from ramarag/LongFileSupportRama krishnan Raghupathy18-302/+362
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy18-302/+362
2016-02-19Merge pull request #3250 from janvorli/fix-explicit-frames-popping-2Sergiy Kuryata2-51/+86
2016-02-19Fix the explicit frames unwinding on UnixJan Vorlicek2-51/+86
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas3-656/+30
2016-02-18Revert "Revert "Remove useless security checks""Vance Morrison2-2/+6
2016-02-17Merge pull request #3215 from jkotas/arm-floatargsJan Kotas3-8/+8
2016-02-17Save/restore floating point arguments in transition block on arm and arm64Jan Kotas3-8/+8
2016-02-17Option for Enforcing Intrinsic Expansiondotnet-bot2-2/+9