Skip to content

README: github.com/OracleLabs/GraalVM is deprecated. #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2016

Conversation

zapster
Copy link
Member

@zapster zapster commented Jan 21, 2016

Update of #7

@smarr smarr merged commit b6d745e into oracle:master Jan 21, 2016
@zapster zapster deleted the patch-1 branch February 5, 2016 13:38
dougxc pushed a commit that referenced this pull request Apr 7, 2016
…n-registration to master

Contributed by Stefan Marr <[email protected]>

* commit '12740cc59a324b3543a67a03ed711024a8951264':
  Add support for incremental compilation to Instrument registration
graalvmbot pushed a commit that referenced this pull request Apr 26, 2019
…x/installer_upgrade_noreinst to feature/installer_multi_versions

* commit '3d88cff9280198329edde52258c33f0a7aa366a9':
  [GR-15468] Do not reinstall modules into the same installation
XiaohongGong pushed a commit to XiaohongGong/graal that referenced this pull request Feb 24, 2020
This patch adds the following match rules to generate bitfield
move instruction on AArch64:
* (RightShift (LeftShift value a) b)         -> SBFX/SBFIZ
* (UnsignedRightShift (LeftShift value a) b) -> UBFX/UBFIZ
* (LeftShift (SignExtend value) a)           -> SBFIZ
Eg:
  lsl    w0, w1, oracle#8
  asr    w0, w0, oracle#15
is optimized to:
  sbfx   w0, w1, oracle#7, oracle#17

It also adds the rules to integrate the ZeroExtend with unsigned
bitfield move operation.
Eg:
  ubfiz  w0, w1, oracle#5, oracle#12
  and    x0, x0, #0xffffffff
is optimized to:
  ubfiz  x0, x1, oracle#5, oracle#12

Change-Id: I2b635d4895db0d5f4c30630176f336e9a226ccaf
johanvos pushed a commit to johanvos/graal that referenced this pull request Sep 17, 2021
jerboaa pushed a commit to jerboaa/graal that referenced this pull request Aug 29, 2024
…date

Backport: [GR-55064] Update LIBFFI to 3.4.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants