platform/upstream/coreclr.git
9 years agoMerge pull request #41 from dotnet-bot/from-tfs
Matt Ellis [Wed, 4 Feb 2015 01:27:04 +0000 (17:27 -0800)]
Merge pull request #41 from dotnet-bot/from-tfs

Merge changes from TFS

9 years agoMove the windows unwinder code out of the debug folder.
Jan Vorlicek [Wed, 4 Feb 2015 00:02:18 +0000 (16:02 -0800)]
Move the windows unwinder code out of the debug folder.

It is a preparation for using the DAC unwinder code  as an unwinder
for the jitted code on Linux, because the jitter generates windows
style unwind info.
The unwinder is build as a static library and linked to mscordac.

[tfs-changeset: 1409640]

9 years agoMerge pull request #35 from SirCmpwn/fix-linux-build
Jan Vorlicek [Tue, 3 Feb 2015 23:19:03 +0000 (00:19 +0100)]
Merge pull request #35 from SirCmpwn/fix-linux-build

Fix error locating llvm-ar during build on Linux

9 years agoMerge pull request #38 from ramarag/GC_test
Rama krishnan Raghupathy [Tue, 3 Feb 2015 23:00:38 +0000 (15:00 -0800)]
Merge pull request #38 from ramarag/GC_test

Fixes #37 Missing Files to build GC stress Tests

9 years agoFix error locating llvm-ar during build on Linux
Drew DeVault [Tue, 3 Feb 2015 21:31:21 +0000 (14:31 -0700)]
Fix error locating llvm-ar during build on Linux

This manually locates the llvm toolchain and sets the relevant cmake
variables. The _CMAKE_TOOLCHAIN_PREFIX variable is internal and
undocumented and should probably be avoided.

9 years agoMissing Files to build GC stress Tests
Rama krishnan Raghupathy [Tue, 3 Feb 2015 22:05:49 +0000 (14:05 -0800)]
Missing Files to build GC stress Tests

9 years agoMerge pull request #32 from jasssonpet/master
Jan Kotas [Tue, 3 Feb 2015 21:58:45 +0000 (13:58 -0800)]
Merge pull request #32 from jasssonpet/master

Correct typos in paraminstanceapi.h

9 years agoUpdate link in PATENTS.txt
dotnet-bot [Tue, 3 Feb 2015 21:54:22 +0000 (13:54 -0800)]
Update link in PATENTS.txt

9 years agoCorrect typos in paraminstanceapi.h
Jason Zhekov [Tue, 3 Feb 2015 20:42:57 +0000 (22:42 +0200)]
Correct typos in paraminstanceapi.h

9 years agoMerge pull request #20 from ellismg/fix-mscorlib-warnings
Matt Ellis [Tue, 3 Feb 2015 19:15:38 +0000 (11:15 -0800)]
Merge pull request #20 from ellismg/fix-mscorlib-warnings

Fix mscorlib warnings.

9 years agoMerge pull request #21 from AlexGhiondea/master
Matt Ellis [Tue, 3 Feb 2015 19:15:34 +0000 (11:15 -0800)]
Merge pull request #21 from AlexGhiondea/master

Update copyright header

9 years agoMerge pull request #24 from DnlHarvey/patch-2
Matt Ellis [Tue, 3 Feb 2015 19:15:23 +0000 (11:15 -0800)]
Merge pull request #24 from DnlHarvey/patch-2

Update README.md

9 years agoUpdate README.md
Daniel Harvey [Tue, 3 Feb 2015 19:05:41 +0000 (11:05 -0800)]
Update README.md

- Fix the coreclr blog post to go to the right link.

9 years agoMerge pull request #19 from weshaggard/FixCMakeMessage
Gaurav Khanna [Tue, 3 Feb 2015 19:03:27 +0000 (11:03 -0800)]
Merge pull request #19 from weshaggard/FixCMakeMessage

Update the CMake requirement message in build.cmd.

9 years agoUpdate copyright header
dotnet-bot [Tue, 3 Feb 2015 18:27:36 +0000 (10:27 -0800)]
Update copyright header

9 years agoUpdate the CMake requirement message in build.cmd.
Wes Haggard [Tue, 3 Feb 2015 18:23:59 +0000 (10:23 -0800)]
Update the CMake requirement message in build.cmd.

9 years agoFix mscorlib warnings.
Matt Ellis [Tue, 3 Feb 2015 18:18:32 +0000 (10:18 -0800)]
Fix mscorlib warnings.

PinnableBufferCache uses some of the declaritive CAS attributes which
don't mean anything on CoreCLR. We had disabled this warning
internally, but this copy of the file is specific to open source and
we didn't disable it in this file.

This simply ports the change to disable this warning to mscorlib's
copy of the file.

