Commit History

Author SHA1 Message Date
  Andreas Kling cf81bf48c6 Revert "LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump" 1 year ago
  Andreas Kling c4a0afbe28 Revert "LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot" 1 year ago
  Andreas Kling 795149e585 LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot 1 year ago
  Andreas Kling 4438ec481c LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump 1 year ago
  Andreas Kling 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline 1 year ago
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now 1 year ago
  MacDue 17a5af04e3 LibJS: Actually generate the bytecode CFG 1 year ago
  Luke Wilde d66eb4e3ba LibJS/Bytecode: Add Await and AsyncIteratorClose instructions 2 years ago
  Daniel Bertalan be7bc41470 LibJS: Fix mix-up between assignment and comparison 2 years ago
  Hendiadyoin1 170f732000 LibJS: Fix a bunch of unwind related errors in GenerateCFG 2 years ago
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 years ago
  Hendiadyoin1 8e5ebb04f4 LibJS: Use a pseudo top-level UnwindFrame in GenerateCFG 2 years ago
  Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode 2 years ago
  Hendiadyoin1 495ba53e46 LibJS: Correctly handle unwind frames in the GenerateCFG pass 2 years ago
  Hendiadyoin1 5181957da5 LibJS: VERIFY on unknown terminator opcodes in GenerateCFG 2 years ago
  Hendiadyoin1 133faa0acc LibJS: Remove FinishUnwind instruction 2 years ago
  Hendiadyoin1 a00c421d61 LibJS: Handle FinishUnwind in GenerateCFG 2 years ago
  Hendiadyoin1 ded7545db1 LibJS: Use a switch statement in GenerateCFG 2 years ago
  Matthew Olsson f39ab2e60a LibJS: Add JumpUndefined bytecode 4 years ago
  Ali Mohammad Pur 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 years ago