1. 4edcc86 [heap] Throw OOM when allocating FixedDoubleArrays with negative length by Simon Zünd · 7 years ago
  2. 43b9277 Update V8 DEPS. by v8-ci-autoroll-builder · 7 years ago
  3. d9b59c7 [mips][builtin] Improve CallApiCallback calling convention. by Yu Yin · 7 years ago
  4. df7eb1d unified-heap: Add GN flag for full heap snapshots by Michael Lippautz · 7 years ago
  5. c5d25ec [torque-ls] Allow compilation of plain std::string inputs by Simon Zünd · 7 years ago
  6. c805761 Add dsymutil as a mac cipd dependency. by Yang Guo · 7 years ago
  7. 2f79d68 Deprecate MicrotasksCompletedCallback in favor to use *WithData version by tzik · 7 years ago
  8. fc4b19a Revert "Update V8 DEPS." by Yang Guo · 7 years ago
  9. 83fa171 Update V8 DEPS. by v8-ci-autoroll-builder · 7 years ago
  10. 408dddc [Intl] Add perf tests for case insensitive test by Frank Tang · 7 years ago
  11. 6d1913f Torquefy a few simple types by Z Duong Nguyen-Huu · 7 years ago
  12. 5f4f57e [wasm] Fix out-of-bound behavior for bulk ops by Ben Smith · 7 years ago
  13. d077f9b fix syntax error in python2 code by Vadim Gorbachev (bmsdave) · 7 years ago
  14. 8c9b812 [testrunner] remove duplicate word from prompt by Tamer Tas · 7 years ago
  15. acea9fb DescriptorArray allocation uses AllocationType. by Hannes Payer · 7 years ago
  16. f4e322c [wasm] correct Table limit by Sven Sauleau · 7 years ago
  17. 7c89c29 [typedarray] Port TypedArray#filter to Torque. by peterwmwong · 7 years ago
  18. e4bff22 [wasm] Reduce number of background compile scopes by Clemens Hammacher · 7 years ago
  19. 2222a9d6 [Builtins] Array.prototype.reduce missing length check by Mike Stanton · 7 years ago
  20. 7103c19 PPC/s390: [arm][turbofan] Implement on-stack returns. by Junliang Yan · 7 years ago
  21. 15925e5 [wasm] Fix import of reexported API function by Ben L. Titzer · 7 years ago
  22. bcf0c32 [heap] AllocateRawWithRetryOrFail is using AllocationType. by Hannes Payer · 7 years ago
  23. cbc18b1 [heap] Introduce AllocationType and use it in Heap::AllocateRaw. by Hannes Payer · 7 years ago
  24. 037ff2b [heap] Decouple the max semi-space size from the page size by Ulan Degenbaev · 7 years ago
  25. 676a020 [turbofan] representation selection: do not convert from Boolean to Number without truncation by Tobias Tebbi · 7 years ago
  26. 5e71633 [arm, arm64] Setup arguments to RecordWriteStub using `mov`. by Pierre Langlois · 7 years ago
  27. e00f2de [torque-ls] Properly decode file URIs sent by the client by Simon Zünd · 7 years ago
  28. 3bcc479 Update V8 DEPS. by v8-ci-autoroll-builder · 7 years ago
  29. f8acd89 Specify the Python executable on the command line in gm.py by Bill Ticehurst · 7 years ago
  30. b713252 Revert "[wasm simd] Fix F32x4 Min and Max" by Deepti Gandluri · 7 years ago
  31. 821bc64 [wasm simd] Fix F32x4 Min and Max by Bill Budge · 7 years ago
  32. a3ac513 [wasm] Implement passive element binary format by Ben Smith · 7 years ago
  33. fee068b Cleanup interrupt tracing in HandleInterrupts(). by Deepti Gandluri · 7 years ago
  34. 6eb66e1 Revert "Remove builtin-function-id in SFI" by Yang Guo · 7 years ago
  35. f8a6767 Remove builtin-function-id in SFI by Z Duong Nguyen-Huu · 7 years ago
  36. cbf8119 [zone] Avoid undefined behavior in edge case by David Benjamin · 7 years ago
  37. 37ff95a Move empty elements canonicalization from call sites of by Irina Yatsenko · 7 years ago
  38. f35ad6e [torque-ls] Port tests from cctest to unittest by Simon Zünd · 7 years ago
  39. 1744803 [ptr-compr] Prepare for changing kTaggedSize, pt.3 by Igor Sheludko · 7 years ago
  40. 6422aa9 [modules] Make debug-scopes handle synthetic variables by Georg Neis · 7 years ago
  41. 21f75f9 [heap] Reduce regular heap object size limit to half of the page size by Ulan Degenbaev · 7 years ago
  42. 438eee8 [torque-ls] add option to trace communication from client by Tobias Tebbi · 7 years ago
  43. f5ab507 [js-perf-test] Add TypedArray#filter micro-benchmark by peterwmwong · 7 years ago
  44. d2a0df3 [torque] Add SourcePosition field to TypeAlias by Simon Zünd · 7 years ago
  45. acdaa4c [typedarray] Port TypedArray#slice to Torque. by peterwmwong · 7 years ago
  46. 683cf6f [cleanup] Remove obsolete "one byte data hint" for strings. by Benedikt Meurer · 7 years ago
  47. 4633c78 [ptr-compr][heap] Make all map checks pointer compression friendly by Igor Sheludko · 7 years ago
  48. 722c4c8 Simplify TFC builtins definitions by Sven Sauleau · 7 years ago
  49. 980e0d3 [api] Add new configuration change methods by Dan Elphick · 7 years ago
  50. 505a26f [cleanup] Remove unused CollectTopFrameForICStats by Dan Elphick · 7 years ago
  51. 31a3cfb [Test] Add PrepareForOptimization to mjsunit/compiler by Ross McIlroy · 7 years ago
  52. f507e22 Revert "[gn] use relative paths for gtest and gmock" by Sigurd Schneider · 7 years ago
  53. 237236b [runtime] Remove unused SparseJoinWithSeparator and StringBuilderJoin runtime helpers. by peterwmwong · 7 years ago
  54. 40bdd54 [cleanup] Delete BytecodeArray functions with no impl by Dan Elphick · 7 years ago
  55. 285dc86 [MIPS][Deserialize] Fix deserialize off heap target. by Yu Yin · 7 years ago
  56. 131f4a3 [gn] use relative paths for gtest and gmock by Yang Guo · 7 years ago
  57. 420bc3e [MIPS] Remove function QuietNaN. by Yu Yin · 7 years ago
  58. f93aef8 [instruction-selector-mips64] Add missing CanCover check by Yu Yin · 7 years ago
  59. 8dd8bd5 [cleanup] Refactor CodeStubAssembler::NewConsString(). by Benedikt Meurer · 7 years ago
  60. 0edcb22 [torque-ls] Fix Json serialization by Simon Zünd · 7 years ago
  61. df1279b Update V8 DEPS. by v8-ci-autoroll-builder · 7 years ago
  62. efafc8e Update V8 DEPS. by v8-ci-autoroll-builder · 7 years ago
  63. 9c47bb6 Update V8 DEPS. by v8-ci-autoroll-builder · 7 years ago
  64. f8aaf98 Add missing explicit instantiation declarations by Anton Bikineev · 7 years ago
  65. 9405fcf Ignore cache flush when running V8 arm64 backend under simulator by Tom Tan · 7 years ago
  66. c0eb72e [scanner] Tweak ScanNumber by Toon Verwaest · 7 years ago
  67. ab24897 [fni] Mark computed props as computed, not anonymous function by Sathya Gunasekaran · 7 years ago
  68. 368f55b [Inspector] Add tests for Runtime domain by Jeff Fisher · 7 years ago
  69. cc5808c [arm64] Port the skipping of arguments adaptor frames. by Georgia Kouveli · 7 years ago
  70. 5bdb6b8 Replace assertErrorMessage in mjsunit test by Sven Sauleau · 7 years ago
  71. 2ddc26f [cleanup] Switch DeserializerAllocator to use Heap more directly. by Maciej Goszczycki · 7 years ago
  72. e5ec83f Fixing SourcePosition ambiguity by Daniel Bratell · 7 years ago
  73. 7d971fb [builtins] FastCreateDataProperty avoids runtime calls by Mike Stanton · 7 years ago
  74. a66712d [torque] give field layout macros names that refer to Torque by Tobias Tebbi · 7 years ago
  75. 77434fb [torque-ls] Add source positions for constant definitions by Simon Zünd · 7 years ago
  76. d5ef815 [test] Pull exit-code logic to shared base runner by Michael Achenbach · 7 years ago
  77. e97dfa6 [torque] convert a handful of simple class layout definitions to Torque by Seth Brenith · 7 years ago
  78. d71374b PPC/s390: [arm] Port the skipping of arguments adaptor frames. by Junliang Yan · 7 years ago
  79. c8d0dae [torque-ls] Adding a required header needed for sorting by Milad Farazmand · 7 years ago
  80. c924896 [mjsunit] Skip test on ARM by Sigurd Schneider · 7 years ago
  81. 6b8f202 [build] Switch off goma on gcc trybots by Michael Achenbach · 7 years ago
  82. 40c9cce [Torque] Move some TypedArray builtins to Torque by Mike Stanton · 7 years ago
  83. 7eae3a6 [torque] Update README.md for the extension to include build step by Simon Zünd · 7 years ago
  84. 756fdf6 [torque-ls][cleanup] JsonValue accessors are now checked by Simon Zünd · 7 years ago
  85. a83523d [scanner] Reuse SkipSingleLineComment in SkipSourceURLComment by Toon Verwaest · 7 years ago
  86. 70a7287 [tools] Fix gdbinit cast error by Ben L. Titzer · 7 years ago
  87. dd23f2f [wasm][interpreter] Support calls to imported JS functions in cctests by Andreas Haas · 7 years ago
  88. 06770ce Mark a non-primary path of ExtractHandlerContext as deferred by tzik · 7 years ago
  89. 7eaaab2 [MIPS] fix build error. by Yu Yin · 7 years ago
  90. 8e0b2d1 [wasm] Remove compile job when finishing the module by Clemens Hammacher · 7 years ago
  91. a6426cb [testrunner] remove the extra characters in progress indicator by Tamer Tas · 7 years ago
  92. 9911fd1 [torque-ls] Add prototype language server implementation for Torque by Simon Zünd · 7 years ago
  93. 3f8b031 [zone] Remove segment pooling from accounting allocator by Clemens Hammacher · 7 years ago
  94. 803ad32 Reland "Optimize `in` operator" by Matt Gardner · 7 years ago
  95. b8c79ff Update V8 DEPS. by v8-ci-autoroll-builder · 7 years ago
  96. 6141741 [DevTools] Roll of inspector protocol ... by Johannes Henkel · 7 years ago
  97. 75d972a Move Assembler::AbortedCodeGeneration() from .h to .cc for arm64 by Tom Tan · 7 years ago
  98. b0bcd45 [heap] Isolate read-only space creation by Maciej Goszczycki · 7 years ago
  99. 506f79b [scanner] Remove superfluous cases from switch in ScanEscape by Toon Verwaest · 7 years ago
  100. 3ce662f [cleanup] Make MentionedObjectCache GC-safe by Dan Elphick · 7 years ago