mono.git
9 years ago[runtime] Fixed `always_inline function might not be inlinable` warning on GCC.
João Matos [Wed, 6 May 2015 14:08:17 +0000 (15:08 +0100)]
[runtime] Fixed `always_inline function might not be inlinable` warning on GCC.

This fix was suggested by @schani to the warning spam that we've started to see.

9 years ago[runtime] Fixed warning by including <winsock2.h> before <windows.h>.
João Matos [Wed, 6 May 2015 14:05:04 +0000 (15:05 +0100)]
[runtime] Fixed warning by including <winsock2.h> before <windows.h>.

9 years ago[runtime] Fixed unused `count` variable warning by moving some code around.
João Matos [Wed, 6 May 2015 14:04:30 +0000 (15:04 +0100)]
[runtime] Fixed unused `count` variable warning by moving some code around.

9 years ago[runtime] Fixed warning by including <winsock2.h> before <windows.h>.
João Matos [Wed, 6 May 2015 14:03:58 +0000 (15:03 +0100)]
[runtime] Fixed warning by including <winsock2.h> before <windows.h>.

9 years ago[runtime] Fixed warning by only using #pragma warning on MSVC.
João Matos [Wed, 6 May 2015 14:02:32 +0000 (15:02 +0100)]
[runtime] Fixed warning by only using #pragma warning on MSVC.

9 years ago[mini] Do not try to set the usermode exception policy unless we're targeting Windows.
João Matos [Wed, 6 May 2015 14:01:40 +0000 (15:01 +0100)]
[mini] Do not try to set the usermode exception policy unless we're targeting Windows.

Fixes Windows cross-compilation.

9 years ago[mini] Do not use the ELF writer when hosting on Windows.
João Matos [Wed, 6 May 2015 14:00:18 +0000 (15:00 +0100)]
[mini] Do not use the ELF writer when hosting on Windows.

9 years ago[runtime] Fix support for callvirt delegates with a vtype first argument. Fixes ...
Zoltan Varga [Wed, 6 May 2015 08:56:52 +0000 (04:56 -0400)]
[runtime] Fix support for callvirt delegates with a vtype first argument. Fixes #29665.

9 years agoMerge pull request #1774 from akoeplinger/unit-test-reporting-improvements
Marek Safar [Wed, 6 May 2015 07:28:04 +0000 (09:28 +0200)]
Merge pull request #1774 from akoeplinger/unit-test-reporting-improvements

[RFC] Improve unit test reporting when test runner crashes

9 years ago[RFC] Improve unit test reporting when test runner crashes
Alexander Köplinger [Wed, 6 May 2015 01:39:35 +0000 (21:39 -0400)]
[RFC] Improve unit test reporting when test runner crashes

9 years ago[sgen] Fix logging format specifiers. `t` modifier is not standard.
Mark Probst [Tue, 5 May 2015 22:21:58 +0000 (15:21 -0700)]
[sgen] Fix logging format specifiers. `t` modifier is not standard.

9 years ago[threadpool-ms] Disable cleanup
Ludovic Henry [Tue, 5 May 2015 18:30:01 +0000 (19:30 +0100)]
[threadpool-ms] Disable cleanup

The cleanup code would wait for all worker threads to finish, but that could lead to some workload that would block. By disabling the cleanup code, we do not wait on anything to happen, we count on the OS to clean everything up.

9 years ago[delegate] Replace multicast delegate implementation
Ludovic Henry [Tue, 14 Apr 2015 09:33:30 +0000 (10:33 +0100)]
[delegate] Replace multicast delegate implementation

Replace the reversed linked implementation by an array based implementation. This will improve Combine performance, as well as ease delegate to virtual function optimization.

9 years agoLink to the general releases page instead of a specific version in NEWS.
João Matos [Tue, 5 May 2015 15:15:42 +0000 (16:15 +0100)]
Link to the general releases page instead of a specific version in NEWS.

Addresses some feedback from c30887a23ed5f1cea97057acc26b2c4014a072a4.

9 years agoUpdate release notes URLs in the NEWS file.
João Matos [Tue, 5 May 2015 15:00:39 +0000 (16:00 +0100)]
Update release notes URLs in the NEWS file.

9 years agoMerge pull request #1766 from alexrp/sgen-separation
Alex Rønne Petersen [Tue, 5 May 2015 14:30:26 +0000 (16:30 +0200)]
Merge pull request #1766 from alexrp/sgen-separation

[sgen] Move the independent parts of SGen to a separate library

