- aa67129 Use WTF::Lock and WTF::Condition instead of WTF::Mutex, WTF::ThreadCondition, std::mutex, and std::condition_variable by fpizlo@apple.com · 10 years ago
- 905f59b Unreviewed, rolling out r188444. https://bugs.webkit.org/show_bug.cgi?id=148029 by commit-queue@webkit.org · 10 years ago
- 790628f Use WTF::Lock and WTF::Condition instead of WTF::Mutex, WTF::ThreadCondition, std::mutex, and std::condition_variable by fpizlo@apple.com · 10 years ago
- 08deeca Unreviewed, roll out http://trac.webkit.org/changeset/187972. by fpizlo@apple.com · 10 years ago
- f21ebf8 Rename Mutex to DeprecatedMutex https://bugs.webkit.org/show_bug.cgi?id=147675 by fpizlo@apple.com · 10 years ago
- 816a7d3 Make JavaScriptCore SPI headers used by WebCore SPI headers self-contained by andersca@apple.com · 10 years ago
- 32622c9 JSC should have a low-cost asynchronous disassembler by fpizlo@apple.com · 10 years ago
- 88fb120 ARMv7(s) Assembler: LDRH with immediate offset is loading from the wrong offset by benjamin@webkit.org · 10 years ago
- 0c19337 ARM: Add more coverage to ARMv7 disassembler by msaboff@apple.com · 11 years ago
- 58a0758 URTBF after r172799. by ossy@webkit.org · 11 years ago
- dca4768 Enable ARM64 disassembler on EFL https://bugs.webkit.org/show_bug.cgi?id=136089 by commit-queue@webkit.org · 11 years ago
- 08a173a Enable ARMv7 disassembler for the GTK port by zandobersek@gmail.com · 11 years ago
- a9f6b5d6 [ARMv7] Use 16 bits instructions for push/pop when possible by benjamin@webkit.org · 11 years ago
- aa8f6d5 Unreviewed, fix build. by fpizlo@apple.com · 11 years ago
- 3c33ac2 Use the LLVM disassembler on ARM64 if we are enabling the FTL by fpizlo@apple.com · 11 years ago
- a3fc98a Remove some unreachable code (-Wunreachable-code) by commit-queue@webkit.org · 11 years ago
- ce8cbac Get rid of redundant Platform.h includes by ossy@webkit.org · 11 years ago
- 51154d0 FTL should build on ARM64 https://bugs.webkit.org/show_bug.cgi?id=129010 by fpizlo@apple.com · 11 years ago
- 5034efc More ARM FTL glue https://bugs.webkit.org/show_bug.cgi?id=128948 by fpizlo@apple.com · 11 years ago
- 147cdaa Re-enable ARM Thumb2 disassembler https://bugs.webkit.org/show_bug.cgi?id=128577 by msaboff@apple.com · 11 years ago
- b426f86 Never include *Inlines.h files in interface headers, and never include *Inlines.h when you could include Operations.h instead by fpizlo@apple.com · 11 years ago
- 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
- 732907d [EFL][JSC] Enable udis86 disassembler on efl. by commit-queue@webkit.org · 11 years ago
- 10190c4 Build failure when disabling JIT, YARR_JIT, and ASSEMBLER. by mark.lam@apple.com · 11 years ago
- 98f0de0 [iOS] Upstream JavaScriptCore support for ARM64 by dbates@webkit.org · 11 years ago
- ef8dbf8 FTL: Soft-link LLVM as a workaround for LLVM's static initializers and exit-time destructors by fpizlo@apple.com · 11 years ago
- 1e6960e JSC: X86 disassembler shows 16, 32 and 64 bit displacements as unsigned by msaboff@apple.com · 12 years ago
- ccdbe1c Failure building with python3 https://bugs.webkit.org/show_bug.cgi?id=106645 by commit-queue@webkit.org · 12 years ago
- e6dfe68 fourthTier: since the FTL disassembly hacks cannot distinguish between code and data, the LLVM disassembler symbol table callback should be able to deal gracefully with arbitrary garbage by oliver@apple.com · 12 years ago
- 49a2baf fourthTier: JSC's disassembly infrastructure should be able to disassemble the code that LLVM generates by oliver@apple.com · 12 years ago
- ac9f0e5 JSC: There should be a disassembler for ARM Thumb 2 by msaboff@apple.com · 12 years ago
- 665c3e4 Remove wtf/Platform.h includes from {c|cpp} files by commit-queue@webkit.org · 12 years ago
- 2ee9936 Any function that can log things should be able to easily log them to a memory buffer as well by fpizlo@apple.com · 12 years ago
- 2860dbe It should be possible to say disassemble(stuff) instead of having to say if (!tryToDisassemble(stuff)) dataLog("I failed") by fpizlo@apple.com · 12 years ago
- 321c2b2 [Qt] udis86_itab.c is always regenerated by ossy@webkit.org · 12 years ago
- 4a4978b x86 disassembler confuses immediates with addresses by fpizlo@apple.com · 13 years ago
- 2adf527 JSC should be able to show disassembly for all generated JIT code by fpizlo@apple.com · 13 years ago
- 01c2a19 It should be possible to look at disassembly by fpizlo@apple.com · 13 years ago