[xbuild] Allow skipping target framework moniker lookup.
[mono.git] / mono /
2011-03-21 Zoltan VargaImplement improved support for tail-calls on ppc. Fixes...
2011-03-21 Sebastien PouliotAdd missing coreclr check on JIT optimization
2011-03-19 Damien DiederenMIPS: Do not use mips_call when the call site is to...
2011-03-19 Damien DiederenMIPS: Take operand size into account when inverting...
2011-03-19 Damien DiederenMIPS: Sanity check stack unwinding progress using frame...
2011-03-19 Damien DiederenMIPS: Remove unused variables in mono_arch_find_jit_info
2011-03-19 Damien DiederenMIPS: Delete unused function glist_to_array
2011-03-19 Damien DiederenMIPS: Switch from register to on-stack arguments before...
2011-03-19 Damien DiederenMIPS: Fix IMT thunk size computation
2011-03-19 Damien DiederenMove MonoContext to mono-context for mips
2011-03-18 Gonzalo Paniagua... [windows] Make the connect hack work again.
2011-03-18 Gonzalo Paniagua... Revert "Replace old connect hack with _pipe on windows."
2011-03-18 Gonzalo Paniagua... Revert "Remove unneeded function and use same code...
2011-03-18 Mark SciabicaFix exception handling on windows x64.
2011-03-18 Zoltan VargaFix some warnings.
2011-03-18 Zoltan VargaAdd a missing newline.
2011-03-18 Gonzalo Paniagua... Fix the host name returned in GetHostEntry.
2011-03-18 Rodrigo KumperaMove get_hazardous_pointer to utils/hazard-pointer.
2011-03-18 Rodrigo KumperaMove hazard pointer and small_id code to utils/hazard...
2011-03-17 Gonzalo Paniagua... Remove unneeded function and use same code for win/lin
2011-03-17 Gonzalo Paniagua... Replace old connect hack with _pipe on windows.
2011-03-17 Zoltan VargaSwitch to the domain of the assembly in question while...
2011-03-17 Mark Probst[sgen] A small Mach thread handshake fix.
2011-03-17 Gonzalo Paniagua... [Threadpool] Handle multiple calls to cleanup
2011-03-16 Rolf Bjarne KvingeRevert "[io-layer] Handle process waits when SHM is...
2011-03-16 Gonzalo Paniagua... [io-layer] Don't use Get/SetLastError after wapi shutdown.
2011-03-16 Gonzalo Paniagua... [io-layer] Make my previous patch signal safe.
2011-03-16 Zoltan VargaFix support for generic virtual thunks in full-aot.
2011-03-16 Zoltan VargaAdd local symbols for imt/trampolines etc. in AOT.
2011-03-16 Zoltan VargaAdd a cache for virtual generic thunks to avoid freeing...
2011-03-16 Zoltan VargaAvoid calling class cctors during JITting when the...
2011-03-16 Gonzalo Paniagua... [io-layer] Handle process waits when SHM is disabled.
2011-03-16 Miguel de IcazaRe-enable the Decimal(double) constructor that uses...
2011-03-15 Gonzalo Paniagua... [Semaphore] Remove warnings
2011-03-15 Rodrigo KumperaReintroduce support for orig_ex_ctx
2011-03-15 Rodrigo KumperaFix signature
2011-03-15 Rodrigo KumperaAdd mono_sgen_thread_info_current to speedup self lookups.
2011-03-15 Rodrigo KumperaUse constant stack space for STW under darwin.
2011-03-15 Rodrigo KumperaLeverage SgenThreadInfo::mach_port.
2011-03-15 Rodrigo KumperaStore the mach port on SgenThreadInfo
2011-03-15 Gonzalo Paniagua... Appdomain refs can be NULL in pop_refs
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Mark Probst[sgen] Debug options for disabling minor and/or major...
2011-03-14 Mark Probst[sgen] Scan thread data job for the nursery collection.
2011-03-14 Mark Probst[sgen] Scan from registered roots job for nursery.
2011-03-14 Gonzalo Paniagua... [threads] appdomain_refs push/pop speedup
2011-03-14 Gonzalo Paniagua... Hush warnings.
2011-03-13 Zoltan VargaAdd a function to add a nursery fragment.
2011-03-12 Zoltan VargaFix a warning.
2011-03-12 Zoltan VargaRename a few sgen variables/functions to better describ...
2011-03-11 Gonzalo Paniagua... Cache NewLine per AppDomain.
2011-03-11 Gonzalo Paniagua... Support NLS when opening assemblies on windows.
2011-03-10 Geoff NortonFix ARCH_STORE_REGS on arm
2011-03-10 Rodrigo KumperaExport mono_raise_exception_with_ctx to metadata.
2011-03-10 Rodrigo KumperaFix ia64 mono-context.h
2011-03-10 Rodrigo KumperaRemote all traces of old style unwinding from mini.
2011-03-10 Rodrigo KumperaExport new style unwinding functions
2011-03-10 Rodrigo KumperaUnify EH callbacks.
2011-03-10 Rodrigo KumperaMove EH handler to mono_exceptions_init
2011-03-10 Zoltan VargaUse LLVM_CHECK_VERSION() in one place to fix a build...
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for ia64
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for sparc
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for ppc
2011-03-10 Rodrigo Kumperadist new file
2011-03-10 Rodrigo KumperaFix some opcodes dreg type.
2011-03-10 Zoltan VargaFix a warning.
2011-03-10 Rodrigo KumperaFix a warning
2011-03-10 Rodrigo Kumperamono_gc_alloc_mature must check if the object needs...
2011-03-10 Lucas MeijerImplement signal chaining for windows. Useful for letti...
2011-03-10 Rodrigo KumperaCleanup and document the new unwind stuff a bit.
2011-03-10 Rodrigo KumperaReplace mono_walk_stack with mono_stack_walk_simple.
2011-03-10 Rodrigo KumperaCleanup sdb to use the new unwind state code.
2011-03-10 Rodrigo KumperaAdd mono_thread_state_init_from_monoctx
2011-03-10 Zoltan VargaFix a warning.
2011-03-10 Zoltan VargaUse mono_field_get_type () in one place to fix a crash...
2011-03-10 Zoltan VargaMark threads created when calling from native code...
2011-03-09 Gonzalo Paniagua... IO threads have their own name
2011-03-09 Rodrigo KumperaFirst pass removing the old unwinding code.
2011-03-09 Rodrigo KumperaIntroduce MonoThreadUnwindState and a bunch overloads...
2011-03-09 Rodrigo KumperaMove some stack unwinding defines to utils
2011-03-09 Gonzalo Paniagua... Some changes to the threadpool
2011-03-08 jonchamPass -w to the diff to avoid CR/LF issues.
2011-03-08 Zoltan VargaUse ip as scratch reg when saving the LMF on arm, inste...
2011-03-08 Zoltan VargaRefactor the LMF save/restore code into separate functi...
2011-03-08 Zoltan VargaFix some warnings.
2011-03-08 Zoltan VargaGet rid of mono_allocate_stack_slots, since all callers...
2011-03-08 Mark ProbstMerge branch 'sgen-job-distribution'
2011-03-08 Mark Probst[sgen] Store the destination's vtable before CASing...
2011-03-08 Mark Probst[sgen] Make scan from remsets a job.
2011-03-08 Mark Probst[sgen] Parallel nursery collection.
2011-03-08 Mark Probst[sgen] Scanning of finalizer entries in a job.
2011-03-08 Mark Probst[sgen] Job for scan thread data.
2011-03-08 Mark Probst[sgen] Jobs for scanning from registered roots.
2011-03-08 Mark Probst[sgen] Remove an incorrect assertion in the workers...
2011-03-08 Mark Probst[sgen] Job queue.
2011-03-08 Mark Probst[sgen] Separate step for starting marking in workers.
2011-03-07 Gonzalo Paniagua... Host name is the same when querying localhost
2011-03-07 Zoltan VargaAvoid an assert when returning nullable null's from...
2011-03-06 Zoltan VargaRefactor the LMF creation code into separate functions...
2011-03-06 Zoltan VargaDon't register emulation for CEE_ opcodes, its not...
next