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-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
2017-04-23Fix Unix build break (#3413)Jan Kotas
2017-04-23Enable CFG support in ProjectNYi Zhang
2017-03-24Fix a race in thread shutdown on Unix (#3073)Sergiy Kuryata
2017-03-15Implement Thread for Unix (#2957)Anton Lapounov
2017-03-09Add precise GC root stack enumeration (#2923)Jan Kotas
2017-03-01Preserve scratch register r10 in RhpCommonStub (#2850)Faizur Rahman
2017-02-28Enable delegate marshalling in non-windows (#2825)Faizur Rahman
2017-02-27[arm32 unix building] Passing target platform and os to IlcCompiler for cross...sergey ignatov
2017-02-13Print message for stack oveflow (#2737)Jan Kotas
2017-02-06Deleted wrong castingSergey Ignatov
2017-02-06Fixes for compiling corert for arm architectureSergey Ignatov