source: webkit/trunk/Source/JavaScriptCore/wasm@ 288541

Name Size Rev Age Author Last Change
../
js 288361   3 years lmoura [CMake] Cannot link libTestRunnerInjectedBundle.so in non unified …
generateWasm.py 5.7 KB 284096   4 years ap Invoke build scripts with python3 explicitly …
generateWasmB3IRGeneratorInlinesHeader.py 6.9 KB 284096   4 years ap Invoke build scripts with python3 explicitly …
generateWasmOpsHeader.py 13.9 KB 284096   4 years ap Invoke build scripts with python3 explicitly …
wasm.json 72.7 KB 287160   3 years sbarati Use arm64's fmax/fmin instructions in Wasm …
WasmAirIRGenerator.cpp 215.8 KB 288261   3 years sbarati Update ARM64EHash https://bugs.webkit.org/show_bug.cgi?id=235192
WasmAirIRGenerator.h 1.7 KB 271775   4 years commit-queue [JSC] Allow to build WebAssembly without B3 …
WasmB3IRGenerator.cpp 175.1 KB 288261   3 years sbarati Update ARM64EHash https://bugs.webkit.org/show_bug.cgi?id=235192
WasmB3IRGenerator.h 2.5 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmBBQPlan.cpp 18.0 KB 288261   3 years sbarati Update ARM64EHash https://bugs.webkit.org/show_bug.cgi?id=235192
WasmBBQPlan.h 3.6 KB 288002   3 years sbarati Link Wasm code on the same thread that JITs …
WasmBinding.cpp 4.4 KB 283970   4 years sbarati Remove ImplicitAddress https://bugs.webkit.org/show_bug.cgi?id=230820
WasmBinding.h 1.7 KB 287582   3 years ysuzuki [JSC] Remove JSWebAssemblyCalleeGroup cell …
WasmCallee.cpp 7.1 KB 287513   3 years commit-queue [RISCV64] Make DFG, FTL, B3, WASM buildable on CPU(RISCV64) …
WasmCallee.h 15.1 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmCalleeGroup.cpp 7.0 KB 288115   3 years aperez Non-unified build fails due to missing header in WasmCalleeGroup.cpp …
WasmCalleeGroup.h 6.9 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmCalleeRegistry.cpp 1.7 KB 248187   6 years ysuzuki [JSC] Support WebAssembly in SamplingProfiler …
WasmCalleeRegistry.h 3.1 KB 286920   3 years sbarati Teach the sampling profiler how to display origin data for B3 Wasm …
WasmCallingConvention.cpp 3.7 KB 250559   6 years keith_miller Add support for the Wasm multi-value proposal …
WasmCallingConvention.h 9.2 KB 284935   4 years dbezhetskov [WASM-Function-References] Add call_ref spec tests …
WasmCapabilities.h 1.5 KB 263117   5 years mark.lam Make Options::useJIT() be the canonical source of truth on whether we …
WasmCompilationMode.cpp 2.0 KB 287379   3 years sbarati LLInt should loop OSR into BBQ and BBQ should loop OSR into OMG …
WasmCompilationMode.h 2.9 KB 288200   3 years commit-queue Fix -Wreturn-type and -Wunused-parameter warnings, January 2022 …
WasmContext.cpp 2.0 KB 277909   4 years cdumez Stop using holdLock() in JSC as it is not compatible with Clang thread …
WasmContext.h 2.0 KB 248878   6 years ysuzuki [JSC] OSR entry to Wasm OMG …
WasmContextInlines.h 2.4 KB 248878   6 years ysuzuki [JSC] OSR entry to Wasm OMG …
WasmCreationMode.h 1.5 KB 230759   7 years utatane.tea Unreviewed, reland r230697, r230720, and r230724. …
WasmEmbedder.h 2.1 KB 251886   6 years tzagallo [WebAssembly] Create a Wasm interpreter …
WasmEntryPlan.cpp 8.2 KB 282701   4 years ross.kirsling Unreviewed fix for JSCOnly build with ENABLE_DFG_JIT off. * …
WasmEntryPlan.h 4.4 KB 278093   4 years cdumez Use UncheckedLock even less in JavaScriptCore
WasmExceptionType.h 2.6 KB 285065   4 years dbezhetskov [WASM-Function-References] Add support for (ref.null heaptype) …
WasmFaultSignalHandler.cpp 6.1 KB 278241   4 years cdumez Stop using UncheckedLock in JSC::WasmCalleeRegistry …
WasmFaultSignalHandler.h 1.5 KB 263045   5 years keith_miller Signal handlers should have a two phase installation. …
WasmFormat.cpp 2.4 KB 278369   4 years cdumez Drop Checked::safeGet() https://bugs.webkit.org/show_bug.cgi?id=226537
WasmFormat.h 13.2 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmFunctionCodeBlockGenerator.cpp 2.6 KB 287459   3 years ysuzuki Consider merging Wasm::FunctionCodeBlock and Wasm::LLIntCallee …
WasmFunctionCodeBlockGenerator.h 5.8 KB 287459   3 years ysuzuki Consider merging Wasm::FunctionCodeBlock and Wasm::LLIntCallee …
WasmFunctionParser.h 89.8 KB 285065   4 years dbezhetskov [WASM-Function-References] Add support for (ref.null heaptype) …
WasmGeneratorTraits.h 1.8 KB 287459   3 years ysuzuki Consider merging Wasm::FunctionCodeBlock and Wasm::LLIntCallee …
WasmGlobal.cpp 5.3 KB 284935   4 years dbezhetskov [WASM-Function-References] Add call_ref spec tests …
WasmGlobal.h 3.3 KB 274788   4 years ross.kirsling Unreviewed, fix Mac and non-unified JSCOnly builds …
WasmHandlerInfo.cpp 3.5 KB 286930   3 years ysuzuki [JSC] Use FixedVector to shrink some of Wasm data structures …
WasmHandlerInfo.h 2.9 KB 286930   3 years ysuzuki [JSC] Use FixedVector to shrink some of Wasm data structures …
WasmIndexOrName.cpp 2.5 KB 233122   7 years utatane.tea [WTF] Add user-defined literal for ASCIILiteral …
WasmIndexOrName.h 2.7 KB 248187   6 years ysuzuki [JSC] Support WebAssembly in SamplingProfiler …
WasmInstance.cpp 13.1 KB 287122   3 years ysuzuki Rename Wasm::CodeBlock to Wasm::CalleeGroup …
WasmInstance.h 10.8 KB 287122   3 years ysuzuki Rename Wasm::CodeBlock to Wasm::CalleeGroup …
WasmIRGeneratorHelpers.h 9.5 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmLimits.h 2.2 KB 283852   4 years tzagallo Implement the WebAssembly exception handling proposal …
WasmLLIntGenerator.cpp 70.7 KB 287801   3 years sbarati Add support for Wasm exceptions in the Air generator …
WasmLLIntGenerator.h 1.7 KB 287459   3 years ysuzuki Consider merging Wasm::FunctionCodeBlock and Wasm::LLIntCallee …
WasmLLIntPlan.cpp 9.9 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmLLIntPlan.h 3.3 KB 287459   3 years ysuzuki Consider merging Wasm::FunctionCodeBlock and Wasm::LLIntCallee …
WasmLLIntTierUpCounter.cpp 1.9 KB 251886   6 years tzagallo [WebAssembly] Create a Wasm interpreter …
WasmLLIntTierUpCounter.h 3.0 KB 287459   3 years ysuzuki Consider merging Wasm::FunctionCodeBlock and Wasm::LLIntCallee …
WasmMachineThreads.cpp 2.2 KB 277909   4 years cdumez Stop using holdLock() in JSC as it is not compatible with Clang thread …
WasmMachineThreads.h 1.7 KB 287122   3 years ysuzuki Rename Wasm::CodeBlock to Wasm::CalleeGroup …
WasmMemory.cpp 26.1 KB 284533   4 years commit-queue Do not use strerror() https://bugs.webkit.org/show_bug.cgi?id=231913
WasmMemory.h 6.4 KB 275597   4 years ysuzuki JSTests: [JSC] WasmMemory caging should care about nullptr …
WasmMemoryInformation.cpp 2.9 KB 270208   4 years ysuzuki [JSC] Add wasm atomics instructions …
WasmMemoryInformation.h 2.8 KB 270208   4 years ysuzuki [JSC] Add wasm atomics instructions …
WasmMemoryMode.cpp 2.3 KB 277118   4 years fpizlo Make some things easier to dataLog in wasm …
WasmMemoryMode.h 2.0 KB 277118   4 years fpizlo Make some things easier to dataLog in wasm …
WasmModule.cpp 5.3 KB 287903   3 years commit-queue [Wasm] Unify memory import handling in module loader and JS cases …
WasmModule.h 3.1 KB 287220   3 years ysuzuki [WTF] Introduce TrailingArray …
WasmModuleInformation.cpp 1.6 KB 283852   4 years tzagallo Implement the WebAssembly exception handling proposal …
WasmModuleInformation.h 5.5 KB 287801   3 years sbarati Add support for Wasm exceptions in the Air generator …
WasmName.h 1.5 KB 216597   8 years jfbastien WebAssembly: support name section JSTests: …
WasmNameSection.h 2.5 KB 282755   4 years cdumez Stop using makeRef(*this) / makeRefPtr(this) …
WasmNameSectionParser.cpp 5.4 KB 261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
WasmNameSectionParser.h 1.8 KB 235420   7 years yusukesuzuki [WebAssembly] Parse wasm modules in a streaming fashion …
WasmOMGPlan.cpp 7.8 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmOMGPlan.h 2.4 KB 287122   3 years ysuzuki Rename Wasm::CodeBlock to Wasm::CalleeGroup …
WasmOpcodeOrigin.cpp 1.6 KB 249661   6 years keith_miller OSR entry into wasm misses some contexts …
WasmOpcodeOrigin.h 2.2 KB 286920   3 years sbarati Teach the sampling profiler how to display origin data for B3 Wasm …
WasmOperations.cpp 44.8 KB 287575   3 years ysuzuki WebAssembly i32.atomic.wait timeout value incorrectly interpreted by …
WasmOperations.h 5.6 KB 284513   4 years tzagallo Address post-landing feedback to wasm exceptions …
WasmOSREntryData.h 2.5 KB 286946   3 years aperez Unreviewed build fix after r286936 Source/JavaScriptCore: * …
WasmOSREntryPlan.cpp 7.7 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmOSREntryPlan.h 2.5 KB 287379   3 years sbarati LLInt should loop OSR into BBQ and BBQ should loop OSR into OMG …
WasmPageCount.cpp 1.6 KB 210229   8 years jfbastien WebAssembly: handle and optimize wasm export → wasm import calls …
WasmPageCount.h 3.3 KB 284330   4 years rmorisset Allow WASM to use up to 4GB …
WasmParser.h 12.9 KB 285065   4 years dbezhetskov [WASM-Function-References] Add support for (ref.null heaptype) …
WasmPlan.cpp 7.8 KB 287379   3 years sbarati LLInt should loop OSR into BBQ and BBQ should loop OSR into OMG …
WasmPlan.h 3.7 KB 287221   3 years ysuzuki [JSC] Do not allocate m_bbqCallee and m_omgCallee until it becomes …
WasmSectionParser.cpp 45.5 KB 285065   4 years dbezhetskov [WASM-Function-References] Add support for (ref.null heaptype) …
WasmSectionParser.h 3.9 KB 278253   4 years darin Remove WTF::Optional synonym for std::optional, using that class …
WasmSections.h 4.3 KB 283852   4 years tzagallo Implement the WebAssembly exception handling proposal …
WasmSignature.cpp 7.1 KB 283852   4 years tzagallo Implement the WebAssembly exception handling proposal …
WasmSignature.h 6.1 KB 282701   4 years ross.kirsling Unreviewed fix for JSCOnly build with ENABLE_DFG_JIT off. * …
WasmSignatureInlines.h 2.2 KB 282860   4 years cdumez Reduce use of makeRef() and use Ref { } instead …
WasmSlowPaths.cpp 29.0 KB 287864   3 years sbarati Allow loop tier up to the Air tier …
WasmSlowPaths.h 3.7 KB 283852   4 years tzagallo Implement the WebAssembly exception handling proposal …
WasmStreamingCompiler.cpp 8.8 KB 287421   3 years mark.lam Make DeferredWorkTimer::addPendingWork() return a Ticket. …
WasmStreamingCompiler.h 2.9 KB 287421   3 years mark.lam Make DeferredWorkTimer::addPendingWork() return a Ticket. …
WasmStreamingParser.cpp 14.7 KB 287801   3 years sbarati Add support for Wasm exceptions in the Air generator …
WasmStreamingParser.h 5.0 KB 278253   4 years darin Remove WTF::Optional synonym for std::optional, using that class …
WasmStreamingPlan.cpp 2.4 KB 278093   4 years cdumez Use UncheckedLock even less in JavaScriptCore
WasmStreamingPlan.h 2.4 KB 278093   4 years cdumez Use UncheckedLock even less in JavaScriptCore
WasmTable.cpp 8.4 KB 288163   3 years ysuzuki [JSC] Remove Wasm::Table's m_mask …
WasmTable.h 4.4 KB 288163   3 years ysuzuki [JSC] Remove Wasm::Table's m_mask …
WasmTag.cpp 1.4 KB 286992   3 years ysuzuki [JSC] Use FixedVector for wasm exception in Wasm::Instance …
WasmTag.h 2.3 KB 286992   3 years ysuzuki [JSC] Use FixedVector for wasm exception in Wasm::Instance …
WasmThunks.cpp 6.1 KB 283852   4 years tzagallo Implement the WebAssembly exception handling proposal …
WasmThunks.h 2.4 KB 283852   4 years tzagallo Implement the WebAssembly exception handling proposal …
WasmTierUpCount.cpp 1.9 KB 286930   3 years ysuzuki [JSC] Use FixedVector to shrink some of Wasm data structures …
WasmTierUpCount.h 5.3 KB 286946   3 years aperez Unreviewed build fix after r286936 Source/JavaScriptCore: * …
WasmValueLocation.cpp 2.3 KB 271500   4 years commit-queue [JSC] Implement a B3::ValueRep replacement for wasm-llint …
WasmValueLocation.h 3.5 KB 284137   4 years ysuzuki Clearly distinguish serial from concurrent WorkQueue …
WasmWorklist.cpp 8.1 KB 278087   4 years cdumez Stop using UncheckedLock in WTF::AutomaticThread …
WasmWorklist.h 3.0 KB 278087   4 years cdumez Stop using UncheckedLock in WTF::AutomaticThread …
Note: See TracBrowser for help on using the repository browser.