summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2015-05-12Minor fix: add 'const' inadvertently omitted from CS #1467781.Carol Eidt1-1/+1
2015-05-08Recognize System.Numerics as a SIMDVectorAssembly (1168471)Carol Eidt1-3/+6
2015-05-07Merge pull request #956 from dotnet-bot/from-tfsJan Kotas31-75/+766
2015-05-07Merge changes from parent branchdotnet-bot31-75/+766
2015-05-07Merge pull request #949 from jkotas/warningsJan Kotas4-4/+8
2015-05-07Changes for building using VS2015Jan Kotas4-4/+8
2015-05-07Fix build break on UnixJan Kotas1-0/+2
2015-05-07Disable AssemblyLoadContext in AppX modeGaurav Khanna1-3/+21
2015-05-05Minor AssemblyLoadContext fixesJan Kotas1-1/+3
2015-05-03Remove inaccurate commentsRichard Lander6-34/+0
2015-05-02Merge pull request #906 from dotnet-bot/from-tfsJan Kotas2-7/+28
2015-05-02Implement AVX detection asm helper on UnixJan Kotas1-0/+12
2015-05-01Fix AVX OS support detectionJan Kotas2-7/+28
2015-05-01Add config setting for amount of codeheap to reserve for jump stubsJan Kotas1-1/+6
2015-04-30Fix spurious assertion failure in ReadyToRun testsJan Kotas1-0/+4
2015-04-30Merge pull request #887 from janvorli/windows-readytorunJan Vorlicek2-0/+7
2015-04-30Fix new set of warningsJan Vorlicek1-1/+1
2015-04-30Enable ReadyToRun for Windows CoreCLRJan Vorlicek2-0/+7
2015-04-29Fix warnings introduced by crossgenJohn Chen (CLR)6-76/+82
2015-04-29Report a reasonable name for types without metadata.Pat Gavlin1-9/+14
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)12-72/+74
2015-04-28Updating WinRT Projections to use FacadesRyan Byington11-272/+252
2015-04-27Merge pull request #815 from mikem8361/palthreadMike McLaughlin1-0/+1
2015-04-27Handle threads in side-by-side statically linked PALsMike McLaughlin1-0/+1
2015-04-27Merge pull request #829 from janvorli/fix-secondary-thread-gcJan Kotas2-6/+25
2015-04-26Fix GC of other thread during native frames unwindingJan Vorlicek2-6/+25
2015-04-24Implemented hardware exception chaining.Mike McLaughlin2-9/+15
2015-04-24Fix div by 0 detectionJan Vorlicek1-5/+6
2015-04-23Merge pull request #794 from dotnet/fix-gc-issueJan Vorlicek2-0/+5
2015-04-23Fix GC stack unwinding issueJan Vorlicek2-0/+5
2015-04-23Fixed the dac table file problem. The file name used isn't unique if there is...Mike McLaughlin1-0/+4
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-3/+0
2015-04-22Merge pull request #759 from brianrob/perfmapJan Kotas7-3/+230
2015-04-22Adds support for resolving JIT compiled managed call frames in perf_events.Brian Robbins7-3/+230
2015-04-21Update framework assembly for System.Uri WinRT projection from System.dll to ...Ryan Byington2-1/+27
2015-04-20Enable build crossgen.exe from build.cmd.John Chen3-0/+162
2015-04-18Ensure we differentiate between division by zero and overflowJan Vorlicek1-0/+339
2015-04-16Fix dangling else warningsJan Vorlicek2-11/+14
2015-04-14Merge pull request #697 from mikem8361/dactablefixMike McLaughlin4-16/+8
2015-04-14Merge pull request #699 from jkotas/readonlycollectionsJan Kotas3-10/+3
2015-04-14Enable generic IReadOnlyCollection interfaces on array for UnixJan Kotas3-10/+3
2015-04-13Add back security classes to dac global vtable.Mike McLaughlin4-16/+8
2015-04-13Fixing the public key token that gets used to find System.Uri in System.Runti...Ryan Byington1-1/+1
2015-04-11When marshaling System.URI we to and from WinRT we use need to access System....Yi Zhang2-1/+2
2015-04-11Merge pull request #676 from dotnet-bot/from-tfsJan Kotas8-101/+363
2015-04-10Merge pull request #674 from janvorli/fix-finally-issueJan Vorlicek1-4/+13
2015-04-10Fix one more exception handling issueJan Vorlicek1-4/+13
2015-04-09Merge pull request #666 from richlander/rich-profileRich Lander2-2/+2
2015-04-09Fix typo in the commentEugene Zemtsov1-1/+1
2015-04-08Use new asm implementation of RtlRestoreContext for EE/debugger on POSIX systemEugene Zemtsov1-7/+7