[Linq] Minor fixup to use elements.Length instead of indexes.Length
[mono.git] / mono /
2012-10-16 Mark Probst[sgen] Properly fix bridge internal memory tag.
2012-10-15 Zoltan VargaFix a problem introduced by 63a5e6aa04e2d69b98c335be02e...
2012-10-15 Zoltan VargaFix the handling of param slots holding byref arguments...
2012-10-15 Zoltan VargaFix an assert in the sgen match thread suspend code.
2012-10-15 Zoltan VargaAdd more info for collections/thread suspends to the...
2012-10-14 Zoltan VargaFix compiling with SGEN_BINARY_PROTOCOL.
2012-10-14 Zoltan VargaAdd a debug function to sgen to do consistency checks...
2012-10-14 Zoltan VargaClear the saved register locations when processing...
2012-10-13 Marek SafarMerge pull request #476 from pruiz/xamarin-bug-2527
2012-10-13 Zoltan VargaUpdate the LLVM backend to llvm 65f2d00394b7b9e89b7f519...
2012-10-13 Zoltan VargaRemove some LLVM intrinsics declarations which no longe...
2012-10-13 Zoltan VargaUpgrade LLVM backend to work with the latest code in...
2012-10-12 Martin Bauligmono_lookup_pinvoke_call: Correctly handle full path...
2012-10-11 Jérémie LavalMerge pull request #440 from mono-soc-2012/garyb/resources
2012-10-11 Mark Probst[sgen] Fix bridge code internal memory tag bug.
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-10 Andrew WilsonFix bug 5732, nuls in attribute strings.
2012-10-10 Rodrigo KumperaMake sure that the unsafe array store intrinsics emit...
2012-10-09 Zoltan VargaClean up some cross-compilation issues on osx. Add...
2012-10-08 Zoltan VargaFix MonoInternalThread layout problems introduced by...
2012-10-05 Zoltan VargaRemove an unused define.
2012-10-05 Zoltan VargaUse #ifdef MONO_ARCH_SIMD_INTRINSICS in more places.
2012-10-05 Zoltan VargaRevert "Allow inlining of methods which consist of...
2012-10-05 Zoltan VargaRevert "Fix the previous commit."
2012-10-05 Zoltan VargaClean up the InternalThread structure. Synchronize...
2012-10-05 Zoltan VargaFix a warning.
2012-10-05 Zoltan VargaFix the previous commit.
2012-10-05 Zoltan VargaAllow inlining of methods which consist of only a call.
2012-10-05 Zoltan VargaAllow 64 bit method addresses in the amd64 backend...
2012-10-04 Zoltan VargaSave fp registers in the ARM throw trampoline, ios...
2012-10-03 Mark Probst[sgen] Complete the bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Use a hash table for the bridge weak references...
2012-10-03 Mark Probst[sgen] Incomplete bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Separate header for the hash table.
2012-10-03 Zoltan VargaImplement constrained calls to iface methods correctly...
2012-10-03 Marek SafarMerge pull request #474 from knocte/master
2012-10-03 Zoltan VargaAdd more information about inline failures to the verbo...
2012-10-03 Zoltan VargaFix a warning.
2012-10-03 Zoltan VargaUse AM_CPPFLAGS instead of INCLUDES in Makefile.am...
2012-10-02 Rodrigo KumperaDisable the type check on reference type array stores.
2012-10-02 Mark Probst[sgen] Fix race condition in mono_gc_weak_link_get ().
2012-10-01 Rodrigo KumperaImplement Array.UnsafeLoad and Array.UnsafeStore. Both...
2012-10-01 Rodrigo KumperaExtract the array store code to separare function.
2012-10-01 Zoltan VargaRevert "Disable wrapper generation code when DISABLE_JI...
2012-10-01 Zoltan VargaAvoid calling mono_jit_info_table_find () in is_ip_in_m...
2012-09-30 Zoltan VargaFix a memory overwrite in the handling of some simd...
2012-09-30 Zoltan VargaRemove the fconv_to_i test from iltests.il, it basicall...
2012-09-30 Zoltan VargaAvoid copying the stack alignment area during tail...
2012-09-30 Zoltan VargaFix dwarf register mapping on darwin/x86.
2012-09-29 Zoltan VargaDisable OP_TLS_GET support in the LLVM backend on non...
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-29 Mark Probst[dtrace] Turns out "sweeped" is not a word.
2012-09-29 Mark Probst[sgen] Flags bit field instead of individual args for...
2012-09-29 Mark Probst[dtrace] Make pointers into user space uintptr_t instea...
2012-09-29 Zoltan VargaFix a test name.
2012-09-29 Zoltan VargaFix some sign extension issues in the 2 dimensional...
2012-09-28 Mark ProbstMerge branch 'feature-dtrace'
2012-09-28 Mark Probst[dtrace] Add G_UNLIKELY to all DTrace _ENABLED macros.
2012-09-28 Mark Probst[dtrace] Probe for object moved, within or between...
2012-09-28 Mark Probst[dtrace] Pass namespace and class name to probes where...
2012-09-28 Mark Probst[dtrace] Probes for large and pinned allocation.
2012-09-28 Mark Probst[dtrace] Probe for pinning of objects.
2012-09-28 Mark Probst[dtrace] Probe for major heap area sweep.
2012-09-28 Mark Probst[dtrace] Probe for nursery fragment creation aka nurser...
2012-09-28 Mark Probst[dtrace] Probes for degraded and mature allocation.
2012-09-28 Mark Probst[dtrace] Allocation of TLABs. Allocation of objects...
2012-09-28 Mark Probst[dtrace] Remove our duplicates of DTrace probe defines.
2012-09-28 Mark Probst[dtrace] Probes for taking/releasing the GC lock.
2012-09-28 Mark Probst[dtrace] GC heap allocation probes for SGen.
2012-09-28 Mark Probst[dtrace] GC begin/end probes for SGen.
2012-09-26 Zoltan VargaFix the computation of TLS reference bitmaps (#6755...
2012-09-25 Zoltan VargaTreat the [UnmanagedFunctionPointer] attribute the...
2012-09-25 Zoltan VargaAvoid constructing custom attribute objects during...
2012-09-23 Rodrigo KumperaMerge pull request #464 from gregoryyoung/master
2012-09-21 Rolf Bjarne KvingeMarshal sockaddrdl manually, since it contains a variab...
2012-09-19 Zoltan VargaMake seq_points clobber callee save registers on arm...
2012-09-19 Greg Youngpatch for async TCP sockets. without this change the...
2012-09-19 Zoltan VargaSave/restore fp registers in MonoContext on ios. Fixes...
2012-09-17 Zoltan VargaImplement mono_arch_emit_inst_for_method () for LLVM.
2012-09-17 Zoltan VargaFix usage of vregs defined in EH regions in the LLVM...
2012-09-17 Zoltan VargaAlign the thumb_end symbol to 8 to avoid warnings by...
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-15 Zoltan VargaFix precise stack marking for the thread initiating...
2012-09-14 Marek SafarMerge pull request #460 from pcc/fix-enumeratekind
2012-09-14 Zoltan VargaAdd more debug output to sdb to debug suspend issues.
2012-09-14 Marek SafarMerge pull request #455 from LogosBible/large-file...
2012-09-13 Marek SafarMerge pull request #456 from strawd/bug7079
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-13 Marek SafarMerge pull request #453 from daub815/master
2012-09-13 Rolf Bjarne KvingeAdd support for armv7s.
2012-09-12 Marek SafarMerge pull request #457 from strawd/aspnetwebstack...
2012-09-12 Zoltan VargaRename xdb.il to <unknown> in debug info.
2012-09-11 Mark Probst[sgen] Provide a function to wait for bridge processing...
2012-09-11 Zoltan VargaSkip most wrappers in ves_icall_get_frame_info (),...
2012-09-10 Rolf Bjarne KvingeAdd an unhandled exception hook embedders can use to...
2012-09-10 Rodrigo KumperaMerge pull request #61 from ztzg/darwin-static-build...
2012-09-10 Damien Diederenmono{dis,graph,profiler}: Fix build when configured...
2012-09-10 Zoltan VargaRename MONO_GC_REGISTER_ROOT () -> MONO_GC_REGISTER_ROO...
2012-09-10 Zoltan VargaGet rid of another HAVE_SGEN_GC reference in gc-internal.h.
next