[xbuild] Use files referenced by resx for dependency check.
[mono.git] / mono /
2010-09-15 Miguel de IcazaMake the thread-id field be of the proper size on 64...
2010-09-15 Raja R HarinathFix a few CRLF issues
2010-09-15 Geoff NortonFix the embedded mono on OSX code to support a symlinke...
2010-09-15 Paolo MolaroDocumentation for a few garbage collector APIs.
2010-09-15 Zoltan Varga UCONTEXT_REG_RCX was defined twice on OpenBSD, and...
2010-09-15 Rolf Bjarne Kvingemono_trace already adds a newline to trace messages...
2010-09-15 Chris Toshokbuilt a separate libmonoruntime for moonlight, so we...
2010-09-14 Gonzalo Paniagua... GetProcessById now works on the Mac too
2010-09-14 Rodrigo KumperaFix crash in pedump.
2010-09-14 Zoltan VargaFix warnings caused by the profiler api changes.
2010-09-14 Rodrigo KumperaFix 64bits build.
2010-09-14 Marek SafarFixes mixed line ending.
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Rodrigo KumperaAdd v4.0 beta to runtime versions list.
2010-09-14 Rodrigo KumperaFix fallthru of EH block check.
2010-09-14 Zoltan VargaAdd casts to the macros on netbsd so the caller doesn...
2010-09-13 Geoff NortonThe tid is passed around internally as a unsigned value.
2010-09-13 Geoff NortonRename major -> major_collector and drop unguarded...
2010-09-13 Geoff NortonFix the build when compiling without shared handle...
2010-09-13 Michael Hutchinson[Embedding] Make mono-dl-fallback.h public-safe
2010-09-13 Zoltan VargaFix a problem in mono_arch_get_argument_info () introdu...
2010-09-13 Zoltan VargaFix a warning.
2010-09-13 Rodrigo KumperaFix a sgen shutdown crash.
2010-09-11 Miguel de IcazaDo not install sample header, add to EXTRA_DIST
2010-09-10 Zoltan VargaLog the clearing of nursery fragments, avoid clearing...
2010-09-10 Rodrigo KumperaRework major cardtable scan to have less active vars.
2010-09-10 Rodrigo KumperaLook for marked cards while copying them.
2010-09-10 Rodrigo KumperaManually hoist card lookup out of scan loops.
2010-09-10 Miguel de Icaza[Embedded] Add new fallback API to allow hooking up...
2010-09-10 Geoff NortonForward port this change for MonoVS
2010-09-10 Geoff Nortonfix typo
2010-09-10 Geoff Norton2009-12-14 Geoff Norton <gnorton@novell.com>
2010-09-10 Andrew JorgensenDist sgen-cardtable.h
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Zoltan VargaFix x86 trace support after the callconv changes.
2010-09-09 Chris Toshokmove the call to mono_gc_base_init into mono_debug_init
2010-09-08 Zoltan VargaAvoid freeing the allocated monitors on shutdown, it...
2010-09-06 Rodrigo KumperaFix build.
2010-09-06 Rodrigo KumperaFix 64bits builds.
2010-09-06 Rodrigo KumperaCheck for a parent extending a generic instantiation...
2010-09-06 Rodrigo KumperaAdd regression test for #633248
2010-09-06 Rodrigo KumperaProperly handle stack merges of leave.
2010-09-05 Zoltan VargaFix the build.
2010-09-04 Rodrigo KumperaMerge branch 'sgen_cardtable_optimization_work'
2010-09-04 Rodrigo KumperaFix a race condition in barriers using cardtable.
2010-09-04 Rodrigo KumperaOptimize cardtable unmanaged array copy.
2010-09-04 Rodrigo KumperaFix a warning
2010-09-04 Rodrigo KumperaOptimize the cardtable path a bit more.
2010-09-04 Rodrigo KumperaOptimize major cardtable scanning by about 15%.
2010-09-04 Rodrigo KumperaBetter cardtable stats gathering codebase.
2010-09-04 Rodrigo KumperaUse los scanning function for big objects on major...
2010-09-04 Rodrigo KumperaMove core of los scanning into cardtable codebase.
2010-09-04 Rodrigo KumperaMicro optimize cardtable scanning
2010-09-04 Rodrigo KumperaAdd stats for cardtable processing time
2010-09-04 Gonzalo Paniagua... Fixed GetLogicalDriveString
2010-09-03 Gonzalo Paniagua... Allow ordinal entry points in windows.
2010-09-03 Zoltan VargaFix a crash when the signature of the Main method could...
2010-09-02 Gonzalo Paniagua... Return IPv6 addresses
2010-09-02 Rodrigo KumperaDuring inlining, verify the method before producing...
2010-09-02 Rodrigo KumperaVerify locals when checking a method header.
2010-09-02 Zoltan VargaAdd some comments about the current state of the precis...
2010-09-01 Geoff NortonFix build of mono-basic on ppc64
2010-08-31 Gonzalo Paniagua... Handle WAIT_IO_TIMEOUT in WaitAny call
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Zoltan VargaAlign structures on the stack to 4/8 bytes on ppc.
2010-08-31 Rodrigo KumperaFix AOT under x86.
2010-08-31 Zoltan VargaAdd AOT support for GC inline write barriers.
2010-08-30 Zoltan VargaFix the ppc build.
2010-08-30 Zoltan VargaFix the order of the arguments to the ppc_store macros.
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
2010-08-30 Rodrigo KumperaRemove leftover from testing.
2010-08-30 Rodrigo KumperaFix a of by one error.
2010-08-30 Rodrigo KumperaFix cardtable code under amd64.
2010-08-30 Rodrigo KumperaEnable cardtable on 64bits targets.
2010-08-30 Rodrigo KumperaDon't scan blocks without references.
2010-08-30 Rodrigo KumperaImprove check consistency assertion.
2010-08-30 Rodrigo KumperaAdd support for card overlapping.
2010-08-30 Rodrigo KumperaExtract card scanning code.
2010-08-30 Rodrigo KumperaReplace clear_card functions with block enumeration...
2010-08-30 Zoltan VargaAvoid loading the LLVM backend if llvm is not requested...
2010-08-29 Zoltan VargaRemove obsolete LLVM passes.
2010-08-28 Zoltan VargaGet rid of filter clauses in runtime invoke wrappers...
2010-08-28 Zoltan VargaGet rid of MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
2010-08-28 Zoltan VargaPrint the unimplemented interface method warnings using...
2010-08-28 Zoltan VargaAvoid the loading of metadata for IMT calls from AOT...
2010-08-28 Zoltan VargaReorganize the vtable slot patching code a bit.
2010-08-28 Zoltan VargaRemove a redundant if ().
2010-08-28 Zoltan VargaAvoid allocating empty arrays in ves_icall_Type_GetInte...
2010-08-28 Zoltan VargaUse the klass pointer instead of the klass name when...
2010-08-27 Zoltan VargaImprove the hashing of MonoTypes representing type...
2010-08-27 Zoltan VargaAdd a mono_g_hash_table_print_stats () function to...
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Zoltan VargaStore information about file shares in a hash table...
2010-08-26 Gonzalo Paniagua... Translate socket error to match .NET
2010-08-25 Andrew JorgensenAdd sgen-cardtable.c to sgen_sources (for dist)
2010-08-25 Rodrigo KumperaFix value returned by PropertyInfo::DeclaringType
2010-08-25 Zoltan VargaFix a warning.
2010-08-25 Mark Probst[sgen] Fix build.
2010-08-25 Mark Probst[sgen] Inline card table wbarrier with nursery check.
2010-08-25 Mark Probst[sgen] Properly update heap boundaries for fixed-heap...
next