9 years agoMerge pull request #18 from mmitche/update-job-names
Matt Mitchell [Tue, 3 Feb 2015 18:03:55 +0000 (18:03 +0000)]
Merge pull request #18 from mmitche/update-job-names

Update job names

9 years agoUpdate job names
Matt Mitchell [Tue, 3 Feb 2015 18:02:50 +0000 (10:02 -0800)]
Update job names

9 years agoMerge pull request #15 from xyziemba/master
Gaurav Khanna [Tue, 3 Feb 2015 13:00:32 +0000 (05:00 -0800)]
Merge pull request #15 from xyziemba/master

Parallelize Linux build by adding "-j `nproc`" to make

9 years agoMerge pull request #13 from ramarag/GC_test_build
Rama krishnan Raghupathy [Tue, 3 Feb 2015 07:29:55 +0000 (23:29 -0800)]
Merge pull request #13 from ramarag/GC_test_build

Enabling GC Stress test build

9 years agoParallelize Linux build by adding "-j `nproc`" to make
Xy Ziemba [Tue, 3 Feb 2015 07:18:05 +0000 (23:18 -0800)]
Parallelize Linux build by adding "-j `nproc`" to make

9 years agoMerge pull request #14 from dotnet-bot/from-tfs
Matt Ellis [Tue, 3 Feb 2015 06:18:23 +0000 (22:18 -0800)]
Merge pull request #14 from dotnet-bot/from-tfs

Merge changes from TFS

9 years agoThis change fixes a potential problem in unwinding on Linux. PUSH and POP instruction...
Lubomir Litchev [Tue, 3 Feb 2015 05:19:02 +0000 (21:19 -0800)]
This change fixes a potential problem in unwinding on Linux. PUSH and POP instructions were used to preserve RSI/RDI on the stack when stosd instructions are used to initialize the stack vars. These registers are used as the first two parameters to pass parameters to a callee.
The change makes sure there is a FrameRegisterUsed if these PUSH/POPs need to occur. If there is no FrameRegister, the unwinding, if attempted between the first PUSH and the last POP would cause incorrect unwinding of the stack.

SharedCodebaseChange: Yes
SharedCodebaseChangeRisk: Low

[tfs-changeset: 1409112]

9 years agoUpdate stress_run_readme.txt
Rama krishnan Raghupathy [Tue, 3 Feb 2015 00:54:25 +0000 (16:54 -0800)]
Update stress_run_readme.txt

typo

9 years agoMerge pull request #4 from ramarag/msic_test_cleanup
Rama krishnan Raghupathy [Tue, 3 Feb 2015 00:49:53 +0000 (16:49 -0800)]
Merge pull request #4 from ramarag/msic_test_cleanup

Changes to Miscellaneous test project and runtest

9 years agoMerge pull request #11 from dotnet-bot/from-tfs
Matt Mitchell [Tue, 3 Feb 2015 00:47:24 +0000 (00:47 +0000)]
Merge pull request #11 from dotnet-bot/from-tfs

Merge changes from TFS

9 years agoEnabling build of GC stress Test
Rama krishnan Raghupathy [Tue, 3 Feb 2015 00:17:40 +0000 (16:17 -0800)]
Enabling build of GC stress Test

9 years agoUpdate runtest.cmd
Rama krishnan Raghupathy [Tue, 3 Feb 2015 00:12:13 +0000 (16:12 -0800)]
Update runtest.cmd

9 years agoMerge pull request #12 from mmitche/build-status-table
Matt Mitchell [Mon, 2 Feb 2015 23:47:11 +0000 (23:47 +0000)]
Merge pull request #12 from mmitche/build-status-table

Add release build badge for linux now that it's working

9 years agoMerge pull request #10 from mmitche/linux-release-build
Matt Mitchell [Mon, 2 Feb 2015 23:19:39 +0000 (23:19 +0000)]
Merge pull request #10 from mmitche/linux-release-build

Linux release build

9 years agoMerge pull request #9 from mmitche/fix-out-of-dir-builds
Matt Mitchell [Mon, 2 Feb 2015 23:05:08 +0000 (23:05 +0000)]
Merge pull request #9 from mmitche/fix-out-of-dir-builds

Builds should work from non-root directories

9 years agoMerge pull request #5 from jkotas/master
Gaurav Khanna [Mon, 2 Feb 2015 22:26:32 +0000 (14:26 -0800)]
Merge pull request #5 from jkotas/master

Fix build breaks in GC sample project

9 years agoMerge pull request #3 from dotnet-bot/from-tfs
Gaurav Khanna [Mon, 2 Feb 2015 22:25:40 +0000 (14:25 -0800)]
Merge pull request #3 from dotnet-bot/from-tfs

Merge changes from TFS

9 years agoMerge pull request #7 from mmitche/build-status-table
Matt Mitchell [Mon, 2 Feb 2015 22:10:37 +0000 (22:10 +0000)]
Merge pull request #7 from mmitche/build-status-table

