diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-08 18:30:47 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-08 18:30:47 +0000 |
commit | 8a2e54dc3206e9ede4883a39d9dd936b1c596a17 (patch) | |
tree | c8352a0a254788c6b8479d05e0f834f098c0a9da /DEPS | |
parent | 33a5f8394265770bcdcae152a7e9635572fe6e09 (diff) | |
download | chromium_src-8a2e54dc3206e9ede4883a39d9dd936b1c596a17.zip chromium_src-8a2e54dc3206e9ede4883a39d9dd936b1c596a17.tar.gz chromium_src-8a2e54dc3206e9ede4883a39d9dd936b1c596a17.tar.bz2 |
NaCl: Update revision in DEPS, r11624 -> r11688
This pulls in the following Native Client changes:
r11625: (shcherbina) Rename targeted validator test for RESTRICTED_REGISTER preservation bug.
r11626: (shcherbina) Split validator targeted tests for legacy instructions into nicer chunks.
r11627: (shcherbina) Split some of validator targeted tests into nicer chunks.
r11628: (shcherbina) Split some more validator targeted tests into nicer chunks.
r11629: (jvoung) Update PNaCl rev from 11613 to 11623
r11630: (dschuff) Remove build of gold from hg, remove hg code in driver, build.sh and common-tools.sh
r11631: (eliben) Bump clang revision in pnacl/DEPS. Pulls:
r11632: (eliben) Bump LLVM revision in pnacl/DEPS.
r11633: (shcherbina) Split even more RDFA targeted tests into nicer chunks.
r11634: (shcherbina) Split few particularly annoying testcases in RDFA targeted tests into nicer chunks.
r11635: (shcherbina) Split some prefix-related RDFA targeted tests into nicer chunks.
r11636: (jvoung) Add a basic test of VLAs in loops to indirectly test llvm.stacksave/restore.
r11637: (jvoung) Cleanup for vla test added in r11636.
r11638: (jvoung) Skip checking of llvm.nacl.target.arch intrinsic while building translator.
r11639: (dschuff) Update ARM perf expectations
r11640: (eliben) Roll LLVM and binutils revs in pnacl/DEPS. Pulls in:
r11641: (jvoung) Stop including pnacl.h in the SDK
r11642: (eliben) Roll LLVM in pnacl/DEPS. Pulls in:
r11643: (mseaborn) libpthread: Switch to using the IRT's futex interface
r11644: (mseaborn) PNaCl: Update LLVM revision in pnacl/DEPS
r11645: (shcherbina) Detect duplicate legacy prefixes in text-based spec.
r11646: (shcherbina) Switch targeted spec_val tests to use content of @dis section instead of output of RDFA decoder.
r11647: (shcherbina) Remove comments from validator targeted test.
r11648: (shcherbina) Explicitly comment tzcnt instructions in validator targeted tests.
r11649: (shcherbina) Factor out operand processing into separate functions in text-based validator spec.
r11650: (shcherbina) Split xchg_with_special_regs targeted validator test into nicer chunks.
r11651: (shcherbina) Add targeted validator test clarifying how xchg does not zero-extend its first operand.
r11652: (mseaborn) PNaCl: Update LLVM revision in pnacl/DEPS
r11653: (eliben) Teach pnacl-nm to handle PNaCl bitcode files.
r11654: (halyavin) Fix possible crash in AllocArgs.
r11655: (eliben) PNaCl: Update LLVM revision in pnacl/DEPS
r11656: (eliben) Refactor tests that use named temporary files.
r11657: (shcherbina) Add some zero-extending instructions to text-based spec.
r11658: (shcherbina) Minor changes to text-based validator spec.
r11659: (shcherbina) Support special instruction in text-based spec.
r11660: (eliben) Fix flag parsing in pnacl-nm.
r11661: (eliben) PNaCl: Update LLVM revision in pnacl/DEPS
r11662: (jvoung) Add more test cases to run_llvm_math_intrinsics_test.
r11663: (phosek) Replaces VmmapEntryType with a reference to the underlying host descriptor
r11664: (phosek) Enable DynArray test
r11665: (kschimpf) Roll pnacl llvm rev.
r11666: (mseaborn) Move query for irt_blockhook interface to nacl_register_gc_hooks()
r11667: (shcherbina) Add lea support to text-based validator spec.
r11668: (shcherbina) Add support for MOVD, MOVSX, MOVSXD, MOVZX to text-based spec.
r11669: (shcherbina) Add more instructions to text-based spec.
r11670: (shcherbina) Fix bug with non-zero-extending modifications to %esp and %ebp in text-based spec.
r11671: (jvoung) Update PNaCl LLVM DEPS.
r11672: (mseaborn) Remove the unused variable "__libnacl_irt_dyncode" and IRT query
r11673: (mseaborn) newlib: Fix <sys/mman.h> to be #includable on its own without errors
r11674: (mseaborn) [MIPS] Switch the script to use packages from Debian Wheezy
r11675: (kschimpf) Roll pnacl llvm rev.
r11676: (kschimpf) Roll pnacl llvm rev.
r11677: (jvoung) Update PNaCl from 11623 -> 11671.
r11678: (eliben) Update LLVM revision in pnacl/DEPS
r11679: (jvoung) Skip pnacl-finalize for gcc torture tests that skip ABI verification.
r11680: (bsy) Fix error handling code to eliminate freeing uninitialized pointers.
r11681: (mseaborn) Fix declaration of getpagesize() to use standard return type (int)
r11682: (shcherbina) Add CMOV support to text-based validator spec.
r11683: (shcherbina) Add missing @dis field to one targeted test.
r11684: (shcherbina) Support conversion instructions in text-based spec.
r11685: (shcherbina) Make text-based validator spec more robust against objdump decoding errors.
r11686: (shcherbina) Add mul and div to text-based spec.
r11687: (mseaborn) Update PNaCl and newlib+gcc+x86 toolchains to r11681 for getpagesize() fix
r11688: (shcherbina) Add push and pop to text-based spec.
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/18080020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ vars = { "chromium_git": "https://chromium.googlesource.com", "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "swig_revision": "69281", - "nacl_revision": "11624", + "nacl_revision": "11688", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev |