source:
webkit/trunk/Source/JavaScriptCore/wasm@
261755
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
js | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | ||
generateWasm.py | 4.4 KB | 236321 | 7 years | Build tools should work when the /usr/bin/python is python3 … | |
generateWasmB3IRGeneratorInlinesHeader.py | 6.7 KB | 214592 | 8 years | WebAssembly: B3IRGenerator should pool constants … | |
generateWasmOpsHeader.py | 10.3 KB | 253140 | 5 years | [WebAssembly] Validate and generate bytecode in one pass … | |
wasm.json | 41.9 KB | 246589 | 6 years | [WASM-References] Rename anyfunc to funcref … | |
WasmAirIRGenerator.cpp | 150.8 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmAirIRGenerator.h | 1.7 KB | 253140 | 5 years | [WebAssembly] Validate and generate bytecode in one pass … | |
WasmB3IRGenerator.cpp | 119.1 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmB3IRGenerator.h | 2.4 KB | 253140 | 5 years | [WebAssembly] Validate and generate bytecode in one pass … | |
WasmBBQPlan.cpp | 15.2 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmBBQPlan.h | 3.3 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
WasmBinding.cpp | 4.4 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmBinding.h | 1.7 KB | 230748 | 7 years | Templatize CodePtr/Refs/FunctionPtrs with PtrTags. … | |
WasmCallee.cpp | 3.6 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmCallee.h | 9.6 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
WasmCalleeRegistry.cpp | 1.7 KB | 248187 | 6 years | [JSC] Support WebAssembly in SamplingProfiler … | |
WasmCalleeRegistry.h | 2.3 KB | 248337 | 6 years | [JSC] sampling-profiler can see garbage Wasm::Callee* pointer which is … | |
WasmCallingConvention.cpp | 3.7 KB | 250559 | 6 years | Add support for the Wasm multi-value proposal … | |
WasmCallingConvention.h | 9.2 KB | 256665 | 5 years | [WASM] Wasm interpreter's calling convention doesn't match Wasm JIT's … | |
WasmCapabilities.h | 1.5 KB | 243312 | 6 years | [JSC] Do not create JIT related data under non-JIT mode … | |
WasmCodeBlock.cpp | 6.6 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmCodeBlock.h | 5.5 KB | 259582 | 5 years | Implement 1GB of executable memory on arm64 … | |
WasmCompilationMode.cpp | 1.9 KB | 251886 | 6 years | [WebAssembly] Create a Wasm interpreter … | |
WasmCompilationMode.h | 1.5 KB | 251886 | 6 years | [WebAssembly] Create a Wasm interpreter … | |
WasmContext.cpp | 2.0 KB | 248878 | 6 years | [JSC] OSR entry to Wasm OMG … | |
WasmContext.h | 2.0 KB | 248878 | 6 years | [JSC] OSR entry to Wasm OMG … | |
WasmContextInlines.h | 2.4 KB | 248878 | 6 years | [JSC] OSR entry to Wasm OMG … | |
WasmCreationMode.h | 1.5 KB | 230759 | 7 years | Unreviewed, reland r230697, r230720, and r230724. … | |
WasmEmbedder.h | 2.1 KB | 251886 | 6 years | [WebAssembly] Create a Wasm interpreter … | |
WasmEntryPlan.cpp | 8.0 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmEntryPlan.h | 4.4 KB | 261567 | 5 years | [clang-tidy] Run modernize-use-override over JSC, then ensure as much … | |
WasmExceptionType.h | 2.8 KB | 246589 | 6 years | [WASM-References] Rename anyfunc to funcref … | |
WasmFaultSignalHandler.cpp | 5.4 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmFaultSignalHandler.h | 1.5 KB | 254787 | 5 years | [JSC] Add missing header guards <https://webkit.org/b/206448> … | |
WasmFormat.cpp | 2.3 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmFormat.h | 9.2 KB | 253074 | 5 years | Adopt the new WebAssembly.Global system … | |
WasmFunctionCodeBlock.cpp | 3.0 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmFunctionCodeBlock.h | 5.5 KB | 255687 | 5 years | [JSC] Introduce UnlinkedCodeBlockGenerator and reduce … | |
WasmFunctionParser.h | 46.7 KB | 254500 | 5 years | Enable -Wconditional-uninitialized in bmalloc, WTF, JavaScriptCore … | |
WasmGeneratorTraits.h | 1.8 KB | 254832 | 5 years | Fix missing header guards and clean up empty files in bmalloc, WTF, … | |
WasmGlobal.cpp | 3.9 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmGlobal.h | 3.3 KB | 253074 | 5 years | Adopt the new WebAssembly.Global system … | |
WasmIndexOrName.cpp | 2.5 KB | 233122 | 7 years | [WTF] Add user-defined literal for ASCIILiteral … | |
WasmIndexOrName.h | 2.7 KB | 248187 | 6 years | [JSC] Support WebAssembly in SamplingProfiler … | |
WasmInstance.cpp | 5.8 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmInstance.h | 9.8 KB | 253987 | 5 years | Experiment: create lots of different malloc zones for easier … | |
WasmLimits.h | 2.2 KB | 246571 | 6 years | [WASM-References] Add support for multiple tables … | |
WasmLLIntGenerator.cpp | 45.9 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmLLIntGenerator.h | 1.7 KB | 261041 | 5 years | Have a thread local cache for the Wasm LLInt bytecode buffer … | |
WasmLLIntPlan.cpp | 9.2 KB | 261441 | 5 years | Fix build errors and warnings for non-unified JSCOnly … | |
WasmLLIntPlan.h | 3.1 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
WasmLLIntTierUpCounter.cpp | 1.9 KB | 251886 | 6 years | [WebAssembly] Create a Wasm interpreter … | |
WasmLLIntTierUpCounter.h | 2.9 KB | 253538 | 5 years | [GTK][WPE] Fix various non-unified build issues introduced since … | |
WasmMachineThreads.cpp | 2.2 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmMachineThreads.h | 1.7 KB | 215843 | 8 years | WebAssembly: Implement tier up … | |
WasmMemory.cpp | 16.7 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmMemory.h | 4.7 KB | 246368 | 6 years | Unreviewed, rolling out r246322. … | |
WasmMemoryInformation.cpp | 2.8 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmMemoryInformation.h | 2.7 KB | 243886 | 6 years | Teach Call ICs how to call Wasm … | |
WasmMemoryMode.cpp | 1.7 KB | 223738 | 8 years | WebAssembly: no VM / JS version of everything but Instance … | |
WasmMemoryMode.h | 1.7 KB | 225028 | 8 years | Fix typos in closing ENABLE() comments … | |
WasmModule.cpp | 4.5 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmModule.h | 3.0 KB | 253314 | 5 years | [WebAssembly] Remove WasmValidate … | |
WasmModuleInformation.cpp | 1.6 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmModuleInformation.h | 3.9 KB | 253074 | 5 years | Adopt the new WebAssembly.Global system … | |
WasmName.h | 1.5 KB | 216597 | 8 years | WebAssembly: support name section JSTests: … | |
WasmNameSection.h | 2.5 KB | 239427 | 6 years | wtf/Optional.h: move-constructor and move-assignment operator should … | |
WasmNameSectionParser.cpp | 5.4 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmNameSectionParser.h | 1.8 KB | 235420 | 7 years | [WebAssembly] Parse wasm modules in a streaming fashion … | |
WasmOMGForOSREntryPlan.cpp | 7.0 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmOMGForOSREntryPlan.h | 2.5 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
WasmOMGPlan.cpp | 7.1 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmOMGPlan.h | 2.3 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
WasmOpcodeOrigin.cpp | 1.6 KB | 249661 | 6 years | OSR entry into wasm misses some contexts … | |
WasmOpcodeOrigin.h | 2.1 KB | 237249 | 7 years | Missing #pragma once in WasmOpcodeOrigin.h … | |
WasmOperations.cpp | 33.6 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmOperations.h | 3.5 KB | 253074 | 5 years | Adopt the new WebAssembly.Global system … | |
WasmOSREntryData.h | 2.3 KB | 248878 | 6 years | [JSC] OSR entry to Wasm OMG … | |
WasmPageCount.cpp | 1.6 KB | 210229 | 8 years | WebAssembly: handle and optimize wasm export → wasm import calls … | |
WasmPageCount.h | 3.3 KB | 237823 | 7 years | Fix typos in closing ENABLE guards … | |
WasmParser.h | 11.1 KB | 255394 | 5 years | Don't include CCallHelpers.h in B3Procedure.h … | |
WasmPlan.cpp | 7.8 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmPlan.h | 3.6 KB | 259803 | 5 years | [Wasm] Build fix for non-unified builds … | |
WasmSectionParser.cpp | 27.4 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmSectionParser.h | 3.0 KB | 254087 | 5 years | PerformanceTests: Convert ASSERT_DISABLED to ASSERT_ENABLED, and fix … | |
WasmSections.h | 3.9 KB | 254087 | 5 years | PerformanceTests: Convert ASSERT_DISABLED to ASSERT_ENABLED, and fix … | |
WasmSignature.cpp | 6.6 KB | 261441 | 5 years | Fix build errors and warnings for non-unified JSCOnly … | |
WasmSignature.h | 6.3 KB | 250559 | 6 years | Add support for the Wasm multi-value proposal … | |
WasmSignatureInlines.h | 2.3 KB | 254087 | 5 years | PerformanceTests: Convert ASSERT_DISABLED to ASSERT_ENABLED, and fix … | |
WasmSlowPaths.cpp | 17.1 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmSlowPaths.h | 3.0 KB | 253074 | 5 years | Adopt the new WebAssembly.Global system … | |
WasmStreamingParser.cpp | 14.7 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmStreamingParser.h | 5.0 KB | 252513 | 6 years | Wasm error message should be cross-thread-copied … | |
WasmTable.cpp | 8.0 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmTable.h | 4.2 KB | 253987 | 5 years | Experiment: create lots of different malloc zones for easier … | |
WasmThunks.cpp | 5.9 KB | 261755 | 5 years | [IWYU] Remove unnecessary includes from JSC implementation files … | |
WasmThunks.h | 2.4 KB | 253140 | 5 years | [WebAssembly] Validate and generate bytecode in one pass … | |
WasmTierUpCount.cpp | 1.8 KB | 248878 | 6 years | [JSC] OSR entry to Wasm OMG … | |
WasmTierUpCount.h | 5.3 KB | 251886 | 6 years | [WebAssembly] Create a Wasm interpreter … | |
WasmWorklist.cpp | 8.1 KB | 261569 | 5 years | Fix existing usage of final/override/virtual in JSC and WTF … | |
WasmWorklist.h | 2.9 KB | 233123 | 7 years | [WTF] Use Ref<> for the result type of non-failing factory functions … |
Note:
See TracBrowser
for help on using the repository browser.