mono.git
2013-12-03 Marek SafarMerge pull request #823 from DavidKarlas/master
2013-12-03 David KarlašUpdate PointConverter.cs
2013-12-03 Zoltan VargaHopefully the --enable-loadedllvm build on linux.
2013-12-02 Martin Baulig[xbuild]: Implement task batching for properties; fixes...
2013-12-02 Marek Safar[linq] Enumerable.Join and GroupJoin needs to ignore...
2013-12-02 Marek Safar[corlib] DebuggerTypeProxyAttribute.ProxyName needs...
2013-12-02 Mark Probst[sgen] Integrate sgen_qsort() unit test in Makefile.
2013-12-02 Zoltan VargaFix dwarf section names in the mach image writer.
2013-12-01 Zoltan VargaFix a warning.
2013-12-01 Zoltan Varga[amd64] Fix the tail call code after 4c0376d037e3cd5910...
2013-12-01 Zoltan Varga[jit] Implement double->uintptr conversions on 64 bit...
2013-11-30 Zoltan Varga[sdb] Fix step-over with recursive functions. Fixes...
2013-11-30 Zoltan Varga[bcl] Fix a culture test on linux.
2013-11-30 Zoltan VargaFix a warning.
2013-11-30 Zoltan Varga[x86] Simplify emit_push_lmf()/emit_pop_lmf () by remov...
2013-11-29 Marek Safar[corlib] Consider all unicode separators in ToTitleCase...
2013-11-29 Marek Safar[corlib] Set initialized List<T> capacity to match...
2013-11-29 Zoltan Varga[jit] Add beginnings of a mach image writer for use...
2013-11-29 Marek Safar[mcs] Better cloning debugging
2013-11-29 Marek SafarFixes build
2013-11-29 Marek SafarFixes build
2013-11-29 Marek Safar[mcs] Better error message for lambda expressions used...
2013-11-29 Marek Safar[mcs] Report ambiguity in attribute types in expanded...
2013-11-29 Marek Safar[mcs] Implements definite assignment of expressions
2013-11-29 Marek SafarFixes build
2013-11-28 Zoltan Varga[jit] Get rid of the mono_arch_get_domain_intrinsic...
2013-11-28 Zoltan Varga[x86] Emit the push/pop LMF code as IR on linux.
2013-11-28 Zoltan Varga[x86] Emit the push/pop LMF code as IR on osx.
2013-11-28 Zoltan Varga[gsharedvt] Avoid using gsharedvt trampolines for calls...
2013-11-28 Zoltan Varga[amd64] Translate TLS offsets on osx/amd64 too.
2013-11-28 Zoltan Varga[x86] Revert some changes which seem to cause regressio...
2013-11-28 Mark Probst[sgen] Wait for workers before the finishing nursery...
2013-11-28 Mark Probst[sgen] Missed a binary protocol event for mark.
2013-11-28 Mark Probst[sgen] Binary protocol records worker thread vs non...
2013-11-28 Zoltan Varga[x86] Remove some dead code.
2013-11-28 Zoltan Varga[jit] Translate TLS offsets on osx/x86 in mono_resolve_...
2013-11-28 Zoltan Varga[jit] Avoid emitting two AOT_CONST instructions for...
2013-11-28 Zoltan Varga[x86] Implement OP_TLS_SET/OP_TLS_SET_REG opcodes.
2013-11-28 Zoltan Varga[x86] Disable fast tls access in the push/pop LMF code...
2013-11-28 Zoltan Varga[x86] Remove some dead code.
2013-11-28 Zoltan Varga[x86] Fix the epilog tls access on linux too.
2013-11-28 Zoltan Varga[runtime] Fix the windows build.
2013-11-28 Zoltan Varga[x86] Fix tls access in epilogs in AOT code.
2013-11-27 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-11-27 Zoltan VargaRevert "Rework the x86 lmf code to use stores instead...
2013-11-27 Zoltan Varga[runtime] Really fix the windows build.
2013-11-27 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-11-27 Zoltan Varga[runtime] Fix the windows build.
2013-11-27 Marek Safar[corlib] Better exception message for unexpected task...
2013-11-27 Alex Rønne... Merge pull request #812 from ColdPie1/master
2013-11-27 Rodrigo KumperaMerge pull request #815 from tmds/master
2013-11-27 Marek Safar[mcs] Emit this initializer for structs. Fixes #16430
2013-11-27 Rolf Bjarne... Ignore generated files.
2013-11-27 Zoltan Varga[runtime] Avoid busy waiting when using the MONO_DEBUG...
2013-11-27 Alex Rønne... Unbreak the amd64 build.
2013-11-27 Alex Rønne... Remove mdb stuff from configure.in.
2013-11-26 Master TSocketTest: added tests for multicast index handling...
2013-11-26 Rodrigo Kumpera[runtime] Remove the old debugger interface.
2013-11-26 Rodrigo Kumpera[jit] Remove mono_debug_add_icall_wrapper as it doesn...
2013-11-26 Rodrigo Kumpera[runtime]Hide public fields and kill MONO_DEBUG_FORMAT_...
2013-11-26 Rodrigo Kumpera[jit]Remove the last uses of MONO_DEBUGGER_SUPPORTED.
2013-11-26 Rodrigo Kumpera[runtime] Mark all symbols in mono-debug-debugger as...
2013-11-26 Rodrigo Kumpera[runtime] Remove mono_debug_using_mono_debugger. This...
2013-11-26 Rodrigo Kumpera[jit] Kill the debug-mini.h header.
2013-11-26 Rodrigo Kumpera[jit] Remove some unused definitions.
2013-11-26 Rodrigo Kumpera[jit] Remove the rest of the API exposed by debug-mini.h.
2013-11-26 Rodrigo Kumpera[jit] Remove mono_debugger_handle_exception, which...
2013-11-26 Rodrigo Kumpera[jit] Remove the exception handling code of the old...
2013-11-26 Rodrigo Kumpera[jit] Kill more of mdb.
2013-11-26 Rodrigo Kumpera[jit] Kill debug-debugger.c
2013-11-26 Rodrigo Kumpera[jit] Remove the mdb debug-info files.
2013-11-26 Marek Safar[mcs] Don't merge unreachable if blocks
2013-11-26 Alex Rønne... Merge pull request #818 from hanswolff/patch-1
2013-11-26 Marek Safar[mcs] Fix flow analysis of infinite for statement with...
2013-11-26 Marek Safar[mcs] Run struct field assignment check on every exit...
2013-11-26 Marek Safar[mcs] Reachability analysis of constant switch
2013-11-26 Hans Wolfffixed some warnings in mono-proclib.c
2013-11-25 Marek Safar[mcs] Excluded methods should not take a part in flow...
2013-11-25 Marek Safar[mcs] Arguments flow analysis needs to ignore out modifier.
2013-11-25 Marek Safar[mcs] Optimize DefiniteAssignmentBitSet
2013-11-25 Mark Probst[sgen] Implement our own qsort() so as not do deadlock.
2013-11-25 Mark Probst[sgen] Improve describe_ptr().
2013-11-25 Zoltan Varga[amd64] Unify the register saving/restoring code for...
2013-11-25 Master Tsocket-io.c: merge #ifdef HAVE_STRUCT_IP_MREQN of netwo...
2013-11-24 Zoltan Varga[amd64] Simplify the push/pop LMF code a bit more.
2013-11-24 Zoltan VargaFix a warning.
2013-11-24 Zoltan VargaFix a warning.
2013-11-24 Zoltan Varga[amd64] Use the IR based push/pop LMF code on all platf...
2013-11-24 Marek Safar[mcs] Dynamically calculate size of flow-analysis bitse...
2013-11-24 Master Tsocket-io: pass MulticastOption InterfaceIndex into...
2013-11-24 Master Tsocket-io: make it possible to specify an interface...
2013-11-23 Jeffrey Stedfast[Mono.Data.Sqlite] Fixed for Windows .NET 4.0
2013-11-23 Zoltan Varga[sgen] Add minimal mingw64 support.
2013-11-23 Zoltan VargaDisable a corlib test which hangs on windows.
2013-11-23 Alex Rønne... Fix the encoding of x86_imul_reg_mem_imm.
2013-11-22 Jérémie LavalMerge pull request #811 from criteo/16334-ConcurrentBag
2013-11-22 Maxime BrugidouAdd Unit tests
2013-11-21 Marek Safar[mcs] Flow analysis of conditional expression
2013-11-21 Marek SafarUpdate failing tests
2013-11-21 Zoltan Varga[jit] Implement the optimized variant of the push/pop...
next