Merge pull request #994 from drummerhu/patch-1
[mono.git] / mono /
2014-04-22 Alexis ChristoforidesMerge pull request #994 from drummerhu/patch-1
2014-04-21 Zoltan Varga[jit] Fix a bug introduced by 683527c69465843d05709782a...
2014-04-21 Rodrigo Kumpera[counters] Simplify things a bit by removing unsigned...
2014-04-21 Rodrigo Kumpera[counters] Add mono_counters_foreach API.
2014-04-21 Rodrigo Kumpera[counter] Kill counter type MONO_COUNTER_TIME_INTERVAL...
2014-04-21 Rodrigo Kumpera[counters] Introduce variance and units.
2014-04-21 Rodrigo Kumpera[counters] Introduce two new counters categories, runti...
2014-04-19 Zoltan Varga[jit] Get rid of mono_arch_nullify_plt_entry (), it...
2014-04-17 Rodrigo Kumpera[sgen-bridge] Introduce accounting mode to bridge proce...
2014-04-17 Alex Rønne PetersenReally, seriously, for real fix mono/tests/Makefile...
2014-04-17 Zoltan Varga[jit] Fix an unreachable code part in mini_emit_memset...
2014-04-17 Alex Rønne PetersenShell expansion rules suck. Fix a7712d90931a29c76f83e62...
2014-04-17 Alex Rønne PetersenFix a couple of warnings in sgen-cardtable.c.
2014-04-17 Alex Rønne PetersenIgnore testlist files in mono/tests.
2014-04-17 Alex Rønne PetersenClean up mono/tests/Makefile.am.
2014-04-17 Zoltan Varga[aot] Add a separate mutex to each AOT module to reduce...
2014-04-17 Zoltan Varga[jit] Use compile-time conditionals in a few places.
2014-04-17 Zoltan Varga[llvm] Fix the decomposition of some long opcodes on...
2014-04-17 Zoltan Varga[llvm] Update the LLVM backend to the LLVM mono-2014...
2014-04-16 Mark Probst[sgen] Counter for time we spend starting and stopping...
2014-04-16 Mark Probst[sgen] Fix M&S object iteration.
2014-04-16 Mark Probst[sgen] Fix CLEAR_AT_GC.
2014-04-16 Mark Probst[sgen] Fix remset consistency check in presence of...
2014-04-16 Mark Probst[sgen] Count cards for binary protocol.
2014-04-16 Mark Probst[sgen] Don't scan cards in no-reference LOS objects.
2014-04-16 Mark Probst[sgen] Make missing remset debugging easier.
2014-04-16 Mark Probst[sgen] Small refactoring of sgen_card_table_update_mod_...
2014-04-16 Mark Probst[sgen] Make mod-union consistency check work again.
2014-04-16 Mark Probst[sgen] Binary protocol entries for world stop/restart...
2014-04-16 Mark Probst[sgen] Enable binary protocol by default, make the...
2014-04-16 Zoltan Varga[jit] Fix the lookup of the AOT version of Interlocked...
2014-04-16 Rodrigo Kumpera[win64] Fix stack probing and disable omit_fp. Fixes...
2014-04-16 Zoltan Varga[llvm] Fix the loadable llvm build.
2014-04-16 Alex Rønne PetersenMake all Python scripts Python 3-friendly.
2014-04-16 Zoltan Varga[jit] Rewrite lookup_method () to reduce contention...
2014-04-16 Zoltan Varga[runtime] Add some low level locks to image sets to...
2014-04-15 Rodrigo Kumpera[runtime] Don't g_string_append an empty string when...
2014-04-15 Rodrigo Kumpera[windows] Win64 requires 16 bytes alignment too.
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-15 Zoltan Varga[llvm] Fix a few problems with longs on 32 bit platform...
2014-04-14 Rodrigo Kumpera[llvm] Fix llvm loading.
2014-04-14 Alex Rønne PetersenFix handling of the `volatile.` prefix instruction.
2014-04-14 Alex Rønne PetersenRemove pointless #elif branch in mono-membar.h.
2014-04-14 Alex Rønne PetersenClean up the log profiler's use of atomics.
2014-04-14 Alexis ChristoforidesMerge pull request #986 from ninjarobot/patch-1
2014-04-14 ninjarobotUpdate io.c
2014-04-14 Rodrigo KumperaMerge pull request #990 from BrandonLWhite/bw/cqleak
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Brandon[runtime] Fixed leak of MonoListItems in MonoCQ
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-12 Zoltan Varga[runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYP...
2014-04-12 Zoltan VargaMerge pull request #988 from ranma42/fix-lls-test
2014-04-12 Zoltan VargaMerge pull request #989 from rolfbjarne/bundle-tracing...
2014-04-11 Rolf Bjarne KvingeReport bundle tracing using the filename, not the full...
2014-04-11 Rolf Bjarne KvingeImprove tracing output for loaded assemblies from bundles.
2014-04-11 Rodrigo KumperaUse mono_dl_open_runtime_lib as an additional fallback...
2014-04-11 Rodrigo KumperaUse mono_dl_open_runtime_lib instead of hand crafted...
2014-04-11 Rodrigo KumperaNew function mono_dl_open_runtime_lib that loads runtim...
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-04-11 Alex Rønne PetersenARM: Fix epilogue instrumentation to handle MONO_TYPE_...
2014-04-11 Alex Rønne PetersenRevert "ARM: Fix epilogue instrumentation to handle...
2014-04-10 Alex Rønne PetersenARM: Fix epilogue instrumentation to handle MONO_TYPE_...
2014-04-09 Andrea CancianiFix assertion in test-mono-linked-list-set
2014-04-09 Rodrigo KumperaRevert "[runtime] Improve the hashing of MONO_TYPE_VAR...
2014-04-09 Alexis ChristoforidesMerge pull request #985 from joelmartinez/master
2014-04-09 Zoltan Varga[runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYP...
2014-04-09 Zoltan VargaRevert "[llvm] Fix the build."
2014-04-07 Alexis ChristoforidesMerge pull request #955 from ermshiperete/bug-xamarin...
2014-04-06 Zoltan Varga[runtime] Refactor mono_marshal_get_delegate_invoke_int...
2014-04-05 Alexis ChristoforidesMerge pull request #941 from upsilon/fix-layoutsettings...
2014-04-04 Zoltan Varga[llvm] Fix the build.
2014-04-04 Zoltan Varga[jit] Fix a regression caused by 837773af14c334427dcb17...
2014-04-03 Zoltan Varga[jit] Make generic ctor calls made out of gsharedvt...
2014-04-03 Zoltan Varga[jit] Fix some of the check for support of atomic intri...
2014-04-03 Rodrigo KumperaAdd new public API function mono_set_crash_chaining.
2014-04-01 Zoltan Varga[arm] Remove some unused code.
2014-04-01 Zoltan Varga[jit] Implement support for atomic intrinsics on arm.
2014-04-01 Zoltan Varga[runtime] Fix a crash if the thread name is set before...
2014-03-31 Marek Safar[corlib] Filter out any right-to-left sign characters...
2014-03-31 Zoltan VargaMerge pull request #973 from methane/fix-build-on-mac
2014-03-31 INADA NaokiAdd mono_threads_core_set_name() on Mac.
2014-03-30 Alex Rønne PetersenFix a wrong check in 254954dc09f4d6e4703b03773bb7be327d...
2014-03-30 Zoltan Varga[aot] Add ReadOnlyCollection to the list of types suppo...
2014-03-29 Zoltan Varga[runtime] Add support for setting the native thread...
2014-03-29 Miguel de IcazaRemove profanity
2014-03-27 Zoltan Varga[aot] Add a 'log-instances=filename' aot option to...
2014-03-26 Zoltan Varga[aot] Refactor the code a bit.
2014-03-26 Zoltan Varga[aot] Add more stats to the AOT compiler output.
2014-03-25 Zoltan VargaRevert "[llvm] Fix the build."
2014-03-25 Zoltan Varga[runtime] Fix mono_sem_timedwait.
2014-03-25 Zoltan Varga[runtime] Reduce timeouts in a test to speed it up.
2014-03-25 Zoltan Varga[sdb] Implement a SetIP () method in ThreadMirror which...
2014-03-24 Zoltan Varga[llvm] Fix the build.
2014-03-22 Zoltan Varga[jit] Fix rethrowing of exceptions in thumb mode. Fixes...
2014-03-22 Zoltan Varga[jit] Add a few more constraints to the UnsafeMov intri...
2014-03-21 Zoltan Varga[runtime] Fix a regression caused by a7d26d482273950d84...
2014-03-21 Zoltan Varga[runtime] Fix a warning.
2014-03-21 Zoltan Varga[jit] Disallow mixing structs/non-structs in the Unsafe...
2014-03-21 Zoltan Varga[aot] Reorganize emit_and_reloc_code () a bit.
2014-03-21 Zoltan Varga[runtime] Add a 'debug-domain-unload' MONO_DEBUG option...
next