Add monotouch_*_runtime profiles for watchOS and tvOS.
[mono.git] / mono /
2015-11-17 Zoltan VargaFix the build.
2015-11-17 Zoltan Varga[jit] Remove unused mono_aot_register_globals () function.
2015-11-17 Zoltan Varga[jit] Remove the nursery_bits from the wrapper info...
2015-11-17 Zoltan Varga[jit] Add a header file for aot-compiler.c.
2015-11-17 Zoltan Varga[jit] Fix the check for emulation of div instructions...
2015-11-16 Alexander KöplingerMerge pull request #2239 from xmcclure/interbals2
2015-11-16 Andi McClureMinor: Style cleanup on internal headers (continued)
2015-11-16 Andi McClureMerge pull request #2238 from xmcclure/interbals
2015-11-16 Andi McClureMinor: Style cleanup on internal headers
2015-11-16 Alex Rønne Petersen[arm] HACK: Disable fast TLS on ARM for now.
2015-11-16 Alexander KöplingerMerge pull request #2228 from lambdageek/dev/sgen-timeouts
2015-11-16 Zoltan Varga[arm] Simplify the seq point code used for soft breakpo...
2015-11-15 Zoltan Varga[runtime] Fix Thread.CurrentThread in non-root appdomai...
2015-11-15 Zoltan VargaFix a warning.
2015-11-15 Zoltan Varga[amd64] Make amd64_patch non-inline, it seems to be...
2015-11-14 Zoltan Varga[amd64] Enable div checks when running on tvos.
2015-11-14 Zoltan Varga[jit] Emit div checks if MONO_ARCH_NEED_DIV_CHECK is...
2015-11-13 João MatosMerge pull request #2233 from madewokherd/ucontextgregs
2015-11-13 Zoltan VargaRevert "[jit] Emit div checks if MONO_ARCH_NEED_DIV_CHE...
2015-11-13 Aleksey Kliger[test] Give the sgen tests more time.
2015-11-13 Aleksey Kliger[test] Make sgen tests behave nicer on slower machines.
2015-11-13 Vincent PovirkDo not define UCONTEXT_GREGS on win64.
2015-11-13 Rodrigo KumperaMerge pull request #2227 from esdrubal/tzparse
2015-11-13 Ludovic Henry[IO] Dump handle when we run out of them
2015-11-13 Zoltan Varga[jit] Emit div checks if MONO_ARCH_NEED_DIV_CHECK is...
2015-11-12 Zoltan Varga[arm] Fix register assignments during hfa parameter...
2015-11-12 Zoltan Varga[runtime] Rename iltests.il.in back to iltests.il,...
2015-11-12 Zoltan Varga[runtime] Remove a bogus assertion.
2015-11-12 Zoltan Varga[jit] Use emit_runtime_constant () in a few more places...
2015-11-12 Rodrigo KumperaMerge pull request #2213 from kumpera/widen-unsafe-mov
2015-11-11 Rodrigo Kumpera[jit] Allow reference types with Array.UnsafeMov. Docum...
2015-11-11 Zoltan Varga[runtime] Use 'this_obj' instead of 'this' in a few...
2015-11-11 Rodrigo Kumpera[jit] Add support for widening of Array.UnsafeMov intri...
2015-11-11 Rodrigo KumperaMerge pull request #2207 from lambdageek/dev/bug-35375
2015-11-11 Mark ProbstMerge pull request #2198 from BrzVlad/feature-concurren...
2015-11-11 Aleksey Kliger[runtime] mono_class_init() - don't look for metadata...
2015-11-10 Alexander KöplingerMerge pull request #2216 from akoeplinger/fix-array...
2015-11-10 Rodrigo KumperaMerge pull request #2215 from kumpera/crash_in_mono_cla...
2015-11-10 Zoltan Varga[runtime] Fix a few more class->klass cases.
2015-11-10 Zoltan Varga[runtime] Use 'klass' instead of 'class' to make the...
2015-11-10 mhutchMerge pull request #2124 from mhutch/mono-api-info...
2015-11-10 João Matos[runtime] Fixed typo.
2015-11-10 Rodrigo Kumpera[runtime] Fix bad assert in mono_class_get_method_from_...
2015-11-10 Marcos HenrichMerge pull request #2209 from esdrubal/facades_subdirs
2015-11-10 Rodrigo KumperaMerge pull request #2214 from kumpera/fix_enum_get_get_...
2015-11-10 Marek SafarMerge pull request #2210 from ystr/FromHtml-xxx
2015-11-10 Rodrigo Kumpera[runtime] Fix Enum.GetHashCode when basetype is short...
2015-11-10 Vlad Brezae[sgen] We only use workers when starting the concurrent...
2015-11-10 Vlad Brezae[sgen] Optimize the finishing of the concurrent collection
2015-11-09 Vlad Brezae[jit] Refactor loading of runtime constants from IL
2015-11-09 Vlad Brezae[aot] Don't hardcode the nursery size in aot write...
2015-11-09 Andi McClureMerge pull request #2200 from xmcclure/image-audit...
2015-11-09 Andi McClureFix to checked-build reference auditing
2015-11-07 Zoltan Varga[runtime] Add a MonoAotMode entry for llvmonly.
2015-11-07 Zoltan Varga[runtime] Add a dummy definition for mono_debug_persona...
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-06 Zoltan VargaAvoid setting mono_llvm_only when mono_aot_only is...
2015-11-06 Zoltan Varga[llvm] Use LLVMArgNormal for scalars passed by value...
2015-11-06 Zoltan Varga[llvm] Add a 'type' field to LLVMArgInfo, use it to...
2015-11-06 Zoltan Varga[aot] Reduce the code duplication in the wrapper encodi...
2015-11-06 Zoltan Varga[runtime] Make mono_marshal_get_wrapper_info ()/set_wra...
2015-11-05 Zoltan Varga[runtime] Add WrapperInfos for a few wrappers which...
2015-11-05 Zoltan Varga[runtime] Merge the 'AllocatorWrapperInfo' structure...
2015-11-05 Zoltan Varga[runtime] Save the nursery bits used to create wbarrier...
2015-11-05 Mark ProbstMerge pull request #2197 from mono/feature-disable...
2015-11-05 Marek SafarMerge pull request #2199 from mhutch/pcl46
2015-11-04 Zoltan Varga[runtime] Implement native-to-managed marshalling of...
2015-11-04 Zoltan Varga[aot] Fix a crash introduced by 51c4e47f2 when the...
2015-11-04 Mark Probst[sgen] Allow disabling finalization of specific classes.
2015-11-04 Ludovic HenryMerge pull request #2196 from alexischr/coop-gc_stackda...
2015-11-04 Zoltan Varga[sdb] Add another fastpath to the invoke code to skip...
2015-11-04 Zoltan Varga[llvm] Get rid of the 'pindexes' array in LLVMCallInfo...
2015-11-04 Zoltan Varga[llvm] Add new llvm argument passing conventions for...
2015-11-04 Rodrigo KumperaMerge pull request #2193 from kumpera/loader-error...
2015-11-03 Zoltan VargaMerge pull request #2194 from alexrp/ppdb-status-crash
2015-11-03 Alexis Christoforides[coop] Make sure 'gc_stackdata' is aligned and properly...
2015-11-03 Ludovic HenryMerge pull request #2195 from alexrp/tp-ms-io-trace...
2015-11-03 Ludovic Henry[mini] Add safepoint support for all platforms
2015-11-03 Alex Rønne Petersen[threadpool-ms-io] Fix some crashy mono_trace () calls.
2015-11-03 Alex Rønne Petersen[ppdb] Fix a crash caused by mono_ppdb_load_file ().
2015-11-03 Marek SafarMerge pull request #2190 from Numpsy/AddADNotFoundException
2015-11-03 Ludovic HenryMerge pull request #2192 from kumpera/suspend-crossfire
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ty...
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ge...
2015-11-03 Rodrigo Kumpera[mono-error] Change mono_metadata_parse_generic_inst...
2015-11-03 Rodrigo Kumpera[mono-error] Introduce MonoError into mono_metadata_par...
2015-11-03 Rodrigo Kumpera[suspend] Fix suspend race between mono-threads and...
2015-11-03 Vlad Brezae[sgen] Finish concurrent collection if the heap grows...
2015-11-02 Vlad Brezae[sgen] Create constant for heap growth allowance
2015-11-02 Vlad BrezaeMerge pull request #2081 from BrzVlad/feature-concurren...
2015-11-02 João MatosMerge pull request #2191 from LogosBible/mono_amd64_hav...
2015-11-02 Martin PotterAdd support for version of pthread_getspecific when...
2015-11-02 Ludovic Henry[trace] Synchronize output
2015-11-02 Alexander Köplinger[mono] Rename NUnit xml result files to TestResult...
2015-11-02 Ludovic Henry[threads] Remove assertion on `info` for socket syscall...
2015-11-02 Marek SafarMerge pull request #2185 from akoeplinger/json-move
2015-11-01 Zoltan VargaFix an obsolete comment.
2015-10-30 Rodrigo Kumpera[mono-error] Introduce MonoError into mono_metadata_par...
2015-10-30 Jonathan PryorMerge pull request #2152 from joelmartinez/mdoc-preserver
2015-10-30 Zoltan Varga[sdb] Add a fastpath to process_single_step_inner ...
next