[前][次][スレッド一覧][上]

ruby-changes:73201-73300

  73201 2022-08-30 01:00 [ko1@a...            ] 90137f5194 (master): Implement PosMarker instruction (https://github.com/Shopify/ruby/pull/328)
  73202 2022-08-30 01:00 [ko1@a...            ] f5f58d8283 (master): Update disasm to work on ARM (https://github.com/Shopify/ruby/pull/331)
  73203 2022-08-30 01:00 [ko1@a...            ] b3cd7a9cd3 (master): Fix some of the codegen.rs tests (https://github.com/Shopify/ruby/pull/327)
  73204 2022-08-30 01:00 [ko1@a...            ] 8259813bc3 (master): Temporarily simplify code for emit_conditional_jump to fix a bug
  73205 2022-08-30 01:00 [ko1@a...            ] f833d75bee (master): Refactor YJIT branches to use PosMarker (https://github.com/Shopify/ruby/pull/333)
  73206 2022-08-30 01:00 [ko1@a...            ] db84d2921f (master): BLR instruction for AArch64 (https://github.com/Shopify/ruby/pull/325)
  73207 2022-08-30 01:00 [ko1@a...            ] f09fd032d8 (master): Assert not the same register in AArch64
  73208 2022-08-30 01:00 [ko1@a...            ] 10d50031e6 (master): AArch64 frames (https://github.com/Shopify/ruby/pull/324)
  73209 2022-08-30 01:00 [ko1@a...            ] c9484fe0c1 (master): Fix push/pop and frame setup/teardown with Kevin & Alan
  73210 2022-08-30 01:00 [ko1@a...            ] fd97f8ebc7 (master): Use frame_setup() and frame_teardown()
  73211 2022-08-30 01:02 [ko1@a...            ] e9a2effd74 (master): Enable more btests in the CI workflows (https://github.com/Shopify/ruby/pull/334)
  73212 2022-08-30 01:02 [ko1@a...            ] 70e117d512 (master): Fixes (https://github.com/Shopify/ruby/pull/336)
  73213 2022-08-30 01:03 [ko1@a...            ] 76b05ba9e8 (master): Better splitting for Op::Test on AArch64 (https://github.com/Shopify/ruby/pull/335)
  73214 2022-08-30 01:03 [ko1@a...            ] 477c2df3fa (master): Work on opt_lt, fix x86 backend bug in cmp()
  73215 2022-08-30 01:03 [ko1@a...            ] b1ed4d9b94 (master): Port and test duparray and splatarray (https://github.com/Shopify/ruby/pull/337)
  73216 2022-08-30 01:03 [ko1@a...            ] b1dbc5f1a6 (master): Fix crash in newhash ccall
  73217 2022-08-30 01:03 [ko1@a...            ] 13e5b56a5d (master): Fixes (https://github.com/Shopify/ruby/pull/340)
  73218 2022-08-30 01:03 [ko1@a...            ] e9f9b8f43b (master): Fix bug with opt_lt, csel on x86
  73219 2022-08-30 01:03 [ko1@a...            ] f593b2c6db (master): Fixes for AArch64 (https://github.com/Shopify/ruby/pull/338)
  73220 2022-08-30 01:03 [ko1@a...            ] 96303342e4 (master): Enable more btests 
  73221 2022-08-30 01:03 [ko1@a...            ] 7e22ec7439 (master): Clear the icache on arm
  73222 2022-08-30 01:03 [ko1@a...            ] e131b217cf (master): Test --yjit-stats in our CI workflows
  73223 2022-08-30 01:03 [ko1@a...            ] 4024553d13 (master): Add ifdef to clear cache
  73224 2022-08-30 01:03 [ko1@a...            ] 813df1f27a (master): Add LiveReg IR instruction to fix stats leave exit code (https://github.com/Shopify/ruby/pull/341)
  73225 2022-08-30 01:03 [ko1@a...            ] c9a947e5d8 (master): Port and test checkkeyword (https://github.com/Shopify/ruby/pull/339)
  73226 2022-08-30 01:03 [ko1@a...            ] 133ad38777 (master): Fix CI workflows   
  73227 2022-08-30 01:03 [ko1@a...            ] 8617bac950 (master): Fix IncrCounter on ARM
  73228 2022-08-30 01:03 [ko1@a...            ] 2d9b98f9bc (master): Fix a bug in the x86 backend wrt large integer values, enable more tests
  73229 2022-08-30 01:03 [ko1@a...            ] 4b1ab009c4 (master): Port the YJIT defined opcode; fix C_ARG_REGS (https://github.com/Shopify/ruby/pull/342)
  73230 2022-08-30 01:03 [ko1@a...            ] 869b0ba6e0 (master): Minor cleanups (https://github.com/Shopify/ruby/pull/345)
  73231 2022-08-30 01:03 [ko1@a...            ] 45da697450 (master): Push first pass at SSA IR sketch
  73232 2022-08-30 01:03 [ko1@a...            ] 0823260546 (master): Implement iterators and double-linked list for IR SSA
  73233 2022-08-30 01:03 [ko1@a...            ] dea4238544 (master): Port gen_concatstring to new backend IR (https://github.com/Shopify/ruby/pull/350)
  73234 2022-08-30 01:03 [ko1@a...            ] 6ab71a8598 (master): Port gen_checktype to the new IR assembler backend (https://github.com/Shopify/ruby/pull/343)
  73235 2022-08-30 01:03 [ko1@a...            ] b2d255ad3c (master): A64: Fix off by one in offset encoding for BL (https://github.com/Shopify/ruby/pull/344)
  73236 2022-08-30 01:03 [ko1@a...            ] 330c9e9850 (master): Port anytostring, intern, and toregexp (https://github.com/Shopify/ruby/pull/348)
  73237 2022-08-30 01:03 [ko1@a...            ] a75a6f7d7a (master): Remove empty lines 
  73239 2022-08-30 01:03 [ko1@a...            ] 1446e22aeb (master): Port setglobal to the new backend (https://github.com/Shopify/ruby/pull/347)
  73240 2022-08-30 01:03 [ko1@a...            ] a674b8d8a1 (master): Port class variable instructions (https://github.com/Shopify/ruby/pull/346)
  73241 2022-08-30 01:04 [ko1@a...            ] ca68ccdadd (master): Fix C call reg alloc bug reported by Noah & Kokubun
  73242 2022-08-30 01:04 [ko1@a...            ] a95422a691 (master): Binary OR instruction for the IR (https://github.com/Shopify/ruby/pull/355)
  73243 2022-08-30 01:04 [ko1@a...            ] 9db2ca723c (master): Add 1 more allocatable reg on arm
  73244 2022-08-30 01:04 [ko1@a...            ] fe172aac04 (master): Convert getinstancevariable to new backend IR (https://github.com/Shopify/ruby/pull/352)
  73245 2022-08-30 01:04 [ko1@a...            ] ddee4d3af8 (master): Opnd::Value fixes (https://github.com/Shopify/ruby/pull/354)
  73246 2022-08-30 01:04 [ko1@a...            ] 24ddc07d6e (master): Fix live_ranges idx calculation (https://github.com/Shopify/ruby/pull/353)
  73247 2022-08-30 01:04 [ko1@a...            ] 4539c21367 (master): Port gen_send_cfunc to the new backend (https://github.com/Shopify/ruby/pull/357)
  73248 2022-08-30 01:04 [ko1@a...            ] c91a44cba4 (master): Fix forward_pass usage in arm backend following John's PR
  73251 2022-08-30 01:05 [ko1@a...            ] d63b3e43bd (master): Enable test_thread.rb on arm, now working
  73252 2022-08-30 01:05 [ko1@a...            ] db22a560a4 (master): Port gen_opt_str_freeze to new backend IR (https://github.com/Shopify/ruby/pull/366)
  73253 2022-08-30 01:05 [ko1@a...            ] 74527a764d (master): Port send-only insns and write tests (https://github.com/Shopify/ruby/pull/360)
  73254 2022-08-30 01:05 [ko1@a...            ] dcb6fc16e5 (master): Port opt_mod to the new backend IR (https://github.com/Shopify/ruby/pull/363)
  73255 2022-08-30 01:05 [ko1@a...            ] a55a3f8ad1 (master): Port opt_minus, opt_or, and opt_and to the new IR (https://github.com/Shopify/ruby/pull/364)
  73256 2022-08-30 01:05 [ko1@a...            ] 7908eabf6f (master): Port setivar to the new backend IR (https://github.com/Shopify/ruby/pull/362)
  73257 2022-08-30 01:05 [ko1@a...            ] e24037267f (master): Add Opnd::None error message to x86 backend as well
  73258 2022-08-30 01:05 [ko1@a...            ] 8278d72290 (master): Left and right shift for IR (https://github.com/Shopify/ruby/pull/374)
  73259 2022-08-30 01:05 [ko1@a...            ] 2429635bc7 (master): Port send to the new backend and test it (https://github.com/Shopify/ruby/pull/373)
  73260 2022-08-30 01:05 [ko1@a...            ] a375784275 (master): Use new assembler to support global invalidation on A64
  73261 2022-08-30 01:05 [ko1@a...            ] 2b85295d28 (master): Port objtostring to the new backend (https://github.com/Shopify/ruby/pull/369)
  73262 2022-08-30 01:05 [ko1@a...            ] 85d6d76e41 (master): Enable test_insns.rb on arm
  73263 2022-08-30 01:05 [ko1@a...            ] a5ea577cc6 (master): Update flags for data processing on ARM (https://github.com/Shopify/ruby/pull/380)
  73264 2022-08-30 01:05 [ko1@a...            ] 0a680912e9 (master): x86 TEST should do a load for mem opnds first (https://github.com/Shopify/ruby/pull/368)
  73265 2022-08-30 01:05 [ko1@a...            ] 46822ee13f (master): Enable btests now passing on arm (https://github.com/Shopify/ruby/pull/378)
  73266 2022-08-30 01:05 [ko1@a...            ] 726a451955 (master): Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/ruby/pull/375)
  73267 2022-08-30 01:05 [ko1@a...            ] 8fffff536d (master): More concise csel with Into
  73268 2022-08-30 01:05 [ko1@a...            ] b8846dd2f8 (master): Load mem displacement when necessary on AArch64 (https://github.com/Shopify/ruby/pull/382)
  73269 2022-08-30 01:05 [ko1@a...            ] ffdd09e22a (master): Port opt_eq and opt_neq to the new backend (https://github.com/Shopify/ruby/pull/371)
  73270 2022-08-30 01:05 [ko1@a...            ] e06c86fada (master): Port opt_str_uminus to new backend IR (https://github.com/Shopify/ruby/pull/370)
  73271 2022-08-30 01:07 [ko1@a...            ] cd7506593a (master): Fix tests on yjit_backend_ir for AArch64 backend (https://github.com/Shopify/ruby/pull/383)
  73272 2022-08-30 01:07 [ko1@a...            ] 3f42028e3e (master): Iterator (https://github.com/Shopify/ruby/pull/372)
  73273 2022-08-30 01:07 [ko1@a...            ] 32d9eef562 (master): Enable test_literal.rb and test_ractor.rb on arm
  73274 2022-08-30 01:07 [ko1@a...            ] 668b99b43b (master): Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pull/381)
  73275 2022-08-30 01:07 [ko1@a...            ] 49c9f893f8 (master): Port expandarray to the new backend IR (https://github.com/Shopify/ruby/pull/376)
  73276 2022-08-30 01:07 [ko1@a...            ] ca2afba4a7 (master): Port the remaining method types in opt_send_without_block (https://github.com/Shopify/ruby/pull/390)
  73277 2022-08-30 01:07 [ko1@a...            ] 6b9cec78a1 (master): Port cfunc lookup, plus simpler cfunc generators. (https://github.com/Shopify/ruby/pull/388)
  73278 2022-08-30 01:07 [ko1@a...            ] 8c45b8a989 (master): Update asm comments for gen_send_iseq
  73279 2022-08-30 01:07 [ko1@a...            ] cad35fb25c (master): Try to run make -j in CI backend tests (https://github.com/Shopify/ruby/pull/386)
  73280 2022-08-30 01:07 [ko1@a...            ] e5969f8587 (master): Port invokesuper to the new backend IR (https://github.com/Shopify/ruby/pull/391)
  73281 2022-08-30 01:07 [ko1@a...            ] ee1697ee07 (master): Port opt_aref and opt_aset to the new backend IR (https://github.com/Shopify/ruby/pull/387)
  73282 2022-08-30 01:07 [ko1@a...            ] df84832c75 (master): Port getblockparamproxy and getblockparam (https://github.com/Shopify/ruby/pull/394)
  73283 2022-08-30 01:07 [ko1@a...            ] 1cafb1a7a6 (master): Prefer asm.store over asm.mov (https://github.com/Shopify/ruby/pull/385)
  73284 2022-08-30 01:07 [ko1@a...            ] b54643d13a (master): Handle out of memory tests (https://github.com/Shopify/ruby/pull/393)
  73285 2022-08-30 01:07 [ko1@a...            ] 5a76a15a0f (master): YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405)
  73286 2022-08-30 01:07 [ko1@a...            ] 7f4ab24f2b (master): Op::Xor for backend IR (https://github.com/Shopify/ruby/pull/397)
  73287 2022-08-30 01:07 [ko1@a...            ] ff3f1d15d2 (master): Optimize bitmask immediates (https://github.com/Shopify/ruby/pull/403)
  73288 2022-08-30 01:07 [ko1@a...            ] 2f9df46654 (master): Use bindgen for old manual extern declarations (https://github.com/Shopify/ruby/pull/404)
  73289 2022-08-30 01:07 [ko1@a...            ] b735eb5ef3 (master): Instruction builders for backend IR (https://github.com/Shopify/ruby/pull/410)
  73290 2022-08-30 01:07 [ko1@a...            ] d57a9f61a0 (master): Build output operands explicitly (https://github.com/Shopify/ruby/pull/411)
  73291 2022-08-30 01:08 [ko1@a...            ] c022a60540 (master): Fix bugs in gen_opt_getinlinecache
  73292 2022-08-30 01:08 [ko1@a...            ] dca5e74aa1 (master): Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)
  73293 2022-08-30 01:08 [ko1@a...            ] cb15886e61 (master): Port opt_getinlinecache to the new backend (https://github.com/Shopify/ruby/pull/399)
  73294 2022-08-30 01:08 [ko1@a...            ] 471de2ab78 (master): Enable skipdata on Capstone to allow embedded data without early stop to disasm (https://github.com/Shopify/ruby/pull/398)
  73295 2022-08-30 01:08 [ko1@a...            ] c38e911147 (master): Allow aarch64 to build YJIT
  73296 2022-08-30 01:08 [ko1@a...            ] 09c12111d4 (master): Port jit_rb_str_concat to new backend, re-enable cfunc lookup (https://github.com/Shopify/ruby/pull/402)
  73297 2022-08-30 01:08 [ko1@a...            ] 1cf9f56c55 (master): Fix issue with expandarray, add missing jl, enable tests (https://github.com/Shopify/ruby/pull/409)
  73298 2022-08-30 01:08 [ko1@a...            ] 4d811d7a2b (master): Fix code invalidation while OOM and OOM simulation (https://github.com/Shopify/ruby/pull/395)
  73299 2022-08-30 01:08 [ko1@a...            ] be730cdae5 (master): AArch64 Ruby immediates (https://github.com/Shopify/ruby/pull/400)
  73300 2022-08-30 01:08 [ko1@a...            ] 95dce1ccac (master): Temporarily disable rb_str_concat, add CI tests (https://github.com/Shopify/ruby/pull/407)

[前][次][スレッド一覧][上]