9 years ago[runtime] Add more 3.0 fx assemblies to remapping table. Fixes #29459
Marek Safar [Tue, 5 May 2015 13:27:36 +0000 (15:27 +0200)]
[runtime] Add more 3.0 fx assemblies to remapping table. Fixes #29459

9 years ago[mcs] Use reference from closest storey which holds captured this. Fixes #29506
Marek Safar [Tue, 5 May 2015 13:01:29 +0000 (15:01 +0200)]
[mcs] Use reference from closest storey which holds captured this. Fixes #29506

9 years ago[runtime] Remove more unused CAS code.
Zoltan Varga [Tue, 5 May 2015 11:28:01 +0000 (07:28 -0400)]
[runtime] Remove more unused CAS code.

9 years ago[build] Revert part of 036c41714ac8e727cfcc264a6da279413095d59b
Marek Safar [Tue, 5 May 2015 09:42:36 +0000 (11:42 +0200)]
[build] Revert part of 036c41714ac8e727cfcc264a6da279413095d59b

9 years ago[arm] Use the OP_TAILCALL code on ios as well.
Zoltan Varga [Tue, 5 May 2015 02:20:46 +0000 (22:20 -0400)]
[arm] Use the OP_TAILCALL code on ios as well.

9 years ago[sdb] Substract 1 from the ip in the soft breakpoint handling code to avoid associati...
Zoltan Varga [Tue, 5 May 2015 02:20:27 +0000 (22:20 -0400)]
[sdb] Substract 1 from the ip in the soft breakpoint handling code to avoid associating the ip with the next seq point if two sequence points are emitted after each other.

9 years agoUpdate, drop ssapre from the man page
Miguel de Icaza [Tue, 5 May 2015 02:02:31 +0000 (22:02 -0400)]
Update, drop ssapre from the man page

9 years agoUpdate documentation, add float32 section
Miguel de Icaza [Tue, 5 May 2015 01:26:37 +0000 (21:26 -0400)]
Update documentation, add float32 section

9 years ago[jit] Disable the binary writer on arm, dlopen () can't read the images it creates...
Zoltan Varga [Tue, 5 May 2015 00:41:22 +0000 (20:41 -0400)]
[jit] Disable the binary writer on arm, dlopen () can't read the images it creates on some newer linux versions.

9 years agoMerge pull request #1768 from StephenMcConnel/bug-29724
Zoltan Varga [Tue, 5 May 2015 00:13:38 +0000 (20:13 -0400)]
Merge pull request #1768 from StephenMcConnel/bug-29724

Fix memory leak in SWF.FileDialog due to thumbnail images

9 years ago[arm] Use gcc --shared for linking aot images.
Zoltan Varga [Tue, 5 May 2015 00:11:47 +0000 (20:11 -0400)]
[arm] Use gcc --shared for linking aot images.

9 years agoFix memory leak in SWF.FileDialog due to thumbnail images
Stephen McConnel [Mon, 4 May 2015 23:43:38 +0000 (18:43 -0500)]
Fix memory leak in SWF.FileDialog due to thumbnail images

This fixes https://bugzilla.xamarin.com/show_bug.cgi?id=29724.

9 years agoFix a warning.
Zoltan Varga [Mon, 4 May 2015 22:19:56 +0000 (18:19 -0400)]
Fix a warning.

9 years ago[arm] Fix the DISABLE_JIT build.
Zoltan Varga [Mon, 4 May 2015 21:57:44 +0000 (17:57 -0400)]
[arm] Fix the DISABLE_JIT build.

9 years ago[jit] Remove unfinished regalloc2.
Zoltan Varga [Mon, 4 May 2015 21:50:51 +0000 (17:50 -0400)]
[jit] Remove unfinished regalloc2.

9 years ago[runtime] Remove CAS stuff from configure.
Zoltan Varga [Mon, 4 May 2015 21:40:12 +0000 (17:40 -0400)]
[runtime] Remove CAS stuff from configure.

9 years ago[runtime] Remove CAS stuff from configure.
Zoltan Varga [Mon, 4 May 2015 21:39:56 +0000 (17:39 -0400)]
[runtime] Remove CAS stuff from configure.

9 years ago[runtime] Remove CAS tests.
Zoltan Varga [Mon, 4 May 2015 21:35:29 +0000 (17:35 -0400)]
[runtime] Remove CAS tests.

9 years ago[corlib] Remove unused CAS icalls.
Zoltan Varga [Mon, 4 May 2015 21:35:09 +0000 (17:35 -0400)]
[corlib] Remove unused CAS icalls.

