mono.git
2015-02-06 Zoltan VargaMerge branch 'r4fp-ir'
2015-02-06 Zoltan VargaFix the build.
2015-02-06 Zoltan VargaAdd mixed r4/r8 opcodes to binary opcodes.
2015-02-06 Zoltan VargaExclude the float32 optimization from -O=all.
2015-02-06 Zoltan VargaImplement arm support.
2015-02-06 Zoltan VargaAdd LLVM support.
2015-02-06 Zoltan VargaFix OP_MOVE_F_TO_I4 and OP_MOVE_I4_TO_F in float32...
2015-02-06 Zoltan VargaAdd support for generating 32 bit floating point code...
2015-02-06 Marek Safar[corlib] Imports messages from coreclr project
2015-02-06 Jeffrey Stedfast[Microsoft.Build.Utilities] Fixed to make unit tests...
2015-02-06 Alex Rønne... [mini] Bump move_f_to_i4/move_i4_to_f insn sizes on...
2015-02-06 Marek SafarMerge pull request #1551 from directhex/fix-missing...
2015-02-06 Marek Safar[mcs] Correctly import metadata constant with mismatche...
2015-02-06 Jo ShieldsEnsure missing test_op_il_seq_point.sh is shipped in...
2015-02-06 Alex Rønne... [mini] Remove OP_ICONV_TO_R8_RAW since OP_MOVE_I4_TO_F...
2015-02-06 Alex Rønne... [mini] Use a spill var for float <-> int data transfer...
2015-02-06 Alex Rønne... [mini] Remove some unnecessary amd64 codegen macros...
2015-02-06 Jo ShieldsMove files which were split out from System.Web into...
2015-02-06 Miguel de IcazaMerge pull request #1550 from tpetazzoni/mips-fix
2015-02-06 Sebastien Pouliot[tests] Fix TypeDescriptorTests compilation when NUnitL...
2015-02-06 Marek Safar[mcs] Fix cloning of labels from outer anonymous block...
2015-02-06 Marek Safar[mcs] Replace 1684 warning turned into error with uniqu...
2015-02-06 Thomas Petazzonimono-context.h: fix build on MIPS
2015-02-06 João Matos[runtime] Fixed potential memory leak in a8390dcd63d466...
2015-02-06 João Matos[runtime] Fixed marshalling bug in `mono_marshal_get_na...
2015-02-06 Marek SafarMerge pull request #1508 from slluis/fix-20966
2015-02-06 Marek SafarMerge pull request #1549 from esdrubal/tziathens
2015-02-06 Marcos Henrich[corlib] Fixed TimeZoneInfo.TryGetTransitionOffset.
2015-02-06 Marcos Henrich[corlib] Added test to TimeZoneInfoTest. Covers #25050.
2015-02-06 Alex Rønne... [mini] Remove now-unneeded clob spec for move_f_to_i4...
2015-02-06 Miguel de IcazaMerge pull request #1548 from akoeplinger/stubs
2015-02-06 Zoltan Varga[runtime] Update valgrind headers to the ones from...
2015-02-05 Zoltan Varga[amd64] Avoid clobbering sreg1 in OP_MOVE_F_TO_I4.
2015-02-05 Zoltan Varga[jit] Avoid live range indexes overflowing for large...
2015-02-05 Rodrigo Kumpera[runtime] Plug a loader error leak.
2015-02-05 Zoltan VargaRevert "[jit] Avoid live range indexes overflowing...
2015-02-05 Sebastien PouliotBump referencesource to disable some CAS usage
2015-02-05 Alexander KöplingerFix error message to mention git instead of svn
2015-02-05 Sebastien Pouliot[linker] Only consider [Preserve] (i.e. without any...
2015-02-05 Sebastien Pouliot[linker] Preserve types given to custom attributes...
2015-02-05 Sebastien Pouliot[linker] Do not process custom attribute fields unless...
2015-02-05 Mark ProbstMerge pull request #1546 from evincarofautumn/faster...
2015-02-05 Jon Purdy[sgen] Make sgen-grep-binprot faster.
2015-02-05 Neale FergusonUse float<->integer instructions for move operations
2015-02-05 Jeffrey Stedfast[Microsoft.Build.Utilities] Fixed MSBuildErrorParser...
2015-02-05 Marek Safar[mcs] Prefer not missing type for ambiguous imported...
2015-02-05 Alexander Köplinger[bcl] Added a few stubs for missing APIs
2015-02-05 Marek Safar[corlib] TimeZoneInfo.ConvertTimeToUtc maximum datetime...
2015-02-05 Marek Safar[runtime] Fixes setting FileVersionInfo managed booleans
2015-02-05 Marek Safar[xbuild] Fix When Condition with a user comment
2015-02-05 Marek Safar[build] remove unused defines
2015-02-05 Marek Safar[corlib] BitConverter from reference sources
2015-02-05 Alex Rønne... [mini] Really fix the float <-> int data transfer instr...
2015-02-05 Alex Rønne... Merge pull request #1541 from alexrp/mcs-build-cleanup
2015-02-05 Miguel de IcazaStart work to generate dependencies
2015-02-05 Alex Rønne... [mini] Implement float <-> int data transfer instructio...
2015-02-04 Rodrigo Kumpera[test] Add verifier test for cgt_un and valuetypes.
2015-02-04 Rodrigo Kumpera[verifier] Properly verify CGT_UN when used with refere...
2015-02-04 Zoltan Varga[jit] Avoid live range indexes overflowing for large...
2015-02-04 Zoltan Varga[runtime] Enable the new interrupt code on arm64.
2015-02-04 Marek SafarMove TimeZoneInfo tests to corlib
2015-02-04 Marek Safar[system.xml] Disable failing test, requires reference...
2015-02-04 Marek Safar[corlib] Fix overflow in TimeZoneInfo utc conversion
2015-02-04 Marek Safar[mcs] update error message
2015-02-04 Marek Safar[corlib] Boolean from reference sources
2015-02-04 Radek Doulik[android] disable TLS on android/x86_64
2015-02-04 Marek Safar[System] More TypeDescriptor tests
2015-02-04 Marek Safar[corlib] Add test for #17626
2015-02-04 Marek Safar[corlib] DateTime from reference sources
2015-02-04 Alex Rønne... Revert "[runtime] Fixed allowing non-object complex...
2015-02-04 Alex Rønne... [mini] Hopefully fix float <-> int data transfer instru...
2015-02-04 Alex Rønne... [mini] Fix float <-> int data transfer instructions...
2015-02-04 Alex Rønne... [mini] Fix x86/arm build.
2015-02-04 João MatosFixed System.Net.NetworkInformation tests to work with...
2015-02-04 João Matos[runtime] Added autoconf support for AMD64 Android...
2015-02-04 Alex Rønne... [mini] Implement atomic exchange with xchg on x86/amd64.
2015-02-04 Alex Rønne... [mini] Use new float <-> int move opcodes to implement...
2015-02-04 Alex Rønne... [mini] Add new instructions for moving data between...
2015-02-04 Alex Rønne... [mini] Apply the dreg != sreg1 optimization to OP_...
2015-02-04 Alex Rønne... [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... Merge 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 Miguel de IcazaUpdated the order file generated by following the instr...
2015-02-03 Marek Safar[corlib] TimeSpan from reference sources
2015-02-03 João Matos[corlib] Fixed tests to work with NET_2_1 define.
2015-02-03 Marek Safar[corlib] DateTimeOffset from reference sources
2015-02-03 Marek Safar[corlib] DateTimeFormatInfo and friends from reference...
2015-02-03 Marek Safar[system] Add support for redirected http web-request...
2015-02-03 Rodrigo Kumpera[runtime] Replace a call to mono_get_method_full to...
2015-02-03 Alex Rønne... Remove old centum tests stuff.
2015-02-03 Alex Rønne... Remove now-obsolete System.Web.Extensions(.Design)_1...
2015-02-03 Alex Rønne... Remove obsolete profiles and profile checks from the...
2015-02-03 Alex Rønne... Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.
2015-02-03 Zoltan VargaAvoid recompiling a test on every run.
2015-02-02 Zoltan VargaRevert "Switch System.Web.ApplicationServices to refere...
2015-02-02 Zoltan VargaRevert "Include hard-coded strings (SR.cs-style) rather...
next