Fixed System.Net.NetworkInformation tests to work with MonoTouch.NUnitLite.
[mono.git] / mono /
2015-02-04 Alex Rønne Petersen[mini] Implement atomic exchange with xchg on x86/amd64.
2015-02-04 Alex Rønne Petersen[mini] Use new float <-> int move opcodes to implement...
2015-02-04 Alex Rønne Petersen[mini] Add new instructions for moving data between...
2015-02-04 Alex Rønne Petersen[mini] Apply the dreg != sreg1 optimization to OP_...
2015-02-04 Alex Rønne Petersen[mini] Fix some cases where intrinsics did not have...
2015-02-04 Radek Doulik[android] do not use tkill on android/amd64(x86_64...
2015-02-04 Alex Rønne PetersenMerge pull request #1543 from alexanderkyte/master
2015-02-04 Alexander Kyte[runtime] Fixed allowing non-object complex arguments...
2015-02-04 Zoltan Varga[amd64] Add missing amd64_sse_cvtss2si_reg_reg_size...
2015-02-03 Zoltan VargaMerge pull request #1545 from akoeplinger/fix-windows...
2015-02-03 Alexander KöplingerFix Windows build
2015-02-03 Marek Safar[corlib] DateTimeFormatInfo and friends from reference...
2015-02-03 Rodrigo Kumpera[runtime] Replace a call to mono_get_method_full to...
2015-02-03 Zoltan VargaAvoid recompiling a test on every run.
2015-02-02 Rodrigo Kumpera[io-layer] Small portability fix.
2015-02-02 Rodrigo Kumpera[jit] Fix bad_method_regression_2 when SSA is enabled...
2015-01-31 Zoltan VargaMerge pull request #1540 from esdrubal/marshallingcache
2015-01-31 Zoltan Varga[jit] Increase the inline memcpy/memset cutoff to 8...
2015-01-31 Zoltan Varga[llvm] Add a new LLVMArgAsFpArgs argument passing conve...
2015-01-31 Zoltan VargaFix a warning.
2015-01-30 Zoltan Varga[arm] Enable llvm for methods with struct arguments...
2015-01-30 Zoltan Varga[runtime] Disable a test which fails with llvm/gcc.
2015-01-30 Rodrigo KumperaDon't include the poll backed directly into the threadp...
2015-01-30 Rodrigo Kumpera[runtime] Skip the finalizer thread while it's sleeping.
2015-01-30 Marcos Henrich[runtime] Added native_func_wrapper_cache.
2015-01-30 Marcos Henrich[runtime] Renamed SignatureMethodPair to SignaturePoint...
2015-01-30 Rodrigo Kumpera[runtime] Use MonoError instead of loader error with...
2015-01-30 Alex Rønne Petersen[mini] Fix Enum.HasFlag () intrinsic emitting a bad...
2015-01-30 Zoltan VargaFix the dreg op the long_ccc instructions, those instru...
2015-01-29 Mark ProbstMerge pull request #1537 from evincarofautumn/color...
2015-01-29 Jon Purdy[runtime] Add color mode to sgen-grep-binprot.
2015-01-29 Zoltan VargaFix a warning.
2015-01-29 Alex Rønne Petersen[mini] Fix decomposition of long opcodes in VolatileRea...
2015-01-29 Alex Rønne PetersenOptimize Enum.HasFlag () implementation and recognize...
2015-01-29 Rodrigo KumperaMerge pull request #1536 from esdrubal/noreuse
2015-01-29 Marcos Henrich[runtime] MonoIO methods using SafeHandle now prevent...
2015-01-29 Rodrigo Kumpera[eglib] [io-layer] Have a single wrapper around getdtab...
2015-01-29 Alex Rønne Petersen[mini] Prefer OP_ICEQ over OP_CEQ in i4 CAS intrinsics.
2015-01-28 Zoltan Varga[arm64] Add tests for loading of sbyte/bool arguments...
2015-01-28 Rodrigo Kumpera[profiler] Report methods not found in async mode due...
2015-01-28 Rodrigo Kumpera[utils] Fix mono_dl_build_path termination logic.
2015-01-28 Rodrigo Kumpera[runtime] Fix appdomain loading event ordering.
2015-01-28 Kai RuhnauPopulate the RequestingAssembly property of ResolveEven...
2015-01-28 Zoltan VargaMerge pull request #1535 from StephenMcConnel/bug-26523
2015-01-28 Alex Rønne Petersen[mini] Add some missing atomic instructions to cpu...
2015-01-28 Ludovic Henry[runtime] Fix #26307 "Random crash due to threading...
2015-01-28 Zoltan VargaMerge pull request #1533 from jbevain/pdb2mdb-roslyn
2015-01-28 Rodrigo KumperaMerge pull request #1510 from BrzVlad/fix-file-map
2015-01-28 Mark ProbstMerge pull request #1527 from ludovic-henry/master
2015-01-28 Alex Rønne Petersen[mini] Add atomic load/store instructions for float...
2015-01-28 Alex Rønne Petersen[mini] Lower atomic load/store instruction sizes on...
2015-01-28 Alex Rønne Petersen[mini] Fix some warnings.
2015-01-28 João Matos[runtime] Fixed mono_dl_open_file to work in Android.
2015-01-28 Ludovic Henry[runtime] Generate binary protocol functions and struct...
2015-01-28 Marcos Henrich[runtime] Duplicated instructions OP_IL_SEQ_POINT are...
2015-01-28 João Matos[runtime] Windows build fixes.
2015-01-28 Alex Rønne Petersen[mini] Fix a few cases where incorrect vreg types were...
2015-01-28 Alex Rønne Petersen[mini] Fix stack type for atomic intrinsics involving...
2015-01-28 Alex Rønne Petersen[mini] Recognize and optimize Thread.VolatileRead ...
2015-01-28 Alex Rønne Petersen[mini] Recognize and optimize the new 4-parameter CAS...
2015-01-28 Jo ShieldsMissing bracket from 8b10cef3
2015-01-28 Zoltan Varga[amd64] Add 32bit fp codegen macros.
2015-01-27 Rodrigo Kumpera[runtime] Cleanup networking init/shutdown code.
2015-01-27 Rodrigo Kumpera[utils] Cleanup the dynamic loading code and split...
2015-01-27 Zoltan Varga[sdb] Avoid errors when a vtype method is invoked with...
2015-01-27 Atsushi EnoMerge pull request #1529 from alistair/xmlreader_read_t...
2015-01-27 João Matos[runtime] Fixed MONO_STRUCT_OFFSET to work with non...
2015-01-27 Alex Rønne Petersen[mini] Make intrinsic method signature checks more...
2015-01-27 Marcos Henrichtest_op_il_seq_point.sh now properly generates tmp...
2015-01-27 Marcos Henrichtest_op_il_seq_point.sh now calls mono with option...
2015-01-26 Vlad BrezaeWhen map size is 0, use the aligned size of the file.
2015-01-26 Vlad BrezaeFail on mappings that exceed the file size.
2015-01-26 Vlad BrezaeFix handling of mappings over file size.
2015-01-26 Vlad BrezaeFix truncation of newly created map files.
2015-01-26 Zoltan Varga[sdb] Avoid errors when a static method is invoked...
2015-01-26 Rodrigo Kumpera[runtime] Check for sigaction been present when trying...
2015-01-26 Rodrigo Kumpera[utils] Explicitly check if the system has mincore...
2015-01-26 Zoltan Varga[runtime] Add infrastructure code for getting/setting...
2015-01-26 Rodrigo Kumpera[runtime] Introduce MonoError into mono_metadata_parse_...
2015-01-26 Rodrigo KumperaFix loader error <> MonoError interop.
2015-01-26 Alex Rønne Petersen[runtime] Use MonoBoolean in icall signature, not gboolean.
2015-01-26 João Matos[runtime] Fixed the iOS build.
2015-01-26 Alex Rønne PetersenFixup for 2644152b069e12d16f4911c3a1c3602e1b31e38d.
2015-01-26 Marek SafarMerge pull request #1521 from esdrubal/fshandle
2015-01-26 Marcos Henrich[corlib] Changed some MonoIO methods to use SafeHandle.
2015-01-26 Jo ShieldsMerge pull request #1525 from akoeplinger/fix-dynamicda...
2015-01-26 Alex Rønne PetersenRevert "[runtime] Fix getting main thread's stack size...
2015-01-25 Alex Rønne Petersen[runtime] Fix getting main thread's stack size with...
2015-01-25 Alex Rønne Petersen[runtime] Fix build when using musl libc.
2015-01-25 Zoltan VargaMerge pull request #1522 from StephenMcConnel/bug-26258
2015-01-25 Zoltan Varga[runtime] Avoid failures in Process.GetProcesses (...
2015-01-25 Zoltan Varga[runtime] Allow spaces after commas in generic instance...
2015-01-25 Zoltan Varga[jit] Properly inflate method signatures used in CEE_NE...
2015-01-24 Alex Rønne Petersen[mini] Fix setting stack type for some atomic instructions.
2015-01-24 Zoltan VargaFix the build.
2015-01-24 Alex Rønne Petersen[mini] Implement OP_MEMORY_BARRIER on MIPS.
2015-01-24 Alex Rønne Petersen[mini] Fix CAS atomic ordering under LLVM.
2015-01-24 Alex Rønne Petersen[mini] Add atomic load/store instruction definitions...
2015-01-24 Alex Rønne Petersen[mini] Implement atomic load/store instructions on...
2015-01-24 Alex Rønne Petersen[mini] Implement atomic load/store instructions on...
next