9 years ago[runtime] Remove --security=smcs-temporary-hack and --security=cas options and the...
Zoltan Varga [Mon, 4 May 2015 21:22:43 +0000 (17:22 -0400)]
[runtime] Remove --security=smcs-temporary-hack and --security=cas options and the code supporting them.

9 years agoMerge pull request #1767 from alexanderkyte/err_namespace_fix
Alex Rønne Petersen [Mon, 4 May 2015 19:56:13 +0000 (21:56 +0200)]
Merge pull request #1767 from alexanderkyte/err_namespace_fix

[runtime] Use correct namespace for FileNotFoundException

9 years ago[runtime] Use correct namespace for FileNotFoundException
Alexander Kyte [Mon, 4 May 2015 17:45:16 +0000 (13:45 -0400)]
[runtime] Use correct namespace for FileNotFoundException

9 years ago[sgen] Move the independent parts of SGen to a separate library.
Alex Rønne Petersen [Mon, 4 May 2015 00:22:58 +0000 (02:22 +0200)]
[sgen] Move the independent parts of SGen to a separate library.

9 years ago[System.IO.Compression] Fixed reading of Zip archives with malformed extra data entries.
João Matos [Mon, 4 May 2015 17:30:05 +0000 (18:30 +0100)]
[System.IO.Compression] Fixed reading of Zip archives with malformed extra data entries.

From a ZIP spec:

"Extra field: Used to store additional information.
The field consistes of a sequence of header and data pairs, where the header has a 2 byte identifier and a 2 byte data size field."

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=29625.

Reported upstream: https://github.com/adamhathcock/sharpcompress/issues/54

9 years ago[mcs] Auto-properties can still be assigned from constructor when no setter is specif...
Marek Safar [Mon, 4 May 2015 16:30:05 +0000 (18:30 +0200)]
[mcs] Auto-properties can still be assigned from constructor when no setter is specified. Fixes #29691

9 years ago[runtime] Fixed SeqPointInfo objects to also work under ARM64.
João Matos [Mon, 4 May 2015 15:28:05 +0000 (16:28 +0100)]
[runtime] Fixed SeqPointInfo objects to also work under ARM64.

9 years ago[runtime] Re-organized object offsets into shared and architecture-specific sections.
João Matos [Mon, 4 May 2015 15:27:29 +0000 (16:27 +0100)]
[runtime] Re-organized object offsets into shared and architecture-specific sections.

9 years ago[runtime] Improve readability on nested preprocessor defines.
João Matos [Mon, 4 May 2015 15:08:51 +0000 (16:08 +0100)]
[runtime] Improve readability on nested preprocessor defines.

9 years ago[runtime] Move x86_64 offsets next to the x86 ones.
João Matos [Mon, 4 May 2015 15:07:37 +0000 (16:07 +0100)]
[runtime] Move x86_64 offsets next to the x86 ones.

9 years ago[mcs] Report better error for assignment to readonly properties hiding type name
Marek Safar [Mon, 4 May 2015 15:33:31 +0000 (17:33 +0200)]
[mcs] Report better error for assignment to readonly properties hiding type name

9 years ago[corlib] Fixes DST without AdjustmentRules.
Marcos Henrich [Thu, 30 Apr 2015 12:35:24 +0000 (13:35 +0100)]
[corlib] Fixes DST without AdjustmentRules.

Fixes IsDaylightSavingTime returning false when
SupportsDaylightSavingTime was set to false because TimeZoneInfo was
create with no AdjustmentRules.

Now if TimeZoneInfo uses transitions SupportsDaylightSavingTime will be
set to true regardless of AdjustmentRules.

9 years ago[corlib] Bump security reference sources
Marek Safar [Mon, 4 May 2015 14:17:57 +0000 (16:17 +0200)]
[corlib] Bump security reference sources

9 years ago[runtime] Fixed LLVM Windows cross-compilation.
João Matos [Mon, 4 May 2015 13:51:14 +0000 (14:51 +0100)]
[runtime] Fixed LLVM Windows cross-compilation.

This configuration was broken with https://github.com/mono/mono/commit/4a20119029a0ba36866be8575909085c3742e85b.

Manifested as the following error:
```configure: error: LLVM executable /Users/builder/data/lanes/1196/47be2825/source/monodroid/builds/cross/windows-llvm/usr/bin/llvm-config not found.```

