Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Merge changes from TFS #14

Merged
merged 1 commit into from
Feb 3, 2015
Merged

Merge changes from TFS #14

merged 1 commit into from
Feb 3, 2015

Conversation

dotnet-bot
Copy link

No description provided.

… 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]
ellismg added a commit that referenced this pull request Feb 3, 2015
@ellismg ellismg merged commit 34c2285 into dotnet:master Feb 3, 2015
@dotnet-bot dotnet-bot deleted the from-tfs branch February 3, 2015 06:23
richlander added a commit to richlander/coreclr that referenced this pull request Apr 8, 2015
Change pathing in documentation to match build update
BruceForstall pushed a commit to BruceForstall/coreclr that referenced this pull request Aug 4, 2016
jashook referenced this pull request in jashook/coreclr Dec 1, 2017
# This is the 1st commit message:

Remove CoreFX runtest dependency

This change will start using build-test.sh generatelayoutonly to build
the coreoverlay directory for use with runtest.sh.

# This is the commit message #2:

Missing ./

# This is the commit message #3:

Fix untar location

# This is the commit message #4:

Use portable builds

# This is the commit message #5:

Get ci green

# This is the commit message #6:

Small changes

# This is the commit message #7:

Small changes

# This is the commit message #8:

Small changes

# This is the commit message #9:

Add generateonly builds.sh

# This is the commit message #10:

Ensure correct test location

# This is the commit message #11:

netci change

# This is the commit message #12:

netci change

# This is the commit message #13:

Working on setting up build-test

# This is the commit message #14:

Remove generatelayoutonly

# This is the commit message #15:

Undo some of the changes to use generatelayoutonly

# This is the commit message #16:

Correctly remove build-test.sh invocation

# This is the commit message #17:

Fix build-test generatelayoutonly

# This is the commit message #18:

Fix a few netci issues
theaoqi added a commit to theaoqi/coreclr that referenced this pull request Jul 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants