Another fix and unit test added.
[mono.git] / mono /
2012-04-21 Miguel de IcazaAdd inline api docs for mono_dll_insert
2012-04-19 Rodrigo KumperaAdd two tunning knobs to the split nursery.
2012-04-19 Rodrigo KumperaAdjust split nursery defaults to be more aggressive...
2012-04-19 Rodrigo KumperaSpeedup minor collections a small bit.
2012-04-19 Rodrigo KumperaImplement aging for the parallel nursery.
2012-04-19 Rodrigo KumperaImplement aging in the split nursery.
2012-04-18 Rodrigo KumperaFix typo.
2012-04-18 Rodrigo KumperaFix serial range allocator.
2012-04-18 Rodrigo KumperaFix int -> size_t api change. Might break some 64bits...
2012-04-18 Rodrigo KumperaMerge pull request #276 from bholmes/wsq-deadlock-12-04
2012-04-18 William HolmesFixing some problems with my previous commit.
2012-04-18 Gonzalo Paniagua... Merge pull request #275 from bholmes/wsq-deadlock-12-04
2012-04-18 William Holmesthreadpool.c (async_invoke_thread) :
2012-04-17 Gonzalo Paniagua... Use sys/inotify instead of hardcoded syscalls.
2012-04-17 Zoltan VargaMerge pull request #274 from iainlane/master
2012-04-16 Rodrigo KumperaUse mono_gc_memmove instead of memcpy to ensure store...
2012-04-16 Rodrigo KumperaWhen range allocating, pick the largest available block...
2012-04-16 Rodrigo KumperaHandle fragment alignment for split nursery correctly.
2012-04-16 Rodrigo KumperaFix the signature of range allocs.
2012-04-16 Rodrigo KumperaAdd serial range alloc and export range alloc functions.
2012-04-15 Iain LaneFix ARM printf format problems
2012-04-13 Neale FergusonFix long standing cast problem that truncated doubles
2012-04-13 Rodrigo KumperaFix a warning about an unused function.
2012-04-13 Rodrigo KumperaRestore nursery sizing option.
2012-04-13 Rodrigo KumperaFix more formating warnings.
2012-04-13 Rodrigo KumperaFix darwin pthread macro hack to explose pthread extens...
2012-04-13 Rodrigo KumperaUse the right formating (%td) for mword. Fix tons of...
2012-04-13 Rodrigo KumperaAvoid crashing creating a process when workdir is null.
2012-04-13 Zoltan VargaFix warnings on OSX.
2012-04-12 Zoltan VargaFix setting of byref variables in sdb. Fixes #4362.
2012-04-10 Paolo MolaroRevert "Remove MONO_OPT_SCHED; we don't actually use...
2012-04-10 Paolo MolaroLoad the llvm module from the lib dir of an installed...
2012-04-10 Rodrigo KumperaAdd split minor collector to the test matrix.
2012-04-10 Rodrigo KumperaFirst rounds of fixes to the split nursery.
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaBring back the old nursery design and make it runtime...
2012-04-09 Rodrigo KumperaDocument usages of sgen_nursery_is_to_space.
2012-04-09 Rodrigo KumperaUpdate documentation.
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-09 alexrpIgnore *.mlpd.
2012-04-09 alexrpRemove MONO_OPT_SCHED; we don't actually use it and...
2012-04-09 Zoltan VargaAllow setting the name of threadpool threads. Fixes...
2012-04-07 Zoltan VargaFix the domains of the objects returned by AssemblyMirr...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 William Holmescominterop.cs : Unit test to ensure that the static...
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-04-04 Zoltan VargaFix debugger invokes which return pointer types. Fixes...
2012-04-04 Rodrigo KumperaFix x86 FP stack code to not break prev links in a BB.
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-04-04 Rodrigo KumperaExtend --compile-all to take a count parameter to recom...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-04-02 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-04-02 Neale Fergusons390x-codegen.h - Define s390_SP and s390_BP
2012-04-02 Zoltan VargaFix the addresses of handler clauses when using LLVM...
2012-03-30 Rolf Bjarne KvingeFix mono_path_canonicalize to not canonicalize the...
2012-03-30 Rodrigo KumperaRemove some silly dead code.
2012-03-30 Rodrigo KumperaExtract the fragment allocation code from the nursery...
2012-03-30 Rodrigo KumperaAdd par_alloc_object to the major collector function...
2012-03-30 Rodrigo KumperaRename mono_sgen_nursery_is_object_alive to mono_sgen_i...
2012-03-30 Zoltan VargaDisable wrapper generation code when DISABLE_JIT is...
2012-03-29 Rolf Bjarne KvingeLog profiler: don't ignore return values from select...
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Jonathan ChambersRaise TypeLoadException for invalid StructLayout Pack...
2012-03-29 Paolo MolaroUse proper ABI alignment rules for fields in structs...
2012-03-29 Zoltan VargaRegister vtables in runtime data structures after they...
2012-03-29 Gonzalo Paniagua... Welcome to the future
2012-03-28 Rodrigo KumperaCleanu thep fragment allocation mess by putting alloc...
2012-03-28 Rodrigo KumperaAdd a comment to code that needs cleanup.
2012-03-28 Rodrigo KumperaClean up liveness functions to be easier to understand.
2012-03-28 Zoltan VargaMerge pull request #262 from joncham/bug-fail-multi...
2012-03-28 TakFail the invocation instead of aborting the runtime...
2012-03-28 Zoltan VargaFix a memory overwrite in mono_gc_bzero (). Fixes ...
2012-03-28 Zoltan VargaMerge pull request #259 from joncham/bug-profiler-threa...
2012-03-28 Zoltan VargaMerge pull request #261 from joncham/bug-null-interface...
2012-03-28 Jonathan ChambersDefault COM visilibity to true.
2012-03-28 TakNULL global interface bitset on deletion.
2012-03-27 Zoltan VargaUpdate the LLVM EH frame reader code to the latest...
2012-03-27 Zoltan VargaFix the --disable-executables change.
2012-03-27 Zoltan VargaMerge pull request #258 from joncham/bug-debugger-tls...
2012-03-27 Zoltan VargaAdd a --disable-executables configure option to disable...
2012-03-27 Tak[Debugger] Verify TLS lookup.
2012-03-27 Jonathan ChambersSend thread end profiler message on thread detach.
2012-03-27 Rodrigo KumperaUse g_error instead of fpritnf so target like android...
2012-03-27 Jonathan ChambersCheck lmf_addr_tls_offset for size greater than 64...
2012-03-26 Neale Ferguson* sgen-alloc: Use CEE_STIND_I4 for non-MONO_BIG_ARRAYS...
2012-03-26 Zoltan VargaFix the build.
2012-03-25 Zoltan VargaFix debugger invokes when the runtime is suspended...
2012-03-23 Marek SafarMerge pull request #255 from nestalk/master
2012-03-23 Rodrigo KumperaIt turns out the bridge code needs to distinguish bridg...
2012-03-23 Rodrigo KumperaImprove Missing Field error message.
2012-03-23 Rolf Bjarne KvingeIgnore more files.
2012-03-21 Rodrigo KumperaRework fragment reclamation to remove one CAS from...
2012-03-21 Rodrigo KumperaMerge pull request #252 from joncham/trigger_cleanup
2012-03-21 Tak[Fix] Additional cleanup on runtime shutdown.
2012-03-21 Rodrigo KumperaIncrease degradged_mode so we trigger a nursery gc...
2012-03-21 Rodrigo KumperaKill some unused vars.
2012-03-21 Rodrigo KumperaUse mono_sgen_clear_range in place of memset everywhere.
2012-03-20 Rodrigo KumperaClear discarded frags using mono_sgen_clear_range.
next