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-13Proper implementations of JIT helpersJan Kotas
2016-01-08Portable IL PDB supportJan Kotas
2015-12-30Miscellaneous fixes for trivial issues found by adhoc testingJan Kotas
2015-12-30Implement most RyuJIT intrinsicsJan Kotas
2015-12-17Enable inliningJan Kotas
2015-12-17Fix HelloWorld RyuJIT OverflowExceptionGaurav Khanna
2015-12-16Implement JITInterface methods needed by JitDumpJan Kotas
2015-12-16Add JIT-EE interface wrappers to handle exceptionsJohn Chen (CLR)
2015-12-15Type system metadata tweaksMichal Strehovský
2015-12-15Update RyuJITJan Kotas
2015-12-13Fix JIT-EE interface signature mismatchJan Kotas
2015-12-02Uniformization of preprocessor macros for targetsManu
2015-12-01Fix compile time handle for typeschellap
2015-11-26Eliminate MethodCodeJan Kotas
2015-11-24Fix random thingsMichal Strehovský
2015-11-20Merge pull request #346 from MichalStrehovsky/jitInterfaceJan Kotas
2015-11-20Implement getBuiltinClassMichal Strehovský
2015-11-20Delete unused code and stale commentsJan Kotas
2015-11-20Updated formattingManu
2015-11-18Fix a few JITInterface TODOsJan Kotas
2015-11-18Defined BlockType an enum which is now used to define the block type of a Rel...Manu
2015-11-17Merge pull request #289 from schellap/masterJan Kotas
2015-11-17Change JIT name from ProtoJit to RyuJit and Update feed URLschellap
2015-11-17Merge pull request #266 from MichalStrehovsky/unimplementedMichal Strehovský
2015-11-16Make unimplemented features more diagnosableMichal Strehovský
2015-11-16clean upKyungwoo Lee
2015-11-14Merge pull request #261 from MichalStrehovsky/todosJan Kotas
2015-11-14Reduce compiler crashesMichal Strehovský
2015-11-14Remove casting to EcmaMethod from JitInterfaceMichal Strehovský
2015-11-14Rename ILToNativeJan Kotas
2015-11-13Emit DebugLocInfo/DebugFileInfo for WindowsKyungwoo Lee
2015-11-12Add support for pinned localsMichal Strehovský
2015-11-11Merge pull request #235 from kyulee1/framekyulee1
2015-11-11Emit frame infoKyungwoo Lee
2015-11-11Merge pull request #229 from MichalStrehovsky/constrainedMichal Strehovský
2015-11-10Add support for constrained method callsMichal Strehovský
2015-11-10Conditionalize workaround for struct calling convention bugJan Kotas
2015-11-06Fill CORINFO_EE_INFO with bogus data on debugMichal Strehovský
2015-11-06Get Hello World working on LinuxMichal Strehovský
2015-11-05Add support for relocs needed by switch statementsJan Kotas
2015-11-02Fix argument for new array helperJan Kotas
2015-10-30Set of fixes that let us compile Hello World on LinuxMichal Strehovský
2015-10-28Half-implement thread staticsMichal Strehovský
2015-10-28Merge pull request #135 from MichalStrehovsky/rodata-halfwayMichal Strehovský
2015-10-28Half-implementation of RyuJIT generated ROData blocksMichal Strehovský
2015-10-28Fix a few issues around compiling Hello World on LinuxMichal Strehovský
2015-10-28Merge pull request #128 from davidwrighton/refactor_type_systemDavid Wrighton
2015-10-28Adjust inheritance hierarchy of type systemDavid Wrighton
2015-10-26Use ReadyToRun helper idsJan Kotas
2015-10-26Merge pull request #125 from MichalStrehovsky/fix-116Jan Kotas