[Mono.Options] Improve error message for badly bundled args.
[mono.git] / mono /
2013-12-05 Miguel de IcazaComment style; Wrap at 100
2013-12-05 Miguel de IcazaComment style
2013-12-05 Rodrigo Kumpera[lock-tracer]Workaround ASLR on OSX by recording offset...
2013-12-05 Rodrigo Kumpera[runtime]Fix deregister_reflection_info_roots_from_list...
2013-12-05 Rodrigo Kumpera[runtime]Add the marshal lock to the lock tracer.
2013-12-05 Rodrigo Kumpera[runtime]Replace the loader lock with the marshal lock...
2013-12-05 Rodrigo Kumpera[runtime] Don't hold the loader lock when calling mono_...
2013-12-05 Rodrigo Kumpera[runtime] The assembly bindings are now protected by...
2013-12-05 Rodrigo Kumpera[runtime] Change deregister_reflection_info_roots to...
2013-12-05 Rodrigo Kumpera[runtime] Cleanup usage of reflection_info_unregister_c...
2013-12-05 Rodrigo Kumpera[runtime] mono_metadata_clean_for_image no longer needs...
2013-12-05 Rodrigo Kumpera[runtime] Protect mono_create_icall_signature with...
2013-12-05 Rodrigo Kumpera[runtime] Protect MonoImage::generic_def_objects with...
2013-12-05 Rodrigo Kumpera[runtime] Introduce the icall lock to be used when...
2013-12-05 Rodrigo Kumpera[runtime] Ensure mono_class_setup_supertypes is atomic...
2013-12-04 Alex Rønne PetersenFix monograph to build under various --disable-boehm...
2013-12-04 Zoltan VargaFix the pp64 build.
2013-12-04 Zoltan VargaFix the windows build.
2013-12-04 Alex Rønne PetersenAlso use __builtin_extract_return_addr in these files.
2013-12-04 Alex Rønne PetersenApply __builtin_extract_return_addr to the result of...
2013-12-04 Alex Rønne PetersenFix some warnings in mini-arm.c.
2013-12-04 Alex Rønne PetersenFix some pointer/integer size issues in unwind.c on...
2013-12-04 Alex Rønne PetersenAdd a dummy assignment to shut GCC up.
2013-12-04 Alex Rønne PetersenFix some warnings caused by always_inline functions...
2013-12-04 Marek Safar[corlib] Better conversion betwen system locale and...
2013-12-04 Alex Rønne PetersenFix some warnings in mini-amd64.c.
2013-12-04 Alex Rønne PetersenFix a couple of warnings in mini-exceptions.c.
2013-12-04 Alex Rønne PetersenFix more PPC warnings.
2013-12-04 Alex Rønne PetersenFix a warning on PPC.
2013-12-04 Zoltan VargaMerge pull request #824 from hanswolff/patch-1
2013-12-04 Marek Safar[corlib] CreateSpecificCulture without exception retry
2013-12-04 Mark Probst[sgen] Link unit test programs with all libs.
2013-12-03 Zoltan VargaFix the build.
2013-12-03 Alex Rønne Petersen[sdb] Support a setpgid=y/n option to --debugger-agent.
2013-12-03 Mark Probst[sgen] Never invoke libc’s memmove() or bzero().
2013-12-03 Mark Probst[sgen] Fix build on Linux.
2013-12-03 Alex Rønne PetersenMerge branch 'armhf' of github.com:alexrp/mono
2013-12-03 Marek SafarMerge pull request #823 from DavidKarlas/master
2013-12-03 Zoltan VargaHopefully the --enable-loadedllvm build on linux.
2013-12-02 Alex Rønne PetersenFix comment style.
2013-12-02 Alex Rønne PetersenAvoid clobbering IP when passing single-precision args...
2013-12-02 Alex Rønne PetersenMaintain max_len when emitting calls on ARM hard float.
2013-12-02 Alex Rønne PetersenUse d14 and d15 as scratch VFP registers.
2013-12-02 Alex Rønne PetersenCorrect the VFP check in exceptions-arm.c.
2013-12-02 Alex Rønne PetersenImplement support for single-precision args on ARM...
2013-12-02 Alex Rønne PetersenMake sure FPRs aren't used for implicit arguments on...
2013-12-02 Alex Rønne PetersenAdd register assignment for double-precision args on...
2013-12-02 Alex Rønne PetersenImplement add_float () for hard float on ARM.
2013-12-02 Alex Rønne PetersenImplement return value passing for ARM hard float.
2013-12-02 Alex Rønne PetersenHandle the MONO_ARM_FPU_VFP_HARD case in mono_arch_emit...
2013-12-02 Alex Rønne PetersenAdd VFP register saving to trampolines.
2013-12-02 Alex Rønne PetersenAdd a helper function to the ARM back end to determine...
2013-12-02 Alex Rønne PetersenAdjust various FP register values for hard float in...
2013-12-02 Alex Rønne PetersenAdd detection of VFP v3 variants to mono-hwcap-arm.
2013-12-02 Alex Rønne PetersenAdd an IS_HARD_FLOAT macro to the ARM back end.
2013-12-02 Alex Rønne PetersenRemove the #error for the ARM_FPU_VFP_HARD case.
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 VargaFix a warning.
2013-11-30 Zoltan Varga[x86] Simplify emit_push_lmf()/emit_pop_lmf () by remov...
2013-11-29 Zoltan Varga[jit] Add beginnings of a mach image writer for use...
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 Alex Rønne PetersenMerge pull request #812 from ColdPie1/master
2013-11-27 Rodrigo KumperaMerge pull request #815 from tmds/master
2013-11-27 Rolf Bjarne KvingeIgnore generated files.
2013-11-27 Zoltan Varga[runtime] Avoid busy waiting when using the MONO_DEBUG...
2013-11-27 Alex Rønne PetersenUnbreak the amd64 build.
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.
next