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
2017-01-20Enable workaround for build tools that don't support thread_localJan Vorlicek
2017-01-19Fix Unix thread shutdownJan Vorlicek
2017-01-14Encode Reverse PInvoke frame stack slot in GCInfo (#2484)sandreenko
2017-01-13 This is the internal component of CoreRT#2485 (https://github.com/dotnet...dotnet-bot
2017-01-08Implement SetLastError DllImport flag functionalityFaizur Rahman
2016-12-01Revert "OSX unwind workaround"Jan Kotas
2016-12-01Merge pull request #2293 from janvorli/add-llvm-libunwind-as-sourcesJan Kotas
2016-12-01Use LLVM libunwind for stack unwinding on UnixJan Vorlicek
2016-11-26OSX unwind workaround (#2166)Christian Scheuer
2016-11-26Fix shutdown hang when running CoreCLR tests (#2264)Jan Kotas
2016-11-22Implement Exception.get_StackTrace (#2240)Michal Strehovský
2016-11-16Merge pull request #2214 from dotnet/nmirrorMichal Strehovský
2016-11-15Thunk pool implementation for CoreRT. In CoreRT, the thunk mappings are alloc...Fadi Hanna
2016-11-07Unhandled exception handling on Unix (#2157)Jan Kotas
2016-11-01Make unhandled exceptions fail gracefully on WindowsJan Kotas
2016-10-06Cleanup native config (#1980)Jan Kotas
2016-10-05Fix build break on macOS Sierra (#1976)Jan Kotas
2016-09-27Explicitly specify feature test macro for glibc earlier than 2.19rimashm
2016-09-20Link with libunwind on LinuxJan Kotas
2016-09-14Ports dotnet/coreclr PR#6764 (https://github.com/dotnet/coreclr/pull/6764) to...dotnet-bot
2016-09-05Fix exceptions from funclets (#1798)Jan Vorlicek
2016-08-24Change PalHijack to fail silently on Unix until it is implemented (#1695)Jan Kotas
2016-08-16Implement transition thunk for Unix amd64 (#1653)Jan Kotas
2016-07-29Fix __debugbreak() reference for GCC-compatible compilers (#1595)William Kent
2016-07-24Small cleanup in GCToOSInterfaceAnton Lapounov
2016-07-17Rewamp DebugBreak handling (#1534)Jan Kotas
2016-06-24Fix Unix implementation of PalInterlockedCompareExchange128Jan Kotas
2016-06-24Fix typo: Comperand -> ComparandJan Kotas
2016-06-24Add braces to avoid operator priority confusion (#1431)Jan Kotas
2016-06-22Fix PUSH_COOP_PINVOKE_FRAME on UnixJan Kotas
2016-06-22Implement Linux hardware and software exception handling (#1417)Jan Vorlicek
2016-06-16Simplify NESTED_END macro for OSX (#1397)Jan Kotas
2016-06-05Implement alloc helpers for Unix (#1360)Jan Kotas
2016-06-01Reduce assembly code in alloc helpersJan Kotas
2016-05-26Implement PInvoke Unix asm helpersJan Kotas
2016-05-24Change CORERT TODO ifdefs to USE_PORTABLE_HELPERS as appropriateJan Kotas
2016-05-18Fix build warnings (#1291)Jan Kotas
2016-05-18Fixes for GC updateJan Kotas
2016-05-10Fix LEAF_END macro to not export global symbolsJan Kotas
2016-05-05Implement Unix AMD64 EH assembler helpersJan Vorlicek
2016-04-30Fix build break on Unix (#1220)Jan Kotas
2016-04-03Fix build break on Xcode 7.3Jan Kotas
2016-03-24Rename __LINUX__ to __linux__Jan Kotas
2016-03-23Fix build break on UnixJan Kotas
2016-03-23Missed files in last checkinJan Kotas
2016-03-12Merge pull request #1000 from janvorli/complete-timed-wait-for-eventJan Vorlicek
2016-03-12Complete the timed wait for eventJan Vorlicek
2016-03-11Implement PalGetModuleFileName for UnixJan Vorlicek
2016-03-10Replace numeric thread id by an opaque oneJan Vorlicek
2016-03-08Enable hardware exception handling on WindowsJan Kotas