source:
webkit/trunk/Source/JavaScriptCore/assembler@
253443
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
AbortReason.h | 4.5 KB | 250094 | 6 years | Replace JSValue #defines with static constexpr values. … | |
AbstractMacroAssembler.cpp | 1.9 KB | 253423 | 5 years | [JSC] IsoHeapCellType should have destroy function member instead of … | |
AbstractMacroAssembler.h | 32.9 KB | 250559 | 6 years | Add support for the Wasm multi-value proposal … | |
AllowMacroScratchRegisterUsage.h | 2.0 KB | 231317 | 7 years | WebContent crash loading page on seas.upenn.edu @ JavaScriptCore: … | |
AllowMacroScratchRegisterUsageIf.h | 2.2 KB | 231317 | 7 years | WebContent crash loading page on seas.upenn.edu @ JavaScriptCore: … | |
ARM64Assembler.h | 131.0 KB | 249449 | 6 years | Remove the need to pass performJITMemcpy as a pointer. … | |
ARM64EAssembler.h | 13.4 KB | 248686 | 6 years | [JSC] Make PAC jump and return more explicit … | |
ARM64Registers.h | 9.2 KB | 247097 | 6 years | Refactoring of architectural Register Information … | |
ARMv7Assembler.h | 104.4 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
ARMv7Registers.h | 8.6 KB | 247097 | 6 years | Refactoring of architectural Register Information … | |
AssemblerBuffer.h | 10.8 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
AssemblerBufferWithConstantPool.h | 10.5 KB | 206525 | 9 years | Unreviewed, rolling out r206522. Roll r206506 back in since the build … | |
AssemblerCommon.h | 9.6 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
CodeLocation.h | 11.0 KB | 245239 | 6 years | [JSC] Compress miscelaneous JIT related data structures with Packed<> … | |
CPU.cpp | 2.7 KB | 248661 | 6 years | Add a way to opt out of kern TCSM for layout tests … | |
CPU.h | 3.5 KB | 248143 | 6 years | Add crash diagnostics for debugging unexpected zapped cells. … | |
DisallowMacroScratchRegisterUsage.h | 2.0 KB | 231317 | 7 years | WebContent crash loading page on seas.upenn.edu @ JavaScriptCore: … | |
LinkBuffer.cpp | 15.2 KB | 250559 | 6 years | Add support for the Wasm multi-value proposal … | |
LinkBuffer.h | 14.8 KB | 250559 | 6 years | Add support for the Wasm multi-value proposal … | |
MacroAssembler.cpp | 5.2 KB | 243254 | 6 years | Open source arm64e code. … | |
MacroAssembler.h | 57.4 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
MacroAssemblerARM64.cpp | 37.6 KB | 243254 | 6 years | Open source arm64e code. … | |
MacroAssemblerARM64.h | 162.0 KB | 252728 | 5 years | [JSC] Extend MacroAssemblerARM64::load/store for datasize = 16 … | |
MacroAssemblerARM64E.h | 9.6 KB | 250654 | 6 years | Fix assembler on ARM64E https://bugs.webkit.org/show_bug.cgi?id=202528 … | |
MacroAssemblerARMv7.cpp | 23.6 KB | 242261 | 6 years | [ARM] Fix assembler warnings in ctiMasmProbeTrampoline … | |
MacroAssemblerARMv7.h | 76.3 KB | 252463 | 6 years | Support or16(TrustedImm32, AbsoluteAddress) in the MIPS MacroAssembler … | |
MacroAssemblerCodeRef.cpp | 2.6 KB | 231027 | 7 years | Push the definition of PtrTag down to the WTF layer. … | |
MacroAssemblerCodeRef.h | 17.3 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
MacroAssemblerHelpers.h | 4.7 KB | 208450 | 9 years | [JSC] The implementation of 8 bit operation in MacroAssembler should … | |
MacroAssemblerMIPS.cpp | 37.9 KB | 236450 | 7 years | Rename WTF_COMPILER_GCC_OR_CLANG to WTF_COMPILER_GCC_COMPATIBLE … | |
MacroAssemblerMIPS.h | 126.1 KB | 252463 | 6 years | Support or16(TrustedImm32, AbsoluteAddress) in the MIPS MacroAssembler … | |
MacroAssemblerPrinter.cpp | 6.5 KB | 242109 | 6 years | Fix warnings on ARM and MIPS … | |
MacroAssemblerPrinter.h | 8.1 KB | 220958 | 8 years | Enhance MacroAssembler::probe() to allow the probe function to resize … | |
MacroAssemblerX86.h | 13.5 KB | 252422 | 6 years | Split ArithProfile into a Unary and a Binary version … | |
MacroAssemblerX86_64.h | 65.5 KB | 252422 | 6 years | Split ArithProfile into a Unary and a Binary version … | |
MacroAssemblerX86Common.cpp | 40.8 KB | 253320 | 5 years | Fix the x86_64 probe so that we can get a full stack trace with … | |
MacroAssemblerX86Common.h | 126.2 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
MaxFrameExtentForSlowPathCall.h | 3.0 KB | 237220 | 7 years |
[JSC] More aggressively use constexpr in LowLevelInterpreter.asm for …
|
|
MIPSAssembler.h | 34.5 KB | 249449 | 6 years | Remove the need to pass performJITMemcpy as a pointer. … | |
MIPSRegisters.h | 6.6 KB | 247097 | 6 years | Refactoring of architectural Register Information … | |
PerfLog.cpp | 6.3 KB | 245681 | 6 years | Fix a few missing header inclusions often masked by by unified sources … | |
PerfLog.h | 2.0 KB | 238439 | 6 years | [JSC] Drop ARM_TRADITIONAL support in LLInt, baseline JIT, and DFG … | |
Printer.cpp | 2.2 KB | 215642 | 8 years | Refactor MASM probe to allow printing of custom types. … | |
Printer.h | 6.0 KB | 237219 | 7 years | Unreviewed revert Fujii's revert in r237214 with new WinCairo build fix. | |
ProbeContext.cpp | 3.1 KB | 237595 | 7 years | useProbeOSRExit causes failures for Win64 DFG JIT … | |
ProbeContext.h | 7.4 KB | 238439 | 6 years | [JSC] Drop ARM_TRADITIONAL support in LLInt, baseline JIT, and DFG … | |
ProbeFrame.h | 3.0 KB | 222871 | 8 years | Add support for using Probe DFG OSR Exit behind a runtime flag. … | |
ProbeStack.cpp | 5.3 KB | 248846 | 6 years | [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique … | |
ProbeStack.h | 7.4 KB | 228932 | 7 years | Refactor MacroAssembler code to improve reuse and extensibility. … | |
RegisterInfo.h | 2.7 KB | 247097 | 6 years | Refactoring of architectural Register Information … | |
testmasm.cpp | 51.9 KB | 252728 | 5 years | [JSC] Extend MacroAssemblerARM64::load/store for datasize = 16 … | |
X86_64Registers.h | 4.1 KB | 247097 | 6 years | Refactoring of architectural Register Information … | |
X86Assembler.h | 151.6 KB | 250005 | 6 years | Use constexpr instead of const in symbol definitions that are … | |
X86Registers.h | 2.5 KB | 249830 | 6 years | [JSC] X86Registers.h callee-save register definition is wrong … |
Note:
See TracBrowser
for help on using the repository browser.