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
2018-08-24Unwinding support for arm (#6251)Ivan Arishchenko
2018-06-09Use sysconf(_SC_NPROCESSORS_CONF) in PAL and GC ONLY on ARM and ARM64 (#5919)Jan Kotas
2018-06-05Switch back to SC_NPROCESSORS_ONLN for WebAssembly (#5861)Morgan Brown
2018-05-25Use sysconf(_SC_NPROCESSORS_CONF) to get number of processors (#5853)Jan Kotas
2018-04-26Change label name in Unix macro (#5750)Andon Andonov
2018-03-17Filter out bogus control PCs passed to CodeManagers (#5562)Jan Kotas
2018-03-06Static constructors for WebAssembly (#5425)Morgan Brown
2018-02-07Implement break opcode as llvm.debugtrap (#5344)Blealtan
2018-02-03perfom -> perform (#5343)John Doe
2018-01-16[armel tizen] Fixed issue #4626 unwinding support on arm (#5249)sergey ignatov
2018-01-13Fixed cross-building for armel tizen (#5239)sergey ignatov
2017-12-30Cleanup ifdefs (#5156)Jan Kotas
2017-12-27Link WebAssembly runtime (#5141)Morgan Brown
2017-12-09Fix ProjectN build breaks (#5086)Jan Kotas
2017-12-08Find unwind info ourselves rather than initializing unwind cursors each time.Aditya Mandaleeka
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-11-21Allow creating static or shared native library (#4718)Toni Solarin-Sodara
2017-11-11Fix implementation of GCToOSInterface::VirtualCommit to ditch the pages (#4907)Jan Kotas
2017-11-07[armel] fixed PC passing to unwindSergey Ignatov
2017-11-07Implement RegDisplayToUnwindCursor for ARM.Aditya Mandaleeka
2017-11-04Remove ARM workaround used for nongnu libunwind.Aditya Mandaleeka
2017-11-04Improve unwinder initialization perf.Aditya Mandaleeka
2017-11-04Merge pull request #4869 from adityamandaleeka/dedicated_getunwindprocinfoAditya Mandaleeka
2017-11-04Add comment about indexing into unw_context_t.Aditya Mandaleeka
2017-11-03Use libunwind more efficiently to speed up finding method info.Aditya Mandaleeka
2017-11-03ProjectX: New GetOsModuleHandle API to ICodeManagerdotnet-bot
2017-10-27CR feedbackJan Kotas
2017-10-26Push proper RBP frame in PUSH_COOP_PINVOKE_FRAMEJan Kotas
2017-10-04Enable x86 support for UnixAdeel
2017-09-13Fix for CI build breaksFadi Hanna
2017-09-13These changes provide a way for ProjectX/CoreRT to get the target of custom i...Fadi Hanna
2017-08-31Include missing header in cpp fileFadi Hanna
2017-08-30Fixing CI break caused by previous checkin of the unboxing stubs region to en...Fadi Hanna
2017-08-25Fix compilation with Xcode 9 (#4383)William Kent
2017-08-14Speed up string allocations by 35%Michal Strehovsky
2017-07-26[armel tizen] Fixed asm stubs (#4227)sergey ignatov
2017-07-19[armel tizen] Implemented asm stub UniversalTransition (#4186)sergey ignatov
2017-07-19[arm linux] Provided asm stubs for ExceptionHandling.S & CallingConve… (#4170)sergey ignatov
2017-07-11Fix INLINE_GETTHREAD for arm (#4129)Petr Bred
2017-07-07(On behalf of Jan Vorlicek) Thread abort stage 1Andrew Au
2017-07-06[arm tizen] Implemented AllocFast.s stubs (#4068)sergey ignatov
2017-07-06Fix stresslog (#4062)Jan Kotas
2017-07-03Fix RhpPInvoke asm helper for arm (#4021)Petr Bred
2017-06-29[arm tizen] first variant of RhpInvoke & RhpInvokeReturn (#3993)sergey ignatov
2017-06-22Add more informative logs for arm (#3949)Petr Bred
2017-06-15Various ARM fixes (#3893)mskvortsov
2017-06-13Unify StackFrameIterator behavior w.r.t. various special addresses within MRT...Tomas Rylek
2017-05-10Configure the SIGPIPE signal to not terminate the process (#3576)Sergiy Kuryata
2017-04-26Enable precise GC on Unix (#3310)Sergiy Kuryata
2017-04-25Gc reporting for filter funclets (#3401)Peter Sollich