mono.git
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...
2013-11-21 Zoltan Varga[jit] Fix the optimized variant of push/pop LMF code.
2013-11-21 Marek SafarAdd more tests
2013-11-21 Marek Safar[mcs] Better error message for expected return expressi...
2013-11-21 Marek Safar[mcs] Reachability and flow analysis rewrite to work...
2013-11-21 Zoltan Varga[jit] Emit the push/pop LMF code as IR on amd64.
2013-11-21 Zoltan Varga[jit] Avoid pushing the lmf in inlined methods. Allow...
2013-11-20 Miguel de IcazaMerge pull request #780 from miniBill/master
2013-11-20 Miguel de IcazaMerge pull request #814 from ranma42/fix-monop
2013-11-20 Miguel de IcazaMerge pull request #802 from alistair/universaltime_at_...
2013-11-20 Andrea Canciani[monop] Fix handling of private and filter-obsolete...
2013-11-20 Alex Rønne... Merge pull request #807 from akoeplinger/fix-fonttest
2013-11-20 Alex Rønne... Merge pull request #810 from criteo/16267-SemaphoreSlim
2013-11-20 Alex Rønne... Merge pull request #813 from ColdPie1/mingw64fix
2013-11-19 Rodrigo KumperaBump mono to 3.2.7.
2013-11-19 Andrew EikumCheck for __readfsdword at configure-time
2013-11-19 Andrew EikumReplace underscores with hyphens when reading system...
2013-11-19 Miguel de IcazaUpdate for coverity
2013-11-19 Miguel de IcazaList maintainer, for scan.coverity.com
2013-11-19 Zoltan Varga[sdb] Move the setup of the sdb invoke LMF structure...
2013-11-19 Zoltan Varga[amd64] Instead of saving callee saved registers in...
2013-11-19 Rodrigo Kumpera[bcl]CultureInfo.DefaultThreadCurrentUICulture has...
2013-11-19 Zoltan Varga[amd64] Remove the unused 'method' field from MonoLMF.
2013-11-19 Sebastien Pouliot[linker] Allow overriding MarkCustomAttribute and expos...
2013-11-19 Maxime BrugidouConcurrentBag staging could become empty
2013-11-19 Zoltan Varga[llvm] Fix the handling of moves in the LICM optimization.
2013-11-19 Zoltan Varga[llvm] Decompose OP_STOREV_MEMBASE opcodes earlier...
2013-11-19 Zoltan Varga[llvm] Implement support for OP_TLS_GET_REG on osx...
2013-11-19 Zoltan Varga[llvm] Pass the type token index to throw_corlib_except...
2013-11-19 Maxime Brugidou[Bug 16334] Fix ConcurrentBag.TryTake and TryPeek
2013-11-19 Zoltan Varga[llvm] Make the rgctx arg a pointer type as well.
2013-11-19 Zoltan Varga[llvm] Make some types more precise to decrease the...
2013-11-18 Rodrigo Kumpera [bcl] Implement CultureInfo.DefaultThreadCurrentUICulture.
2013-11-18 Rodrigo Kumpera[bcl]Add test for CultureInfo.DefaultThreadCurrentCulture
2013-11-18 Rodrigo Kumpera[bcl] Implement CultureInfo.DefaultThreadCurrentCulture.
2013-11-18 Rodrigo Kumpera[bcl]Memoize the default culture so it can be reused...
2013-11-18 Rodrigo Kumpera[bcl]Set the culture of the thread local NumberFormatte...
2013-11-18 Jonathan Pryor[System] Add more of System.ComponentModel to MOBILE...
2013-11-18 Rodrigo Kumpera[bcl] Add regression test for bxc #16096.
2013-11-18 Rodrigo Kumpera[runtime] Avoid caching member_ref tokens of dynamic...
2013-11-18 Zoltan Varga[llvm] Disable the LLVM verifier, it does module wide...
2013-11-18 Zoltan Varga[llvm] Collect used methods only in AOT mode.
2013-11-18 Zoltan Varga[llvm] Add some micro optimizations to the LLVM/AOT...
2013-11-18 Zoltan Varga[llvm] Use a pointer type as the type of 'this' instead...
next