]> git.saurik.com Git - apple/javascriptcore.git/commit - ftl/FTLLowerDFGToLLVM.cpp
JavaScriptCore-7600.1.4.15.12.tar.gz ios-83 v7600.1.4.15.12
authorApple <opensource@apple.com>
Fri, 6 Mar 2015 22:29:10 +0000 (22:29 +0000)
committerApple <opensource@apple.com>
Fri, 6 Mar 2015 22:29:10 +0000 (22:29 +0000)
commit40a37d088818fc2fbeba2ef850dbcaaf294befbf
tree56033c30a4dcdae24cf79c622d6fb0c717e84a70
parentef99ff287df9046eb88937225e0554eabb00e33c
JavaScriptCore-7600.1.4.15.12.tar.gz
51 files changed:
API/JSObjectRef.cpp
API/JSWeakObjectMapRefPrivate.cpp
API/JSWrapperMap.mm
API/tests/CustomGlobalObjectClassTest.c
API/tests/CustomGlobalObjectClassTest.h
API/tests/Regress141809.h [new file with mode: 0644]
API/tests/Regress141809.mm [new file with mode: 0644]
API/tests/testapi.c
API/tests/testapi.mm
ChangeLog
Configurations/LLVMForJSC.xcconfig
Configurations/Version.xcconfig
JavaScriptCore.xcodeproj/project.pbxproj
assembler/ARMv7Assembler.h
bytecompiler/NodesCodegen.cpp
dfg/DFGArrayMode.h
dfg/DFGGraph.h
dfg/DFGPlan.cpp
dfg/DFGStackLayoutPhase.cpp
disassembler/ARMv7/ARMv7DOpcode.cpp
disassembler/ARMv7/ARMv7DOpcode.h
ftl/FTLLowerDFGToLLVM.cpp
ftl/FTLLowerDFGToLLVM.h
heap/Heap.cpp
heap/Heap.h
heap/MachineStackMarker.cpp
heap/MachineStackMarker.h
inspector/InjectedScript.cpp
inspector/InjectedScript.h
inspector/InjectedScriptSource.js
inspector/JSGlobalObjectInspectorController.cpp
inspector/JSGlobalObjectInspectorController.h
inspector/agents/InspectorRuntimeAgent.cpp
inspector/agents/InspectorRuntimeAgent.h
inspector/protocol/Runtime.json
interpreter/Interpreter.cpp
jit/JITOpcodes.cpp
jit/RegisterSet.cpp
llint/LowLevelInterpreter.asm
llint/LowLevelInterpreter64.asm
llvm/LLVMAPIFunctions.h
llvm/library/LLVMExports.cpp
parser/ParserArena.h
runtime/MapData.cpp
runtime/VM.cpp
runtime/VM.h
tests/stress/get-my-argument-by-val-inlined-no-formal-parameters.js [new file with mode: 0644]
tests/stress/regress-141489.js [new file with mode: 0644]
tests/stress/throw-from-ftl-call-ic-slow-path-cells.js [new file with mode: 0644]
tests/stress/throw-from-ftl-call-ic-slow-path-undefined.js [new file with mode: 0644]
tests/stress/throw-from-ftl-call-ic-slow-path.js [new file with mode: 0644]