source: webkit/trunk/Source/JavaScriptCore/jit@ 161650

Name Size Rev Age Author Last Change
../
AssemblyHelpers.cpp 5.1 KB 157653   12 years andersca Remove spaces between template angle brackets …
AssemblyHelpers.h 16.8 KB 159713   12 years fpizlo Combine SymbolTable and SharedSymbolTable …
CCallHelpers.h 56.6 KB 160688   11 years oliver Avoid indirect function calls for custom getters …
ClosureCallStubRoutine.cpp 2.1 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
ClosureCallStubRoutine.h 2.3 KB 157044   12 years andersca Add OVERRIDE and virtual where appropriate …
CompactJITCodeMap.h 9.2 KB 155251   12 years andersca Get rid of FastAllocBase.h …
ExecutableAllocator.cpp 7.8 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
ExecutableAllocator.h 4.8 KB 157474   12 years dbates [iOS] Upstream JavaScriptCore support for ARM64 …
ExecutableAllocatorFixedVMPool.cpp 5.9 KB 157044   12 years andersca Add OVERRIDE and virtual where appropriate …
FPRInfo.h 14.0 KB 159987   11 years mark.lam Build failure when disabling JIT, YARR_JIT, and ASSEMBLER. …
GCAwareJITStubRoutine.cpp 3.8 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
GCAwareJITStubRoutine.h 4.7 KB 157044   12 years andersca Add OVERRIDE and virtual where appropriate …
GPRInfo.h 27.0 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
HostCallReturnValue.cpp 1.5 KB 140718   12 years mhahnenberg Objective-C API: Rename JSValue.h/APIJSValue.h to …
HostCallReturnValue.h 2.2 KB 140718   12 years mhahnenberg Objective-C API: Rename JSValue.h/APIJSValue.h to …
JIT.cpp 28.8 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JIT.h 40.6 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITArithmetic32_64.cpp 40.5 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITArithmetic.cpp 38.1 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITCall32_64.cpp 13.7 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITCall.cpp 12.3 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITCode.cpp 4.4 KB 160186   11 years mark.lam Make the C Loop LLINT work with callToJavaScript. …
JITCode.h 5.8 KB 160186   11 years mark.lam Make the C Loop LLINT work with callToJavaScript. …
JITCompilationEffort.h 1.5 KB 109308   13 years fpizlo The JIT should not crash the entire process just because there is not …
JITDisassembler.cpp 6.9 KB 159987   11 years mark.lam Build failure when disabling JIT, YARR_JIT, and ASSEMBLER. …
JITDisassembler.h 4.0 KB 159987   11 years mark.lam Build failure when disabling JIT, YARR_JIT, and ASSEMBLER. …
JITExceptions.cpp 2.5 KB 160186   11 years mark.lam Make the C Loop LLINT work with callToJavaScript. …
JITExceptions.h 1.6 KB 157636   12 years msaboff Change native function call stubs to use JIT operations instead of …
JITInlineCacheGenerator.cpp 7.0 KB 160493   11 years fpizlo ARM64: Hang running pdfjs test, suspect DFG generated code for "in" …
JITInlineCacheGenerator.h 4.1 KB 158820   12 years fpizlo IC code should handle the call frame register not being the …
JITInlines.h 39.7 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITOpcodes32_64.cpp 43.5 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITOpcodes.cpp 44.6 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITOperations.cpp 72.0 KB 161220   11 years oliver Refactor PutPropertySlot to be aware of custom properties …
JITOperations.h 20.5 KB 160796   11 years mhahnenberg DFG should have a separate StoreBarrier node …
JITOperationsMSVC64.cpp 1.9 KB 160062   11 years mark.lam Fix LLINT_C_LOOP build for Win64. …
JITOperationWrappers.h 16.2 KB 158282   12 years commit-queue [Win] Compile errors when enabling DFG JIT. …
JITPropertyAccess32_64.cpp 35.9 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITPropertyAccess.cpp 50.8 KB 161364   11 years fpizlo Get rid of ENABLE(VALUE_PROFILER). It's on all the time now. Rubber …
JITStubRoutine.cpp 1.6 KB 140619   12 years oliver Harden JSC a bit with RELEASE_ASSERT …
JITStubRoutine.h 5.4 KB 135469   13 years fpizlo Rename dataLog() and dataLogV() to dataLogF() and dataLogFV() …
JITStubs.cpp 2.2 KB 158751   12 years msaboff Change ctiTrampoline into a thunk …
JITStubs.h 2.1 KB 160094   11 years msaboff Move the setting up of callee's callFrame from pushFrame to …
JITStubsARM.h 16.8 KB 160648   11 years commit-queue Delete RVCT related code parts. …
JITStubsARMv7.h 20.5 KB 160648   11 years commit-queue Delete RVCT related code parts. …
JITStubsMSVC64.asm 6.1 KB 160272   11 years commit-queue [Win][64-bit] Hitting breakpoint assembler instruction in …
JITStubsX86.h 15.8 KB 160094   11 years msaboff Move the setting up of callee's callFrame from pushFrame to …
JITStubsX86_64.h 10.7 KB 158751   12 years msaboff Change ctiTrampoline into a thunk …
JITStubsX86Common.h 8.0 KB 157571   12 years mark.lam Remove JITStackFrame references in JIT probes. …
JITThunks.cpp 4.2 KB 156494   12 years andersca Try to fix the Windows build. * jit/JITThunks.cpp: …
JITThunks.h 2.6 KB 156494   12 years andersca Try to fix the Windows build. * jit/JITThunks.cpp: …
JITToDFGDeferredCompilationCallback.cpp 2.7 KB 154824   12 years fpizlo CodeBlock compilation and installation should be simplified and …
JITToDFGDeferredCompilationCallback.h 2.1 KB 157044   12 years andersca Add OVERRIDE and virtual where appropriate …
JITWriteBarrier.h 4.3 KB 153189   12 years oliver fourthTier: It should be possible to record heap operations (both …
JSInterfaceJIT.h 11.3 KB 158901   12 years mark.lam Get rid of the regT* definitions in JSInterfaceJIT.h. …
RegisterSet.cpp 3.1 KB 159039   12 years fpizlo Switch FTL GetById/PutById IC's over to using AnyRegCC …
RegisterSet.h 4.1 KB 159039   12 years fpizlo Switch FTL GetById/PutById IC's over to using AnyRegCC …
Repatch.cpp 74.5 KB 161615   11 years mhahnenberg Marking should be generational …
Repatch.h 3.1 KB 156490   12 years mark.lam Move DFG inline caching logic into jit/. …
ScratchRegisterAllocator.h 8.2 KB 161450   11 years mhahnenberg Repatch write barrier slow path call doesn't align the stack in the …
SlowPathCall.h 3.4 KB 159091   12 years fpizlo Get rid of the lastResultRegister optimization in the baseline JIT …
SpecializedThunkJIT.h 7.6 KB 159873   11 years commit-queue Use moveDoubleToInts in SpecializedThunkJIT::returnDouble for non-X86 …
TempRegisterSet.cpp 1.8 KB 157707   12 years fpizlo StructureStubInfo's usedRegisters set should be able to track all …
TempRegisterSet.h 5.3 KB 157707   12 years fpizlo StructureStubInfo's usedRegisters set should be able to track all …
ThunkGenerator.h 1.6 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
ThunkGenerators.cpp 47.7 KB 159995   11 years commit-queue Merge mips and arm/sh4 paths in nativeForGenerator and …
ThunkGenerators.h 2.7 KB 159276   12 years msaboff Change callToJavaScript thunk into an offline assembled stub …
UnusedPointer.h 1.5 KB 138308   12 years msaboff JIT: Change uninitialized pointer value -1 to constant …
Note: See TracBrowser for help on using the repository browser.