Log profiler: added copyright header and comments.
[mono.git] / mono /
2010-11-08 Paolo MolaroLog profiler: added copyright header and comments.
2010-11-08 Paolo MolaroPorted log profiler to windows (untested) and OSX time...
2010-11-08 Paolo MolaroDocumented the current version for the log profiler...
2010-11-08 Zoltan VargaMake frames of type FRAME_TYPE_MANAGED_TO_NATIVE act...
2010-11-08 Zoltan VargaFix llvm build with LLVM 2.8.
2010-11-07 Mark ProbstMerge branch 'marksweep-evacuate'
2010-11-07 Mark Probst[sgen] Don't compile evacuation for parallel mark.
2010-11-07 Mark Probst[sgen] User-settable evacuation threshold.
2010-11-07 Mark Probst[sgen] Mark&Sweep evacuation.
2010-11-07 Mark Probst[sgen] Function for querying current collection generation.
2010-11-07 Mark Probst[sgen] Dump Mark&Sweep heap occupancy.
2010-11-07 Mark Probst[sgen] Flush the binary protocol file when protocol...
2010-11-06 Zoltan VargaRemove the s390 hacks from the EH code by decreasing...
2010-11-06 Zoltan VargaAdd another assert to the amd64 EH code.
2010-11-06 Zoltan VargaAdd a few exceptions to the EH code to determine whenev...
2010-11-06 Zoltan VargaReorganize mono_handle_exception_internal ():
2010-11-06 Zoltan VargaRework an if () inside an #ifdef since it confuses...
2010-11-06 Zoltan VargaFix encode/decode_sleb128 () on 64 bit systems.
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Geoff NortonImplement the new logging profiler on OSX
2010-11-05 Zoltan VargaEnlarge try-finally blocks preceeded by a Monitor.Enter...
2010-11-05 Paolo MolaroFirst cut of the new log profiler and report generator.
2010-11-05 Zoltan VargaFix DISABLE_REFLECTION_EMIT build.
2010-11-05 Zoltan VargaGet rid of gregs_from_ucontext (), use the normal UCONT...
2010-11-05 Zoltan VargaUnify stack walking functions:
2010-11-05 Zoltan VargaFix a bug introduced by the previous change to mono_jit...
2010-11-05 Zoltan VargaFix crashes in the debugger stack walk code if a gshare...
2010-11-05 Zoltan VargaFix more gshared problems in the soft debugger.
2010-11-05 Zoltan VargaFix gshared support in the soft debugger. Fixes #651251.
2010-11-04 Geoff Norton[RUNTIME] Ensure that we initialize the cpu for every...
2010-11-03 Rodrigo KumperaHandle incorrectly encoded types.
2010-11-03 Rodrigo KumperaDon't allow zero index token in signatures.
2010-11-03 Martin BauligAdd mono_register_symfile_for_assembly() for bundles.
2010-11-03 Rodrigo KumperaInit the right runtime version.
2010-11-03 Paolo MolaroIntroduced a GC heap walk API.
2010-11-03 Marek Habersack[runtime] System.Web.Extensions must not be remapped...
2010-11-02 Gonzalo Paniagua... Renaming a dangling symlink works now
2010-11-01 Zoltan VargaFix the text of the Signatures size stat.
2010-11-01 Zoltan VargaAdd a stat for the memory occupied by MonoMethodSignatu...
2010-11-01 Zoltan VargaAdd a stat for the the memory occupied by MonoMethod...
2010-11-01 Zoltan VargaPrint double stats with more precision.
2010-11-01 Zoltan VargaInclude JIT time in --stats output.
2010-11-01 Zoltan VargaAvoid adding generic classes during non-full AOT, since...
2010-10-31 Zoltan VargaDon't save xdebug info during AOT compilation.
2010-10-31 Zoltan VargaCache the array of classes in find_typespec_for_class ().
2010-10-31 Zoltan VargaAvoid asserts if a forced inline fails. Fix typos....
2010-10-31 Zoltan VargaDisable inlining if the assembly has a DebuggableAttrib...
2010-10-31 Brian LuczkiewiczEnable --aot (but not --aot=full) on osx/x86
2010-10-31 Zoltan VargaFix the amd64 dyn call code after the this passing...
2010-10-31 Zoltan VargaCall mono_field_get_type () in one place to fix an...
2010-10-31 Zoltan VargaReturn information from decode_method_ref () in a Metho...
2010-10-31 Zoltan VargaFix the generation of GenericEqualityComparer () instan...
2010-10-31 Zoltan VargaRework decoding of method references in the AOT runtime.
2010-10-30 Geoff NortonFix the build
2010-10-30 Zoltan VargaFix some copyright messages.
2010-10-30 Koushik DuttaFix Android build. MINI_THREAD_VAR_OFFSET needs to...
2010-10-29 Zoltan VargaInt32.MinValue/-1 should throw OverflowException, not...
2010-10-29 Zoltan VargaUpdate the LLVM backend to latest LLVM SVN.
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Rodrigo KumperaHandle lazy field loading.
2010-10-29 Rodrigo KumperaMake GetGenericTypeDefinitionImpl not init the class.
2010-10-29 Rodrigo KumperaReplace an assert with a nicer check.
2010-10-29 Rodrigo KumperaFix vtable check that broke banshee compilation.
2010-10-29 Geoff Norton[OSX] Fix DriveInfo.GetDrives on OSX [Bug #643910]
2010-10-28 Geoff Norton[OSX] Fix debug=casts on OSX (Bug: 639172)
2010-10-28 Rodrigo KumperaBetter handle failure when loading types.
2010-10-28 Rodrigo KumperaKill some loader leaks.
2010-10-27 Geoff NortonFix the profiler thread start/end hooks for threadpool...
2010-10-27 Rodrigo KumperaOnly set lockTaken to TRUE if it did not timeout.
2010-10-27 Rodrigo KumperaDon't crash with bad signatures.
2010-10-27 Rodrigo KumperaMake MonoType::GetField lazier.
2010-10-27 Rodrigo KumperaChange a g_warning into a mono_trace call.
2010-10-27 Rodrigo KumperaLoad less stuff when resolving MethodInfo::Attributes.
2010-10-26 Rodrigo KumperaFix some counters under 32bits.
2010-10-26 Rodrigo KumperaImplemenent v4 Monitor::TryEnter overloads.
2010-10-26 Rodrigo KumperaProperly encode field signatures created using gtds.
2010-10-26 Rodrigo KumperaAvoid initing the class for some array related methods...
2010-10-26 Rodrigo KumperaAdd regression test for #649014
2010-10-26 Rodrigo KumperaCasts must be to realizable types.
2010-10-26 Zoltan VargaMark tls_get with clob:c on arm.
2010-10-25 Rodrigo KumperaRename create_methodspec to create_open_instance.
2010-10-25 Rodrigo KumperaEncode all gtd as open instantiations by default.
2010-10-25 Zoltan VargaDisable catchpoints when the DISABLE_BREAKPOINTS flag...
2010-10-24 Zoltan VargaAdd tests for the eglib remapper.
2010-10-23 Zoltan VargaExtract the default profiler into its own file.
2010-10-23 Zoltan VargaImplement memory barriers for amd64/x86. Fixes #648831.
2010-10-22 Rodrigo KumperaMonoType::GetGenericArguments don't need to mono_class_...
2010-10-22 Rodrigo KumperaCorrectly encode fields with GTD types.
2010-10-22 Zoltan VargaEmit GenericEqualityComparer<T> instances for each...
2010-10-22 Gonzalo Paniagua... Remove arbitrary 1024 limit in GetProcesses
2010-10-21 Zoltan VargaFix building the logging profiler.
2010-10-21 Zoltan VargaFix an assert in the LLVM backend if a long value was...
2010-10-21 Zoltan VargaFix the assembly/class caching problems in the threadpo...
2010-10-21 Zoltan VargaAdd an assert to mono_class_from_name_cached () to...
2010-10-21 Zoltan VargaAvoid caching stuff in socket-io.c in static variables...
2010-10-21 Gonzalo Paniagua... Replace EnumProcesses with OpenProcess
2010-10-21 Gonzalo Paniagua... No need to use a GArray in EnumProcesses
2010-10-20 Tak[Fix] Ensure correct stack pointer initialization on...
2010-10-20 Rodrigo KumperaImplement better explicit override checks.
2010-10-20 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
next