9 years agoMerge pull request #1752 from esdrubal/strefactor
Marcos Henrich [Mon, 4 May 2015 13:37:25 +0000 (14:37 +0100)]
Merge pull request #1752 from esdrubal/strefactor

[corlib] Deduplicated StackTrace ToString code.

9 years ago[jit] Remove the changes to mono-codeman in 62d46b469b5482eaa1e729199b5c77d26ecc3382...
Zoltan Varga [Mon, 4 May 2015 07:53:35 +0000 (03:53 -0400)]
[jit] Remove the changes to mono-codeman in 62d46b469b5482eaa1e729199b5c77d26ecc3382, they are not needed anymore with the new approach for handling thunks.

9 years ago[arm] Fix the build.
Zoltan Varga [Sun, 3 May 2015 23:22:39 +0000 (19:22 -0400)]
[arm] Fix the build.

9 years ago[x86] Fix the build.
Zoltan Varga [Sun, 3 May 2015 20:27:08 +0000 (16:27 -0400)]
[x86] Fix the build.

9 years agoMerge pull request #1765 from akoeplinger/fix-sgen-independence-win
Zoltan Varga [Sun, 3 May 2015 20:21:42 +0000 (16:21 -0400)]
Merge pull request #1765 from akoeplinger/fix-sgen-independence-win

[sgen] Fix Windows build

9 years ago[sgen] Fix Windows build
Alexander Köplinger [Sun, 3 May 2015 14:33:06 +0000 (07:33 -0700)]
[sgen] Fix Windows build

