summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SubtypingDiscoverer: Differentiate non-flow subtyping constraints (#6344)Alon Zakai2024-02-273-2/+38
* [NFC] Use ifdef-else in threads.cpp (#6355)Alon Zakai2024-02-271-2/+2
* [StringLowering] Lower `stringview_wtf16.get_codeunit` to `charCodeAt` (#6353)Thomas Lively2024-02-261-4/+4
* [Parser] Parse annotations, including source map comments (#6345)Thomas Lively2024-02-267-1186/+2332
* [Emscripten port] Fix core count logic for Emscripten+pthreads (#6350)Alon Zakai2024-02-261-3/+5
* Implement dropping of active Element Segments (#6343)Alon Zakai2024-02-231-10/+17
* [Parser] Condense redundant pop values (#6339)Ashley Nelson2024-02-221-13/+1
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-2226-28/+187
* Fuzzer: Allow using initial content with V8 (#6327)Alon Zakai2024-02-221-0/+9
* Fuzzer: Match the logging of i31ref between JS and C++ (#6335)Alon Zakai2024-02-221-21/+35
* [Parser][NFC] Remove `Token` from lexer interface (#6333)Thomas Lively2024-02-222-44/+46
* [Parser][NFC] Remove parser/input.h (#6332)Thomas Lively2024-02-226-111/+31
* Validator: ArrayNew|InitData require Bulk Memory (#6331)Alon Zakai2024-02-211-0/+8
* Fix build error on aarch64 [NFC] (#6330)Darren Worrall2024-02-211-0/+14
* Improve JSON string encoding (#6328)Thomas Lively2024-02-211-69/+103
* [EH] Add noexn's opcode (#6329)Heejin Ahn2024-02-211-2/+2
* [NFC] DeNaN: Avoid calls on constants (#6326)Alon Zakai2024-02-211-3/+3
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-203-0/+90
* Fuzzer: Add SIMD support to DeNaN (#6318)Alon Zakai2024-02-201-22/+90
* [NFC] Use SubtypingDiscoverer in StringLowering (#6325)Alon Zakai2024-02-202-55/+66
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-203-160/+12
* Validate function imports (#6315)Alon Zakai2024-02-201-40/+60
* subtype-exprs.h additions [NFC] (#6323)Alon Zakai2024-02-201-8/+31
* StringLowering: Escape the JSON in the custom section (#6316)Alon Zakai2024-02-204-12/+104
* JS Bindings: Use stringToUTF8OnStack instead of deprecated allocateUTF8OnStac...Alon Zakai2024-02-201-1/+1
* [Parser] Simplify the lexer interface (#6319)Thomas Lively2024-02-203-318/+252
* SetGlobals: Fix segfault on invalid input (#6321)Nikolay Khitrin2024-02-201-1/+1
* StringLowering: Lower nulls in call params (#6317)Alon Zakai2024-02-201-0/+10
* StringLowering: Properly handle nullable inputs to StringAs (#6307)Alon Zakai2024-02-141-1/+11
* StringLowering: Fix up nulls written to struct.new fields (#6306)Alon Zakai2024-02-141-16/+36
* Strings: Add some interpreter support (#6304)Alon Zakai2024-02-142-4/+57
* [NFC] Avoid a warning on an unused var (#6300)Alon Zakai2024-02-141-1/+2
* StringLowering: Use an array16 type in its own rec group (#6302)Alon Zakai2024-02-131-9/+25
* Fix --spill-pointers for the stack growing down (#6294)YAMAMOTO Takashi2024-02-131-11/+11
* StringLowering: Hack around if issue with bottom types (#6303)Alon Zakai2024-02-131-0/+21
* StringLowering: Modify string=>extern also in public types (#6301)Alon Zakai2024-02-133-5/+31
* Precompute: Optimize array.len (#6299)Alon Zakai2024-02-121-1/+1
* Fuzzer: Do not emit huge and possibly non-validating tables (#6288)Alon Zakai2024-02-121-0/+17
* [Parser] Parse `resume` (#6295)Thomas Lively2024-02-094-11/+97
* [Parser] Support references to struct fields by name (#6293)Thomas Lively2024-02-082-11/+28
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-081-1/+1
* Remove support for legacy stringref text syntax (#6289)Thomas Lively2024-02-081-85/+16
* [NFC] Add links to specs in StringLowering (#6292)Alon Zakai2024-02-081-0/+4
* Add a pass to propagate global constants to other globals (#6287)Alon Zakai2024-02-083-2/+21
* StringLowering: Lower all remaining important string operations (#6283)Alon Zakai2024-02-081-0/+84
* [Parser] Do not involve IRBuilder for imported functions (#6286)Thomas Lively2024-02-074-13/+14
* SimplifyGlobals: Propagate constant globals into nested gets in other globals...Alon Zakai2024-02-071-2/+4
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-072-0/+4
* [NFC] Move code to string.cpp (#6282)Thomas Lively2024-02-062-84/+92
* StringLowering: Start to lower instructions (#6281)Alon Zakai2024-02-061-0/+82