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 #630 from MichalStrehovsky/typedefEarlyOutMichal Strehovský
2016-01-12Add early out for generic type definitions EETypesMichal Strehovský
2016-01-12Make UnmanagedPdbSymbolReader work when running on CoreCLRJan Kotas
2016-01-09Remove CORERT TODOs from System.Monitor.LockJan Kotas
2016-01-08Add workaround for #608Jan Kotas
2016-01-08Portable IL PDB supportJan Kotas
2016-01-05Upgrade beta framework references to rc2Jan Kotas
2016-01-05Prepare for System.Reflection.Metadata upgradeJan Kotas
2015-12-30Implement most RyuJIT intrinsicsJan Kotas
2015-12-27Improve performance of MethodIL providerJan Kotas
2015-12-22Do not emit literal fields in CppCodeGenJan Kotas
2015-12-22Remove CoreRT TODOs in Buffer.CopyBlock and Array.CopyJan Kotas
2015-12-22Implement ImportCalli for CppCodeGenJan Kotas
2015-12-18Native compilation of Runtime.BaseJan Kotas
2015-12-17Enable inliningJan Kotas
2015-12-16Merge pull request #355 from JohnChen0/jitinterfaceJohn Chen
2015-12-16More type system tweaksMichal Strehovský
2015-12-16Add JIT-EE interface wrappers to handle exceptionsJohn Chen (CLR)
2015-12-15Merge pull request #530 from MichalStrehovsky/typeTweaksMichal Strehovský
2015-12-15Type system metadata tweaksMichal Strehovský
2015-12-15Switch CppCodeGen to use dependency analysis framework for method codeJan Kotas
2015-12-15Use proper type nodes for RelatedTypeJan Kotas
2015-12-11Merge pull request #507 from nattress/eetype_optional_fieldsJan Kotas
2015-12-11Populate EEType Optional FieldsSimon Nattress
2015-12-10Reduce dependency on Ecma api surfaceDavid Wrighton
2015-12-06Enable Mac RyuJIT support.Gaurav Khanna
2015-12-04Fill out EEType fieldsSimon Nattress
2015-12-04Fix base type system api's to work in terms of DefType not MetadataTypeDavid Wrighton
2015-12-03Enable command line args for RyuJit bootstrapperSimon Nattress
2015-12-02Switch to dotnet tools and add unix testingSenthil
2015-12-02Uniformization of preprocessor macros for targetsManu
2015-11-26Eliminate MethodCodeJan Kotas
2015-11-24Merge pull request #401 from MichalStrehovsky/skipJitJan Kotas
2015-11-24Only apply SkipJitList on Unix platformsMichal Strehovský
2015-11-24[Mac] Fixes to support HelloWorld using CPPCodegenGaurav Khanna
2015-11-23Fixes regression introduced by https://github.com/dotnet/corert/commit/8e0b6a...Gaurav Khanna
2015-11-20Fixes for Runtime.Base compilation with RyuJITJan Kotas
2015-11-20Added missing EOF newlines.Manu
2015-11-20Updated formattingManu
2015-11-20Move HelperExtensions to CommonMichal Strehovský
2015-11-20Add ModuleDesc as the base type of EcmaModuleMichal Strehovský
2015-11-19Merge pull request #332 from MichalStrehovsky/MDArrayRngChk2Michal Strehovský
2015-11-19Enable range check code in MDArray accessorsMichal Strehovský
2015-11-19Helper entrypoint symbols should not be staticMichal Strehovský
2015-11-18Make Runtime.Base compile with ilcJan Kotas
2015-11-18Fixed missing }. Moved comments to individual values of the enum for better I...Manu
2015-11-18Defined BlockType an enum which is now used to define the block type of a Rel...Manu
2015-11-18Replace CommonPath with relative pathMichal Strehovský