There were some changes in the recent sgen overhaul (https://github.com/mono/mono/pull/1648) that weren't applied to Windows.

9 years agoMerge pull request #1763 from JetBrains/empty_appdomainsetup_configurationfile
Alex Rønne Petersen [Sun, 3 May 2015 13:17:28 +0000 (15:17 +0200)]
Merge pull request #1763 from JetBrains/empty_appdomainsetup_configurationfile

Do not fail on empty or too short AppDomainSetup.ConfigurationFile

9 years ago[arm] Implement the mono_arch_patch_code_new () function.
Zoltan Varga [Sun, 3 May 2015 10:03:31 +0000 (06:03 -0400)]
[arm] Implement the mono_arch_patch_code_new () function.

9 years ago[x86] Implement the mono_arch_patch_code_new () function.
Zoltan Varga [Sun, 3 May 2015 09:58:46 +0000 (05:58 -0400)]
[x86] Implement the mono_arch_patch_code_new () function.

9 years ago[jit] Add a new version of the mono_arch_patch_code () function to reduce code duplic...
Zoltan Varga [Sun, 3 May 2015 09:48:03 +0000 (05:48 -0400)]
[jit] Add a new version of the mono_arch_patch_code () function to reduce code duplication between backends.

9 years ago[jit] Remove unused 'dyn_code_mp' argument from mono_arch_patch_code ().
Zoltan Varga [Sun, 3 May 2015 08:56:52 +0000 (04:56 -0400)]
[jit] Remove unused 'dyn_code_mp' argument from mono_arch_patch_code ().

9 years ago[arm] Fix the build.
Zoltan Varga [Sun, 3 May 2015 06:55:07 +0000 (02:55 -0400)]
[arm] Fix the build.

9 years ago[arm] Remove some obsolete comments and code. Emit thunks while holding the lock.
Zoltan Varga [Sun, 3 May 2015 06:48:35 +0000 (02:48 -0400)]
[arm] Remove some obsolete comments and code. Emit thunks while holding the lock.

9 years ago[arm] Refactor handle_thunk () to avoid locking and O(n^2) searches during JITting.
Zoltan Varga [Sun, 3 May 2015 06:02:12 +0000 (02:02 -0400)]
[arm] Refactor handle_thunk () to avoid locking and O(n^2) searches during JITting.

9 years ago[arm] Use the thunks area emitted next to method code for resolving thunks, remove...
Zoltan Varga [Sun, 3 May 2015 05:33:58 +0000 (01:33 -0400)]
[arm] Use the thunks area emitted next to method code for resolving thunks, remove the older code which was searching for thunks inside codeman chunks.

9 years ago[jit] Pass a MonoCompile argument to mono_arch_patch_code () so it can access the...
Zoltan Varga [Sun, 3 May 2015 03:24:34 +0000 (23:24 -0400)]
[jit] Pass a MonoCompile argument to mono_arch_patch_code () so it can access the thunks area during JITting.

9 years ago[arm] Use the thunks area after the method code to resolve thunks.
Zoltan Varga [Sun, 3 May 2015 03:01:54 +0000 (23:01 -0400)]
[arm] Use the thunks area after the method code to resolve thunks.

9 years ago[runtime] Add some missing icalls referenced by the reference sources.
Zoltan Varga [Sun, 3 May 2015 01:26:53 +0000 (21:26 -0400)]
[runtime] Add some missing icalls referenced by the reference sources.

9 years ago[sdb] Fix saving the state in the debugger_agent_breakpoint_from_context () function.
Zoltan Varga [Sun, 3 May 2015 01:13:18 +0000 (21:13 -0400)]
[sdb] Fix saving the state in the debugger_agent_breakpoint_from_context () function.

9 years ago[arm] Transition the arm backend to use the mini_get_single_step_trampoline()/mini_ge...
Zoltan Varga [Sun, 3 May 2015 01:12:48 +0000 (21:12 -0400)]
[arm] Transition the arm backend to use the mini_get_single_step_trampoline()/mini_get_breakpoint_trampoline() functions when using soft breakpoints.

9 years agoDo not fail on empty or too short AppDomainSetup.ConfigurationFile
Leonid Shalupov [Sat, 2 May 2015 19:17:41 +0000 (21:17 +0200)]
Do not fail on empty or too short AppDomainSetup.ConfigurationFile

9 years agoMerge pull request #1762 from Mailaender/patch-1
Zoltan Varga [Sat, 2 May 2015 08:54:14 +0000 (04:54 -0400)]
Merge pull request #1762 from Mailaender/patch-1

Fixed FSF postal address in legacy license

9 years agoUpdate COPYING.LIB
Matthias Mailänder [Sat, 2 May 2015 08:24:00 +0000 (10:24 +0200)]
Update COPYING.LIB

from https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt

9 years ago[jit] Fix the DISABLE_JIT build.
Zoltan Varga [Sat, 2 May 2015 06:00:47 +0000 (02:00 -0400)]
[jit] Fix the DISABLE_JIT build.

9 years ago[runtime] Fix the cross compiler build.
Zoltan Varga [Sat, 2 May 2015 05:02:36 +0000 (01:02 -0400)]
[runtime] Fix the cross compiler build.

9 years agoMerge pull request #1760 from evincarofautumn/object-provenances
Mark Probst [Fri, 1 May 2015 23:29:51 +0000 (16:29 -0700)]
Merge pull request #1760 from evincarofautumn/object-provenances

[sgen] Record object provenances in binary protocol.

9 years ago[sgen] Record object provenances in binary protocol.
Jon Purdy [Fri, 1 May 2015 18:39:48 +0000 (11:39 -0700)]
[sgen] Record object provenances in binary protocol.

9 years ago[tools] Add help message to sgen-grep-binprot.
Jon Purdy [Fri, 1 May 2015 20:35:38 +0000 (13:35 -0700)]
[tools] Add help message to sgen-grep-binprot.

9 years ago[tools] Support Booleans in sgen-grep-binprot.
Jon Purdy [Fri, 1 May 2015 20:35:11 +0000 (13:35 -0700)]
[tools] Support Booleans in sgen-grep-binprot.

9 years ago[runtime] Ensure mono-rand is opened once and only once
Ludovic Henry [Fri, 1 May 2015 18:27:44 +0000 (19:27 +0100)]
[runtime] Ensure mono-rand is opened once and only once

9 years ago[threadpool] Refactor begin/end invoke runtime support
Ludovic Henry [Fri, 10 Apr 2015 10:06:06 +0000 (11:06 +0100)]
[threadpool] Refactor begin/end invoke runtime support

9 years ago[jit] Put back some code removed by d2e184bbf7f82d83d767aae6af08359729769270 by mistake.
Zoltan Varga [Fri, 1 May 2015 19:45:41 +0000 (15:45 -0400)]
[jit] Put back some code removed by d2e184bbf7f82d83d767aae6af08359729769270 by mistake.

9 years ago[jit] Allocate the thunks area next to the method code if the backend can compute...
Zoltan Varga [Fri, 1 May 2015 19:44:02 +0000 (15:44 -0400)]
[jit] Allocate the thunks area next to the method code if the backend can compute its exact size (by setting cfg->thunk_area). Store it in MonoJitInfo so the backend patching code can access it.

9 years ago[sgen] Fix heavy binary protocol.
Mark Probst [Fri, 1 May 2015 17:36:40 +0000 (10:36 -0700)]
[sgen] Fix heavy binary protocol.

9 years ago[WCF] partially revert ServiceModel.Internals InternalsVisibleTo.
Atsushi Eno [Fri, 1 May 2015 15:08:01 +0000 (00:08 +0900)]
[WCF] partially revert ServiceModel.Internals InternalsVisibleTo.

9 years ago[DurableInstancing] add a handful of [InternalsVisibleTo]s.
Atsushi Eno [Fri, 1 May 2015 13:28:44 +0000 (22:28 +0900)]
[DurableInstancing] add a handful of [InternalsVisibleTo]s.

9 years ago[S.R.Serialization] fix some [InternalsVisibleTo]s.
Atsushi Eno [Fri, 1 May 2015 13:27:04 +0000 (22:27 +0900)]
[S.R.Serialization] fix some [InternalsVisibleTo]s.

9 years ago[DurableInstancing] forgot to add SRCore.cs
Atsushi Eno [Fri, 1 May 2015 07:02:14 +0000 (16:02 +0900)]
[DurableInstancing] forgot to add SRCore.cs

9 years agoSystem.Runtime.DurableInstancing switches to referencesource with revised deps.
Atsushi Eno [Fri, 1 May 2015 06:58:16 +0000 (15:58 +0900)]
System.Runtime.DurableInstancing switches to referencesource with revised deps.

This dll has been nothing but stub. The new dll just builds, unverified.

9 years agoadd InternalsVisibleTo(DurableInstancing) in ServiceModel.Internals.
Atsushi Eno [Fri, 1 May 2015 06:50:41 +0000 (15:50 +0900)]
add InternalsVisibleTo(DurableInstancing) in ServiceModel.Internals.

9 years ago[jit] Merge regalloc.c into mini-codegen.c.
Zoltan Varga [Fri, 1 May 2015 05:33:00 +0000 (01:33 -0400)]
[jit] Merge regalloc.c into mini-codegen.c.

9 years ago[jit] Print out floating point arguments as well in mono_print_ins_index ().
Zoltan Varga [Fri, 1 May 2015 05:31:19 +0000 (01:31 -0400)]
[jit] Print out floating point arguments as well in mono_print_ins_index ().

9 years agoRevert "[jit] Remove unused regalloc.c file."
Zoltan Varga [Fri, 1 May 2015 05:29:06 +0000 (01:29 -0400)]
Revert "[jit] Remove unused regalloc.c file."

This reverts commit 6c17420f98787df08e07ce12166d8aaa0ececf7d.

Revert this, the file is still used.

9 years ago[runtime] Remove unused wrapper dir.
Zoltan Varga [Fri, 1 May 2015 05:24:40 +0000 (01:24 -0400)]
[runtime] Remove unused wrapper dir.

9 years ago[jit] Remove unused regalloc.c file.
Zoltan Varga [Fri, 1 May 2015 05:16:55 +0000 (01:16 -0400)]
[jit] Remove unused regalloc.c file.

9 years ago[runtime] Remove --wapi option which depends on the unsupported shared handle support.
Zoltan Varga [Fri, 1 May 2015 05:12:31 +0000 (01:12 -0400)]
[runtime] Remove --wapi option which depends on the unsupported shared handle support.

9 years ago[jit] Remove unmaintained ssapre.c/h file.
Zoltan Varga [Fri, 1 May 2015 05:07:40 +0000 (01:07 -0400)]
[jit] Remove unmaintained ssapre.c/h file.

9 years ago[xbuild] Add missing files to EXTRA_DISTFILES to fix tarball
Alexander Köplinger [Fri, 1 May 2015 02:59:35 +0000 (04:59 +0200)]
[xbuild] Add missing files to EXTRA_DISTFILES to fix tarball

9 years ago[arm] Reorganize the argument passing code, implement support for HFA arguments on...
Zoltan Varga [Thu, 30 Apr 2015 22:36:12 +0000 (18:36 -0400)]
[arm] Reorganize the argument passing code, implement support for HFA arguments on armhf.

9 years agoMerge pull request #1753 from schani/feature-yet-more-sgen-improvements
Alex Rønne Petersen [Thu, 30 Apr 2015 21:07:11 +0000 (23:07 +0200)]
Merge pull request #1753 from schani/feature-yet-more-sgen-improvements

Yet more SGen improvements

9 years ago[corlib] Add legacy mobile apis
Marek Safar [Thu, 30 Apr 2015 13:02:24 +0000 (15:02 +0200)]
[corlib] Add legacy mobile apis