Merge pull request #1588 from BrzVlad/feature-aot-wbarrier
[mono.git] / mono /
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-24 Alex Rønne PetersenTypo fix...
2015-03-24 Alex Rønne Petersen[arm] Also fix OP_ATOMIC_STORE_R4.
2015-03-23 Mark ProbstMerge pull request #1596 from schani/feature-sgen-impro...
2015-03-23 Mark Probst[sgen] Fix slot size calculation.
2015-03-23 Mark Probst[sgen] Remove stealing.
2015-03-23 Mark Probst[sgen] Save more space in M&S block infos.
2015-03-23 Mark Probst[sgen] Do pinning of M&S blocks in one pass. Saves...
2015-03-23 Mark Probst[sgen] Store worker's job names for debugging.
2015-03-23 Mark Probst[sgen] Some clarifying comments and rearrangements.
2015-03-23 Mark Probst[sgen] Remove dead code.
2015-03-23 Mark Probst[sgen] Binary protocol entry for pin-staging cemented...
2015-03-23 Mark Probst[sgen] Only scan mod-union in LOS on marked objects.
2015-03-23 Mark Probst[sgen] Free lists in blocks must be volatile.
2015-03-23 Mark Probst[sgen] Rename a callback for clarity.
2015-03-23 Mark Probst[sgen] Don't scan until jobs done in worker thread.
2015-03-23 Mark Probst[sgen] Fix names and remove superfluous parameters.
2015-03-23 Mark Probst[sgen] Move debug code to `sgen-debug.c`.
2015-03-23 Mark Probst[sgen] Rename `have_computed_minor_collection_allowance...
2015-03-23 Mark Probst[sgen] Remove superfluous function indirection.
2015-03-23 Mark Probst[sgen] Replace `have_swept` pointer with callback.
2015-03-23 Mark Probst[sgen] Don't pass redundant `scan_mod_union` to `major_...
2015-03-23 Mark Probst[sgen] Disable cementing for concurrent M&S.
2015-03-23 Mark Probst[sgen] Don't re-check reference after marking in concur...
2015-03-23 Neale FergusonFix decimal comparison by using signed char comparison...
2015-03-23 Rodrigo KumperaMerge pull request #1631 from alexanderkyte/stringbuild...
2015-03-23 Rodrigo KumperaMerge pull request #1595 from directhex/randomize-tcp...
2015-03-23 Rodrigo Kumpera[threading] Use a RT signal for abort when possible.
2015-03-23 Zoltan Varga[arm] Fix OP_ATOMIC_LOAD_R4.
2015-03-23 Zoltan VargaFix a warning.
2015-03-23 João MatosMerge pull request #1646 from myrup/master
2015-03-23 Marek Safar[corlib] MethodBase from reference sources
2015-03-22 Zoltan Varga[runtime] Throw an exception on allocation failure...
2015-03-22 Zoltan Varga[aot] Remove support for non-separate llvm mode.
2015-03-22 Zoltan Varga[jit] Remove support for LLVM_API_VERSION < 4.
2015-03-21 Jonathan PryorMerge pull request #1641 from joelmartinez/docs-monodoc...
2015-03-21 Zoltan Varga[jit] Enable partial sharing only in full-aot mode.
2015-03-21 Zoltan Varga[jit] Unify the handling of the type parameters in...
2015-03-20 João Matos[runtime] Check for MSVC instead of non-GCC in mono_thr...
2015-03-20 João MatosMerge pull request #1647 from svedm/master
2015-03-20 Svetoslav KarasevFix duplicate sub-expressions
2015-03-20 Zoltan VargaMerge pull request #1645 from myrup/master
2015-03-20 Zoltan Varga[aot] Fix support for direct icalls in llvm mode.
2015-03-20 Zoltan Varga[jit] Use unique castclass caches in all cases. Fixes...
2015-03-20 Zoltan Varga[runtime] Fix the isinst_with_cache wrapper on 64 bit...
2015-03-19 Zoltan Varga[sdb] Add support for TypedReferences. Fixes #28181.
2015-03-19 Zoltan Varga[corlib] Implement FieldInfo.SetValueDirect ().
2015-03-19 Zoltan Varga[io-layer] Avoid closing std file descriptors on shutdo...
2015-03-19 Marek Safar[corlib] TypedReference from reference sources
2015-03-19 Marek SafarMerge pull request #1642 from vestild/modulebuilder...
2015-03-19 João Matos[mini] Small code cleanup, check for iOS host instead...
2015-03-19 João Matos[windows] Fixed thread async suspend assert.
2015-03-19 Marek Safar[runtime] Remove unused icall
2015-03-19 Zoltan Varga[corlib] Implement TypedReference:MakeTypedReference ().
2015-03-19 Zoltan Varga[runtime] Extract mono-config-dirs.c into a separate...
2015-03-19 Zoltan Varga[runtime] Add a new mono-config-dirs.c file which is...
2015-03-19 Alex Rønne Petersen[profiler] Fix finding methods in other domains than...
2015-03-18 João MatosMerge pull request #1639 from alexrp/profiler-mingw
2015-03-18 Alex Rønne Petersen[profiler] Don't build the profiler on Windows.
2015-03-18 Marek Safar[corlib] Default Egypt calendar is gregorian. Fixes...
2015-03-18 João MatosMerge pull request #1637 from soimort/fix-build
2015-03-18 Mort Yao[runtime] Fix build for Linux
2015-03-18 Mort Yao[runtime] Add missing semicolon in mono_rand_try_get_by...
2015-03-18 Zoltan Varga[gsharedvt] Make sure the gsharedvt method we use in...
2015-03-17 Alex Rønne PetersenMerge pull request #1636 from alexrp/profiler-stuff
2015-03-17 Alex Rønne PetersenMerge pull request #1635 from alexrp/core-clr-properties
2015-03-17 Zoltan Varga[runtime] Revert part of 2e3ba21e80f3edd03c7c2050c9ba92...
2015-03-17 Ludovic Henry[threadpool] Add licensing header
2015-03-17 Ludovic Henry[threadpool] Integrate the microsoft ThreadPool into...
2015-03-17 Ludovic Henry[runtime] Move random generator code out of icall,...
2015-03-17 Ludovic Henry[runtime] Add CPU usage utility function
2015-03-17 Zoltan Varga[jit] Avoid disabling direct calls to icalls on arm64...
2015-03-17 Marek Safar[corlib] Bump corlib version for 8d097349b3289b35c6052d...
2015-03-17 Alex Rønne Petersen[profiler] Redesign buffer flushing and method reporting.
2015-03-17 Alex Rønne Petersen[profiler] Make `perf` syscall work on ARM64.
2015-03-17 Alex Rønne Petersen[profiler] Clean up some unused declarations.
2015-03-17 Alex Rønne Petersen[mini] Expose mono_aot_get_method () as an API-unstable...
2015-03-17 Alex Rønne Petersen[mini] Expose an API-unstable mono_get_jit_info_from_me...
2015-03-17 Alex Rønne Petersen[configure] Add a `--disable-perf-events` flag to disab...
2015-03-17 Alex Rønne Petersen[corlib] Implement security properties on FieldInfo...
2015-03-17 Alex Rønne Petersen[coreclr] Add mono_security_core_clr_field_level (...
2015-03-17 Marcos Henrich[runtime] Assert that thread_resume returns KERN_SUCCESS.
2015-03-17 Marcos Henrich[runtime] Fixed thread_abort_safely not interrupting...
2015-03-17 Neale Fergusons390x-codegen.h : Fix instruction definition and add...
2015-03-17 Marek Safar[corlib] Serialization from reference sources
2015-03-17 Zoltan Varga[jit] Add exception checks after direct calls to icalls...
2015-03-17 Zoltan Varga[jit] Disable direct icalls for now to fix the build.
2015-03-17 Zoltan Varga[jit] Split the CEE_CALLI conv into a separate switch...
2015-03-17 Zoltan Varga[amd64] Fix aot support in throw_pending_exception ().
2015-03-17 Zoltan Varga[runtime] Allocate objects outside the lock in mono_str...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-17 Zoltan Varga[jit] Add support for directly calling normal icalls...
2015-03-16 Vlad Brezae[x86] Handle stack pop done by native stdcalls.
2015-03-16 Zoltan Varga[aot] Enable direct calls to icalls in aot mode, disabl...
2015-03-16 Zoltan Varga[aot] Remove obsolete 'iphone-abi' option.
2015-03-16 Zoltan Varga[io-layer] Avoid the usage of atexit (), clean up handl...
2015-03-16 Vlad Brezae[sgen] Write barrier nursery checks might be needed
2015-03-16 Vlad Brezae[aot] Add aot support for write barrier.
next