Merge pull request #931 from exony-craigminihan/bugzilla#18097
[mono.git] / mono /
2014-03-05 Marek SafarMerge pull request #930 from theraot/master
2014-03-05 Alex Rønne PetersenAdd a MONO_CONSERVATIVE_HWCAP environment variable.
2014-03-05 Alex Rønne PetersenAdd a MONO_DEBUG=suspend-on-exception option.
2014-03-05 Zoltan Varga[runtime] Launch managed exe's using the current runtim...
2014-03-04 Zoltan Varga[runtime] Fix the cross-compiler build.
2014-03-04 Zoltan Varga[runtime] Fix a memory leak.
2014-03-04 Zoltan Varga[llvm] Create separate MonoLLVMModule and an LLVM execu...
2014-03-03 Zoltan VargaFix the build.
2014-03-03 Zoltan Varga[llvm] Remove some debug spew.
2014-03-03 Zoltan Varga[llvm] Make the 'llvm_types' hashtable per-domain to...
2014-03-03 Zoltan Varga[jit] Add support for the new DUMMY_ opcodes to the...
2014-03-03 Zoltan Varga[llvm] Fix more memory leaks.
2014-03-03 Zoltan Varga[llvm] Fix a memory leak.
2014-03-03 Zoltan Varga[llvm] Fix a memory leak.
2014-03-02 Zoltan Varga[jit] Add LLVM support for the new OP_DUMMY_ opcodes.
2014-03-02 Zoltan Varga[jit] Avoid forcing initlocals to TRUE when the 'unsafe...
2014-03-02 Jeffrey StedfastMerge pull request #929 from edbprx/master
2014-03-01 Zoltan Varga[jit] Allow inlining of calls to method with the Aggres...
2014-03-01 Zoltan Varga[jit] Fix an uninitialized memory problem in the soft...
2014-03-01 Zoltan Varga[jit] Implement proper tail call support on arm. Fixes...
2014-02-28 Alex Rønne PetersenFix a warning introduced by the boehm toggleref code.
2014-02-28 Alex Rønne PetersenMerge pull request #927 from ermshiperete/novell-bug...
2014-02-28 Alex Rønne PetersenProperly fix the iowait_ticks / strtoull () warning...
2014-02-28 Zoltan Varga[llvm] Fix --enable-loadedllvm on osx/amd64.
2014-02-28 Zoltan Varga[runtime] Fix memory leaks and usage of freed memory...
2014-02-27 Mark Probst[sgen] Fix cardtable for huge (>4gb) objects on 64bit.
2014-02-27 Zoltan Varga[runtime] Fix an assertion which is hit if thread_clean...
2014-02-27 Zoltan VargaRevert "[runtime] Add support for jagged array ctors...
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Rodrigo Kumpera[boehm] Integrate toggleref support into the runtime.
2014-02-26 Zoltan Varga[runtime] Add support for jagged array ctors which...
2014-02-26 Zoltan Varga[jit] Move a debug message to a larger verbosity level.
2014-02-26 Zoltan Varga[runtime] Fix the --enable-loadedllvm build on linux.
2014-02-26 Zoltan Varga[bcl] Allow Marshal.SizeOf () to work on pointer types...
2014-02-26 Zoltan Varga[runtime] Add a FIXME.
2014-02-26 Mark Probst[runtime] Fix a thread join race condition. Fixes...
2014-02-26 Zoltan Varga[runtime] Fix an assert if a thread cannot be created...
2014-02-26 Rodrigo Kumpera[sgen] Ensure togglerefs are only cleared after we...
2014-02-26 Zoltan Varga[runtime] Remove the usage of pthread_cleanup_push...
2014-02-25 Zoltan VargaMerge pull request #914 from eiz/master
2014-02-25 Mackenzie StraightFix memory leak.
2014-02-25 Miguel de Icaza[runtime] some inline api docs
2014-02-24 Rodrigo Kumpera[sgen] Ensure minor_collection_allowance is always...
2014-02-24 Rodrigo Kumpera[sgen] Add regression test for toggleref transient...
2014-02-24 Rodrigo Kumpera[sgen] Split mark/clean phase of sgen-toggle processing...
2014-02-24 Rodrigo Kumpera[sgen] We must do bridge processing with all sgen locks...
2014-02-24 Rodrigo Kumpera[sgen] Add internal test helper for sgen-toggleref.
2014-02-24 Zoltan Varga[runtime] Fix reading invalid memory during some checks...
2014-02-24 Zoltan Varga[runtime] Fix a memory leak.
2014-02-24 Zoltan Varga[runtime] Fix the order of how we fix types during...
2014-02-24 Zoltan Varga[runtime] Export mini_type_is_vtype on linux as it...
2014-02-24 Zoltan Varga[aot] Add support for encoding method addresses using...
2014-02-24 Zoltan Varga[jit] Fix mono_arch_get_call_target () on x86/amd64.
2014-02-21 Rodrigo KumperaMerge pull request #908 from madewokherd/mingw-build
2014-02-21 Vincent PovirkAvoid a POSIX include on Windows.
2014-02-21 Zoltan Varga[jit] Add more comments about why the 'dse' llvm optimi...
2014-02-21 Mark Probst[runtime] Fix build on Linux.
2014-02-25 Zoltan Varga[runtime] More io-layer threading cleanups.
2014-02-25 Zoltan Varga[runtime] Get rid of the _wapi_thread_signal_self ...
2014-02-25 Zoltan Varga[runtime] Get rid of the unused _wapi_thread_dispatch_a...
2014-02-25 Zoltan Varga[runtime] Get rid of OpenThread (), move its functional...
2014-02-25 Zoltan Varga[runtime] Allocate code chunks next to each other if...
2014-02-25 Zoltan Varga[runtime] Align sizes before aligning them to pagesize...
2014-02-25 Zoltan VargaFix a warning.
2014-02-25 Zoltan Varga[runtime] Fix SleepEx () on linux to clock_nanosleep...
2014-02-25 Zoltan Varga[runtime] Fix the arm build.
2014-02-25 Alex Rønne PetersenMerge pull request #913 from Daniel15/fix-catchall...
2014-02-25 Paolo MolaroAdded new API mono_runtime_set_main_args() and fixed...
2014-02-25 Zoltan VargaFix the build.
2014-02-21 Zoltan Varga[runtime] Simplify the io-layer threading code a bit...
2014-02-21 Miguel de Icaza[style] comment style updated
2014-02-20 Rodrigo KumperaAdd missing file I forget. Fix the build.
2014-02-20 Rodrigo Kumpera[runtime] Add an additional to detect thread death...
2014-02-20 Zoltan Varga[runtime] Disable DEBUG_DOMAIN_UNLOAD which was enabled...
2014-02-20 Zoltan Varga[runtime] Get rid of the wapi_thread_interrupt_self...
2014-02-20 Marek SafarMerge pull request #907 from enricosada/era_names
2014-02-20 Zoltan VargaFix a warning.
2014-02-20 Rodrigo Kumpera[runtime] Use the system limit when enforcing a new...
2014-02-20 Zoltan Varga[jit] Precompute a bit more information for delegate...
2014-02-20 Jonathan Pryor[runtime] Add a "mobile" runtime version.
2014-02-19 Zoltan VargaFix a warning.
2014-02-19 Zoltan Varga[jit] Optimize mono_merge_basic_blocks () for large...
2014-02-19 Zoltan Varga[jit] Fix a crash when using -v -v -v -v with dynamic...
2014-02-19 Zoltan Varga[jit] Fix the stack cleanup during EH on x86 when LLVM...
2014-02-19 Rodrigo KumperaMerge pull request #903 from simonhartmann/master
2014-02-19 Alex Rønne PetersenFix some warnings on !MONO_ARCH_AOT_SUPPORTED targets.
2014-02-19 Alex Rønne PetersenFix another mips32 warning.
2014-02-19 Alex Rønne PetersenFix some warnings on mips32.
2014-02-18 Alex Rønne PetersenARM: Emit shorter floating point load/store sequences...
2014-02-18 Alex Rønne PetersenARM: Handle large offsets in emit_float_args ().
2014-02-18 Alex Rønne PetersenARM: Back up VFP scratch registers before using them...
2014-02-18 Rodrigo Kumpera[runtime] Fix the linux build.
2014-02-18 Marek SafarMerge pull request #901 from Blewzman/FixAggregateExcep...
2014-02-18 Alex Rønne PetersenMerge pull request #898 from UCIS/patch-3
2014-02-18 Alex Rønne PetersenMerge pull request #899 from UCIS/patch-4
2014-02-17 Zoltan Varga[llvm] Disable the 'dse' optimization pass as it is...
2014-02-17 Rodrigo Kumpera[runtime] Add two variants of mono_gc_bzero and mono_gc...
2014-02-17 Marek SafarMerge pull request #900 from Blewzman/FixAggregateExcep...
2014-02-17 Rolf Bjarne KvingeProperly preserve VPF registers in iOS. Fixes #17793.
2014-02-17 Marek SafarMerge pull request #891 from DavidKarlas/listenerprefix
next