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

Name Size Rev Age Author Last Change
../
ClosureCallStubRoutine.cpp 2.1 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
ClosureCallStubRoutine.h 2.3 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
CompactJITCodeMap.h 9.2 KB 149980   12 years andersca Stop including UnusedParam.h …
ExecutableAllocator.cpp 7.8 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
ExecutableAllocator.h 4.8 KB 149980   12 years andersca Stop including UnusedParam.h …
ExecutableAllocatorFixedVMPool.cpp 5.9 KB 149165   12 years mhahnenberg SuperRegion doesn't call deallocate() on its PageReservation …
GCAwareJITStubRoutine.cpp 3.8 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
GCAwareJITStubRoutine.h 4.6 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
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 31.9 KB 153232   12 years oliver fourthTier: Arity fixup should be done while on same stack …
JIT.h 45.0 KB 153962   12 years oliver Stop making unnecessary copy of CodeBlock Identifier Vector …
JITArithmetic32_64.cpp 42.7 KB 153231   12 years oliver fourthTier: Add another temp register regT4 to JSInterfaceJIT …
JITArithmetic.cpp 41.5 KB 153222   12 years oliver fourthTier: The baseline jit and LLint should use common slow paths …
JITCall32_64.cpp 13.9 KB 153231   12 years oliver fourthTier: Add another temp register regT4 to JSInterfaceJIT …
JITCall.cpp 12.9 KB 153231   12 years oliver fourthTier: Add another temp register regT4 to JSInterfaceJIT …
JITCode.cpp 4.2 KB 153273   12 years oliver fourthTier: Resurrect the CLoop LLINT on the FTL branch. …
JITCode.h 5.4 KB 153319   12 years ryuan.choi Unreviewed, build fix on the EFL port. Source/JavaScriptCore: * …
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 137094   12 years fpizlo JSC should scale the optimization threshold for a code block according …
JITDisassembler.h 3.5 KB 136601   12 years fpizlo JSC should be able to report profiling data associated with the IR …
JITDriver.h 5.5 KB 153177   12 years oliver fourthTier: Rename getJITCode and getJITType to jitCode and jitType. …
JITExceptions.cpp 3.5 KB 153646   12 years msaboff REGRESSION(r153612): It made jsc and layout tests crash …
JITExceptions.h 2.4 KB 153646   12 years msaboff REGRESSION(r153612): It made jsc and layout tests crash …
JITInlines.h 29.1 KB 153231   12 years oliver fourthTier: Add another temp register regT4 to JSInterfaceJIT …
JITOpcodes32_64.cpp 46.1 KB 153237   12 years oliver fourthTier: There should only be one table of SimpleJumpTables …
JITOpcodes.cpp 46.2 KB 153962   12 years oliver Stop making unnecessary copy of CodeBlock Identifier Vector …
JITPropertyAccess32_64.cpp 67.3 KB 153962   12 years oliver Stop making unnecessary copy of CodeBlock Identifier Vector …
JITPropertyAccess.cpp 79.5 KB 153962   12 years oliver Stop making unnecessary copy of CodeBlock Identifier Vector …
JITStubCall.h 9.8 KB 153231   12 years oliver fourthTier: Add another temp register regT4 to JSInterfaceJIT …
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 85.1 KB 154016   12 years commit-queue [sh4] Prepare baseline JIT for DFG_JIT implementation. …
JITStubs.h 16.8 KB 154016   12 years commit-queue [sh4] Prepare baseline JIT for DFG_JIT implementation. …
JITStubsARM.h 23.5 KB 153745   12 years paroga Build fix for ARM MSVC after r153222 and r153648. * …
JITStubsARMv7.h 30.7 KB 153762   12 years paroga Remove useless code from COMPILER(RVCT) JITStubs …
JITStubsMIPS.h 9.8 KB 153659   12 years commit-queue REGRESSION(FTL): Fix mips implementation of …
JITStubsMSVC64.asm 2.3 KB 144043   12 years jocelyn.turcotte Implement JIT on Windows 64 bits …
JITStubsSH4.h 5.6 KB 154016   12 years commit-queue [sh4] Prepare baseline JIT for DFG_JIT implementation. …
JITStubsX86.h 13.7 KB 153527   12 years msaboff [Win] JavaScript crash. https://bugs.webkit.org/show_bug.cgi?id=119339
JITStubsX86_64.h 13.5 KB 153222   12 years oliver fourthTier: The baseline jit and LLint should use common slow paths …
JITStubsX86Common.h 8.2 KB 153197   12 years oliver fourthTier: Misc JIT probe enhacements. …
JITThunks.cpp 4.2 KB 153166   12 years oliver fourthTier: getCTIStub should be thread-safe …
JITThunks.h 2.6 KB 153166   12 years oliver fourthTier: getCTIStub should be thread-safe …
JITWriteBarrier.h 4.3 KB 153189   12 years oliver fourthTier: It should be possible to record heap operations (both …
JSInterfaceJIT.h 19.5 KB 154016   12 years commit-queue [sh4] Prepare baseline JIT for DFG_JIT implementation. …
JumpReplacementWatchpoint.cpp 2.3 KB 135469   13 years fpizlo Rename dataLog() and dataLogV() to dataLogF() and dataLogFV() …
JumpReplacementWatchpoint.h 2.4 KB 137175   12 years fpizlo Profiler should say things about OSR exits …
SlowPathCall.h 3.6 KB 153222   12 years oliver fourthTier: The baseline jit and LLint should use common slow paths …
SpecializedThunkJIT.h 6.5 KB 149082   12 years fpizlo Special thunks for math functions should work on ARMv7 …
ThunkGenerator.h 1.6 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
ThunkGenerators.cpp 41.8 KB 153232   12 years oliver fourthTier: Arity fixup should be done while on same stack …
ThunkGenerators.h 2.5 KB 153232   12 years oliver fourthTier: Arity fixup should be done while on same stack …
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.