Build status table

9 years agoAdd release build badge for linux now that it's working
Matt Mitchell [Mon, 2 Feb 2015 22:03:40 +0000 (14:03 -0800)]
Add release build badge for linux now that it's working

9 years agoBuilds should work from non-root directories
Matt Mitchell [Mon, 2 Feb 2015 21:56:58 +0000 (13:56 -0800)]
Builds should work from non-root directories

9 years agoAdd a bit more logging and remove meaningless VBL_ROOT parameter
Matt Mitchell [Mon, 2 Feb 2015 21:45:11 +0000 (13:45 -0800)]
Add a bit more logging and remove meaningless VBL_ROOT parameter

9 years agoPass correct arguments to CMake for linux release build
Matt Mitchell [Mon, 2 Feb 2015 21:39:10 +0000 (13:39 -0800)]
Pass correct arguments to CMake for linux release build

9 years agoRemove old build status badge
Matt Mitchell [Mon, 2 Feb 2015 21:22:01 +0000 (13:22 -0800)]
Remove old build status badge

9 years agoReplace full build status badge with table
Matt Mitchell [Mon, 2 Feb 2015 21:10:47 +0000 (13:10 -0800)]
Replace full build status badge with table

9 years agoMerge pull request #6 from mmitche/build-status-badges
Matt Mitchell [Mon, 2 Feb 2015 18:56:52 +0000 (18:56 +0000)]
Merge pull request #6 from mmitche/build-status-badges

Add build status badge

9 years agoAdd build status badge
Matt Mitchell [Mon, 2 Feb 2015 16:15:04 +0000 (08:15 -0800)]
Add build status badge

9 years agoImprove flow of readme
Richard Lander [Sun, 1 Feb 2015 22:06:28 +0000 (14:06 -0800)]
Improve flow of readme

9 years agoUpdate buildtest.cmd
Rama krishnan Raghupathy [Sun, 1 Feb 2015 01:30:44 +0000 (17:30 -0800)]
Update buildtest.cmd

deleted a new line

9 years agoMaking style changes from PR feedback
Rama krishnan Raghupathy [Sun, 1 Feb 2015 01:13:57 +0000 (17:13 -0800)]
Making style changes from PR feedback

9 years agoFix build breaks in GC sample project
Jan Kotas [Sat, 31 Jan 2015 05:10:22 +0000 (21:10 -0800)]
Fix build breaks in GC sample project

9 years agoReplaced compiler option to disabled all warnings in Linux build by options for expli...
Jan Vorlicek [Sat, 31 Jan 2015 09:26:55 +0000 (01:26 -0800)]
Replaced compiler option to disabled all warnings in Linux build by options for explicit disabling of specific warnings.
Fixed warnings that were not possible to disable (those that have no identifier) and few other trivial ones.
We will need to revisit the warnings fix as many as we reasonably can.

[tfs-changeset: 1408205]

9 years agoChanges to Miscellaneous test project and runtest
Rama krishnan Raghupathy [Sat, 31 Jan 2015 03:03:59 +0000 (19:03 -0800)]
Changes to Miscellaneous test project and runtest

9 years agoMerge pull request #2 from dotnet-bot/from-tfs
Matt Ellis [Sat, 31 Jan 2015 02:29:00 +0000 (18:29 -0800)]
Merge pull request #2 from dotnet-bot/from-tfs

Merge changes from TFS

9 years agoUpdate for copyright.
dotnet-bot [Sat, 31 Jan 2015 01:00:49 +0000 (17:00 -0800)]
Update for copyright.

[tfs-changeset: 1408109]

9 years agoported a fix for AV
Maoni Stephens [Sat, 31 Jan 2015 00:44:15 +0000 (16:44 -0800)]
ported a fix for AV

[tfs-changeset: 1408093]

9 years agoUpdated instructions with more explanation on how long to run stress for
Maoni Stephens [Sat, 31 Jan 2015 00:01:28 +0000 (16:01 -0800)]
Updated instructions with more explanation on how long to run stress for

[tfs-changeset: 1408043]

9 years agoMerge pull request #1 from dotnet-bot/from-tfs
Matt Ellis [Fri, 30 Jan 2015 23:52:30 +0000 (15:52 -0800)]
Merge pull request #1 from dotnet-bot/from-tfs

Merge changes from TFS

9 years agoAdd test for mscorlib.
Alex Ghiondea [Fri, 30 Jan 2015 23:09:01 +0000 (15:09 -0800)]
Add test for mscorlib.

The test will use Roslyn to compile a simple program.

[tfs-changeset: 1408001]

9 years agoInitial commit to populate CoreCLR repo
dotnet-bot [Fri, 30 Jan 2015 22:14:42 +0000 (14:14 -0800)]
Initial commit to populate CoreCLR repo

[tfs-changeset: 1407945]