Merge pull request #1100 from BrzVlad/master
[mono.git] / mono /
2014-06-15 Zoltan VargaMerge pull request #1100 from BrzVlad/master
2014-06-14 Brezae Vlad[x86] Align stackalloc-ed memory in no pushes mode.
2014-06-14 Zoltan Varga[arm] Add an enum for gsharedvt argument marshalling...
2014-06-13 Brezae Vlad[x86] Fix initialization of stackalloc-ed memory in...
2014-06-13 Rodrigo Kumpera[runtime] Fix share/private flags when doing file mmap.
2014-06-13 Rodrigo Kumpera[runtime] Rewrite MemoryMappedFile to support named...
2014-06-13 Zoltan Varga[x86] Pop the vtype return addr from the stack in no...
2014-06-13 Alex Rønne PetersenMerge pull request #1098 from tpokorra/TarMissing_vaspr...
2014-06-13 Zoltan Varga[x86] Reduce some code duplication in the x86 call...
2014-06-13 Alex Rønne PetersenDisable push-less x86 code for now.
2014-06-13 Zoltan VargaMerge pull request #1097 from BrzVlad/master
2014-06-12 Brezae Vlad[jit] Fix bug when using pushless code and reenable...
2014-06-11 Zoltan Varga[jit] Don't emit a write barrier when writing to the...
2014-06-11 Alex Rønne PetersenMerge pull request #890 from xoofx/master
2014-06-10 Rodrigo Kumpera[sgen] Fix an infinite loop in find_previous_pointer_fr...
2014-06-10 Joao Matos[windows] Return early in the vectored exception handle...
2014-06-10 Joao MatosFix mono exception handler crashing on windows.
2014-06-10 Joao MatosChanged mono_win_chained_exception_needs_run to be...
2014-06-10 Alex Rønne PetersenMerge pull request #1094 from LRFalk01/master
2014-06-09 Alex Rønne PetersenRemove the architecture conditions for using `perf...
2014-06-09 Alex Rønne PetersenRevert "Disable `perf` support in the profiler when...
2014-06-09 Zoltan VargaRevert "[x86] Reenable the no pushes code."
2014-06-09 Zoltan Varga[x86] Fix the build.
2014-06-09 Zoltan Varga[x86] Reenable the no pushes code.
2014-06-08 Zoltan Varga[jit] Align the stack when using the pushless code...
2014-06-08 Zoltan Varga[x86] Disable the no-pushes code for now, it breaks...
2014-06-08 Alex Rønne PetersenApply the change in a99ebf9843f0cf92b3a9a856738378dcace...
2014-06-07 Alex Rønne PetersenFix a ton of warnings when building the log profiler...
2014-06-07 Rodrigo KumperaMerge pull request #1088 from BrzVlad/pushless
2014-06-07 Alex Rønne PetersenMove shared_area_disabled () behind ifdef.
2014-06-07 Alex Rønne PetersenWrap deadce_has_run variable in DISABLE_SSA ifdef.
2014-06-07 Alex Rønne PetersenAdd g_assert_not_reached () to mono_gc_pthread_exit ().
2014-06-07 Alex Rønne PetersenRevert unintentional change.
2014-06-07 Alex Rønne PetersenFix the build. We've been missing this include for...
2014-06-07 Alex Rønne PetersenBring the implementation of the 64-bit CAS fallback...
2014-06-07 Alex Rønne PetersenMark the `spin` variable in atomic.c as G_GNUC_UNUSED.
2014-06-07 Alex Rønne PetersenMerge branch 'master' of github.com:mono/mono
2014-06-07 Zoltan VargaRevert "Fix a warning in atomic.c."
2014-06-06 Zoltan Varga[arm] Fix OP_ATOMIC_CAS_I4.
2014-06-06 Brezae Vlad[x86] Arguments to calls are passed via moves, instead...
2014-06-06 Alex Rønne PetersenDisable `perf` support in the profiler when running...
2014-06-06 Alex Rønne PetersenFix a warning in atomic.c.
2014-06-06 Alex Rønne PetersenRemove a #warning in security.c which gets triggered...
2014-06-06 Alex Rønne PetersenFix printf formatting warnings in mono-counters.c.
2014-06-06 Alex Rønne PetersenUse G_GNUC_UNUSED instead of commenting out variable...
2014-06-06 Alex Rønne PetersenFix a ton of printf formatting warnings in decode.c.
2014-06-06 Alex Rønne PetersenSilence some warnings in decode.c.
2014-06-06 Alex Rønne PetersenFix volatile pointer casts in proflog.c.
2014-06-06 Alex Rønne PetersenSilence a bunch of unused result warnings in proflog.c.
2014-06-06 Alex Rønne PetersenFix a bunch of warnings caused by unused functions.
2014-06-06 Alex Rønne PetersenAdd suggested parentheses to RHS of ^ operator.
2014-06-06 Alex Rønne PetersenFix formatting specifiers for some size_t arguments.
2014-06-06 Zoltan Varga[runtime] Avoid joining attached threads. Fixes #19343.
2014-06-05 Zoltan VargaMerge pull request #1084 from tritao/msvc-warnings
2014-06-05 Zoltan Varga[runtime] Fix support for custom marshallers defined...
2014-06-05 Joao MatosFixed monodis MSVC build.
2014-06-05 Zoltan Varga[runtime] Fix a jit assertion on a class which contains...
2014-06-05 Joao MatosFixed warning in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosFixed warning in MSVC: 'different types for formal...
2014-06-05 Joao MatosFixed warning in MSVC: 'void' function returning a...
2014-06-05 Joao MatosFixed warnings in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosRemoved an unused variable from the code, fixes a warni...
2014-06-05 Joao MatosFixed warning in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosFixed warning in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosFixed warning in MSVC: 'different types for formal...
2014-06-05 Joao MatosFixed warning in MSVC: 'getpid' undefined; assuming...
2014-06-05 Joao MatosFixed unreferenced local variable warning in MSVC.
2014-06-05 Joao MatosFixed MSVC warning about unreferenced local variable.
2014-06-05 Joao MatosFixed MSVC warning about different types for formal...
2014-06-05 Joao MatosFixed unreferenced variables/label warnings in MSVC.
2014-06-05 Joao MatosFixed unsigned/signed mismatch warning.
2014-06-05 Joao MatosFixed warning in MSVC by prefixing the macros, MEM_FREE...
2014-06-05 Zoltan VargaMerge pull request #1083 from christianhuening/NetworkI...
2014-06-04 Zoltan Varga[jit] Avoid licm for volatile variables, ssa ignores...
2014-06-04 Joao MatosFixed unreachable methods in mono-thread-windows to...
2014-06-04 Rodrigo Kumpera[sgen] Fix logging due to changes in a lot of size...
2014-06-04 Zoltan Varga[runtime] Add another test for passing many small argum...
2014-06-04 Rodrigo Kumpera[sgen] Fix clang compilation.
2014-06-04 Rodrigo Kumpera[sgen] Fix a few warnings related to lossy conversion...
2014-06-04 Rodrigo Kumpera[sgen] Fix nursery size calculation and the managed...
2014-06-04 Rodrigo Kumpera[sgen] Fix the object size functions to be 64bits clean.
2014-06-04 Rodrigo Kumpera[sgen] Ensure the cardtable code is 64bits clean.
2014-06-04 Rodrigo Kumpera[sgen] Use size_t for all heap limits.
2014-06-04 Rodrigo Kumpera[sgen] Fix size warnings in the descriptor code.
2014-06-04 Rodrigo Kumpera[sgen] Silence warnings when big arrays are not in...
2014-06-04 Rodrigo Kumpera[sgen] Make degrated_mode a size_t.
2014-06-04 Rodrigo Kumpera[sgen] Make los usage of size_t cosnsitent.
2014-06-04 Rodrigo Kumpera[sgen] Use size_t consistently in the major collector...
2014-06-04 Rodrigo Kumpera[sgen] Use size_t consistently in the nursery code.
2014-06-04 Rodrigo Kumpera[sgen] Move the pinning code to use size_t internally...
2014-06-04 Rodrigo Kumpera[sgen] Fix small localized warnings.
2014-06-04 Rodrigo Kumpera[sgen] Fix win64 issues with longs and inline assembly.
2014-06-04 Rodrigo Kumpera[runtime] Fix a bunch of warnings in threads.c related...
2014-06-04 Rodrigo Kumpera[verifier] Silence a size mismatch warning in the verifier.
2014-06-04 Rodrigo Kumpera[runtime] Replace gulong with size_t to fix counter...
2014-06-04 Rodrigo Kumpera[win64] Windows64 MSVC compiler dropped support for...
2014-06-04 Rodrigo Kumpera[runtime] Fix warnings in mono-threads.
2014-06-04 Rodrigo Kumpera[runtime] Replace gulong with size_t so it works on...
2014-06-04 Rodrigo Kumperafix win thread size calc.
2014-06-04 Neale FergusonCorrect op_seqpoint length
next