Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-13Implement StelemRef and LdelemaRef helpersJan Kotas
2016-01-13Proper implementations of JIT helpersJan Kotas
2016-01-13Merge pull request #564 from janvorli/gc-os-interfaceJan Vorlicek
2016-01-12GC to OS interface refactoringJan Vorlicek
2016-01-12Merge pull request #628 from dotnet/nmirrorJan Kotas
2016-01-12Add CachedInterfaceDispatch.cpp to CoreRTJan Kotas
2016-01-10Unique names for CoreLibNativeJan Kotas
2016-01-09Merge pull request #616 from dotnet/nmirrorJan Kotas
2016-01-09Re-Implement ManagedThreadId classTarek Mahmoud Sayed
2016-01-09RhpUniversalTransition improvementsScott Mosier
2016-01-08Minor cleanupJan Kotas
2016-01-07Merge pull request #600 from manu-silicon/interlocked_armJan Kotas
2016-01-07Initial support for Interlocked on arm/arm64Manu
2016-01-07Native part of previous commitJan Kotas
2016-01-06Fix build on OSX with CMake version >= 3.4Jan Vorlicek
2015-12-30Miscellaneous fixes for trivial issues found by adhoc testingJan Kotas
2015-12-30Merge pull request #575 from gkhanna79/Fix562Gaurav Khanna
2015-12-30Export additional functions from bootstrapper.Gaurav Khanna
2015-12-30Compile with -fvisibility=hiddenJan Kotas
2015-12-30Implement most RyuJIT intrinsicsJan Kotas
2015-12-30Exports required for refactored ILCompiler.SDK consumption.Gaurav Khanna
2015-12-24Fix build warningJan Kotas
2015-12-22Remove CoreRT TODOs in Buffer.CopyBlock and Array.CopyJan Kotas
2015-12-22Move required CPPCodegen header files, and stub functions, into ILCompiler.SDKGaurav Khanna
2015-12-18Refactor force-inline GC-safe memoryJan Kotas
2015-12-18Add helpers that perform memory copy and gc-write barrier as a single operationJan Kotas
2015-12-18Native compilation of Runtime.BaseJan Kotas
2015-12-17Merge pull request #545 from dotnet-bot/from-tfsJan Kotas
2015-12-17Fix build breaksJan Kotas
2015-12-17Fix GCStressJan Kotas
2015-12-17Fix HelloWorld RyuJIT OverflowExceptionGaurav Khanna
2015-12-16Add JIT-EE interface wrappers to handle exceptionsJohn Chen (CLR)
2015-12-09Update GC from CoreCLRJan Kotas
2015-12-09Merge pull request #502 from dotnet-bot/from-tfsJan Kotas
2015-12-09Fix some runtime FailFast pathsScott Mosier
2015-12-09Delete superfluous PalPrintfsJan Kotas
2015-12-08Merge pull request #497 from jkotas/gc-scanScott Mosier
2015-12-08Remove redundant code in gcrhscan.cppJan Kotas
2015-12-08Refactored AsmOffsets.hManu
2015-12-08Simplify exception handling in RhNewObject and RhNewArrayJan Kotas
2015-12-05Remove static_check.h, remove unused method on Module class.Scott Mosier
2015-12-04Fill out EEType fieldsSimon Nattress
2015-12-04Enabled native compilation on ARM64Manu
2015-12-04Added build support for ARM64Manu
2015-12-04Replaced _WIN64 by OS agnostic BIT64Manu
2015-12-04Removed the definitions of TARGET_xxx macrosManu
2015-12-03Merge pull request #473 from smosier/pn-fixesJan Kotas
2015-12-03Merge pull request #468 from nattress/command_line_argsSimon Nattress
2015-12-03Remove unnecessary headerScott Mosier
2015-12-03Enable command line args for RyuJit bootstrapperSimon Nattress