Doug Ilijev 2f13802dcd MicroBuild v2: changes to project files and build scripts to enable building in MBv2, and PGO builds of ChakraCore; add nuspec for ChakraCore. 10 vuotta sitten
..
AsmJsByteCodeDumper.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
AsmJsByteCodeDumper.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
AsmJsByteCodeWriter.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
AsmJsByteCodeWriter.h 46617d76ae CR Fixes #3 10 vuotta sitten
AuxArray.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
BackendOpCodeAttr.cpp 8567cfe6c1 update all references to use correct CamelCase file names 10 vuotta sitten
BackendOpCodeAttr.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ByteBlock.cpp 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ByteBlock.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ByteCodeApi.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ByteCodeCacheReleaseFileVersion.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ByteCodeDumper.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 vuotta sitten
ByteCodeDumper.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ByteCodeEmitter.cpp 25e7c1ce03 [MERGE #665] Update the yield* implementation to match the spec 10 vuotta sitten
ByteCodeGenerator.cpp 730b33ca44 Fix for issue with using this object in the param scope of a lambda function 10 vuotta sitten
ByteCodeGenerator.h 84775acbcd Fix module cyclic dependencies 10 vuotta sitten
ByteCodeReader.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
ByteCodeReader.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
ByteCodeSerializeFlags.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ByteCodeSerializer.cpp 83a9cc8c95 Track anonymous functions bodies when we serialize them in the byte code. Otherwise it's impossible on deserialization to tell the difference between an anonymous function and a function with the name, 'Anonymous function.' The difference determines, for instance, whether instances of the function body have a name property. 10 vuotta sitten
ByteCodeSerializer.h 8567cfe6c1 update all references to use correct CamelCase file names 10 vuotta sitten
ByteCodeWriter.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 vuotta sitten
ByteCodeWriter.h d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 vuotta sitten
Chakra.Runtime.ByteCode.vcxproj 8567cfe6c1 update all references to use correct CamelCase file names 10 vuotta sitten
ExtendedOpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
ExtendedOpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
FuncInfo.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 vuotta sitten
FuncInfo.h 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 vuotta sitten
LayoutTypes.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
LayoutTypesAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
OpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
OpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
OpCodeUtil.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 vuotta sitten
OpCodeUtil.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 vuotta sitten
OpCodeUtilAsmJs.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 vuotta sitten
OpCodeUtilAsmJs.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 vuotta sitten
OpCodes.cpp 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
OpCodes.h 2197bfa27a Another fix for bug OS:6773420 10 vuotta sitten
OpCodesAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
OpCodesSimd.h 46617d76ae CR Fixes #3 10 vuotta sitten
OpLayouts.h 8567cfe6c1 update all references to use correct CamelCase file names 10 vuotta sitten
OpLayoutsAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
OpLayoutsCommon.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 vuotta sitten
PropertyIdArray.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
RuntimeByteCodePch.cpp 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
RuntimeByteCodePch.h 8567cfe6c1 update all references to use correct CamelCase file names 10 vuotta sitten
Scope.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 vuotta sitten
Scope.h 3c28308d8d This change set implements param scope and the body scope as parallel scopes. 10 vuotta sitten
ScopeInfo.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 vuotta sitten
ScopeInfo.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
StatementReader.cpp d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 vuotta sitten
StatementReader.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
Symbol.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 vuotta sitten
Symbol.h 84775acbcd Fix module cyclic dependencies 10 vuotta sitten
VarArrayVarCount.h 47eab483b9 change top-level dir Lib back to lib 10 vuotta sitten
packages.config 2f13802dcd MicroBuild v2: changes to project files and build scripts to enable building in MBv2, and PGO builds of ChakraCore; add nuspec for ChakraCore. 10 vuotta sitten