wyrichte 08234133a3 LinearScan::InsertSecondChanceCompensation does not always restore a register saved to the stack at the beginning of a loop. 7 лет назад
..
262 f04c6b4198 Enable sharedarray ft. for 262 testing 8 лет назад
ASMJSParser cf955c25ed Fix OS: 13988805 AsmJs error triggers syntax error on reparse assert 8 лет назад
Array b54cc0a99e Implement stable Array.prototype.sort 7 лет назад
AsmJSFloat 2b923b65fb Remove SIMD tests 8 лет назад
AsmJs a24ede7fec Fails AsmJs.cpp's module return check if a property definition in the return object literal is not a binary parse node. 7 лет назад
Basics 1f18f53acf Improve parsing error messages 7 лет назад
BigInt 25af1a93e1 implement bigint multiply 7 лет назад
Boolean a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 лет назад
Bugs c99cec2da6 Add SlotArrayCheck in Lowerer instead of IRBuilder 7 лет назад
Closures c0723f4985 Moving RS4 changes to master 7 лет назад
ConfigParsing 2ee13d2cf7 Newline at file ends 7 лет назад
ControlFlow 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 лет назад
Conversions a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 лет назад
Date 05dda626e9 Add a test with a negative offset and empty time for Date.parse() 7 лет назад
Debugger 82fad63199 Updating test baselines 7 лет назад
DebuggerCommon 33a3dc41bd update baselines 7 лет назад
DynamicCode 8c8bf79f24 Removing -force:fieldhoist and -off:fieldhoist from rlexe.xml files 7 лет назад
EH 590b08b360 Fix async function and generator when await/yield is used inside a catch statement with no argument binding 7 лет назад
Error 8edb18be37 Make ParseNodeParamPattern a real ParseNodeUni and thus the down cast is valid. 8 лет назад
FixedFields cf09b4884f This optimization groups bailout instrs (created by the inliner when a non fixed field is called) into a single instr (CheckFunctionEntryPoint) which can be hoisted outside of a loop. 7 лет назад
FlowGraph e927650232 Add test case 7 лет назад
Function 10cdaa7ca7 Throw a syntax error when the statement of a with statement is a labeled function. 7 лет назад
Generated 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 лет назад
GlobalFunctions 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
InlineCaches 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
Intl 8841008b71 Gets build scripts ready for Jenkins to ADO switch 7 лет назад
JSON e5e1f31904 Convert exclude_fre to exclude_test 8 лет назад
JsBuiltIns 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
LetConst 80bb9c584a Update global toStringTag to match attributes from v8 7 лет назад
Lib 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
Math eea931005e Adding tests 7 лет назад
Miscellaneous 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
Number eba9b1adef NaN's most significant bit signifies the sign of NaN. This bit's value was inconsistent with other engines' as well as inconsistent in Chakra when using the -NoNative flag. This fix makes NaN respect the sign bit. This is viewable through typed array buffers. 7 лет назад
Object ab4ef72548 remove on switch from unittest 7 лет назад
Operators 69761809dd Add bug references. 8 лет назад
Optimizer ea11fc00ef A couple of fixes with inline args opt and stack args opt 7 лет назад
PRE 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
PerfHint a77ab96c33 ARM64: Disable inlining and VirtualTypedArray. Mark tests using test trace as exclue_arm64 8 лет назад
Prototypes 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
RWC a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 лет назад
RegAlloc 08234133a3 LinearScan::InsertSecondChanceCompensation does not always restore a register saved to the stack at the beginning of a loop. 7 лет назад
Regex 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
Scanner ed1e5e25ce Respond to PR feedback 7 лет назад
StackTrace 82fad63199 Updating test baselines 7 лет назад
Strings 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
TTBasic e9066519c4 fixes #5513 recreate baseline files 7 лет назад
TTExecuteBasic 5f5f2fbf21 Fixes #2471 Symbol registration map should support null characters in symbol names. 8 лет назад
TaggedFloats a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 лет назад
TaggedIntegers 9f6eb4c823 Cherry-pick unconflicted files from #1300 8 лет назад
TryCatch 87b168a2e3 Fixes bug where ImplicitCallFlags and DisableImplicitFlags were not restored to previous values held. 7 лет назад
UnifiedRegex 3daa80d6c3 Adding failure for character classes in range if unicode flag set. 7 лет назад
UnitTestFramework cf71a962c1 Merge 1809 October Update changes 7 лет назад
VT_DATE 69761809dd Add bug references. 8 лет назад
WasmSpec f23227ecfa [MERGE #5889 @Cellule] WebAssembly fix tee_local behavior 7 лет назад
WasmSpec.MultiValue 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
bailout dfd11cd34b [MERGE #5250 @Cellule] Post-Op bailout with unconditional branches 7 лет назад
benchmarks 5ab937bd58 Add modifications 7 лет назад
es5 b54cc0a99e Implement stable Array.prototype.sort 7 лет назад
es6 9b24ee434f Fix rlexe.xml newlines 7 лет назад
es6module 72bf19edc1 Syntax error for undefined module export per 7 лет назад
es7 3517001fb1 Implement globalThis 7 лет назад
fieldopts 8c8bf79f24 Removing -force:fieldhoist and -off:fieldhoist from rlexe.xml files 7 лет назад
inlining 10808ce3cd Refactoring an assert 7 лет назад
logs 7a1092bc49 Add an empty logs directory to unblock test runs on the DRT VMs. 8 лет назад
loop 9ce4e1656c Bailouts on a MemOp should not keep the overwritten induction variable's value. 7 лет назад
native-tests 7bf59d1286 jsrt: JsCreateExternalObjectWithPrototype 8 лет назад
rltimeout 2421acb1f2 Added -timeoutRetries to rl (and some drive-by cleanup) 7 лет назад
stackfunc e5e1f31904 Convert exclude_fre to exclude_test 8 лет назад
strict 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
switchStatement d7e9d0d649 Add copyright notice to test case 8 лет назад
typedarray eba9b1adef NaN's most significant bit signifies the sign of NaN. This bit's value was inconsistent with other engines' as well as inconsistent in Chakra when using the -NoNative flag. This fix makes NaN respect the sign bit. This is viewable through typed array buffers. 7 лет назад
utf8 878e8cb5ba [1.11>master] [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update 7 лет назад
wasm 4e69cf2834 Update test baselines 7 лет назад
wasm.simd a952946b8e Enable binaryArithmeticTests.js 7 лет назад
jenkins.build.cmd 0cc10a1adb add configuration to build with SWB on 9 лет назад
jenkins.build.init.cmd 98cbeff3cc Modernize CI configuration: Modern = RS4 + Dev 15.7; Legacy = 2008 R2 + Dev14 7 лет назад
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. 10 лет назад
jenkins.parsetestargs.cmd 7a2631809e Be more verbose about native tests; disable native tests in reduced test runs (-dirs -tags -nottags) 8 лет назад
jenkins.testone.cmd 1181bca6b6 Adding additional logging to native tests in CI 7 лет назад
rlexedirs.xml 08234133a3 LinearScan::InsertSecondChanceCompensation does not always restore a register saved to the stack at the beginning of a loop. 7 лет назад
runcitests.cmd 482c730bde fixed bug in cmd script 7 лет назад
runnativetests.cmd dffd3ffcf0 Add missing changes for #4876: Provide more information when unit tests and native tests fail. 8 лет назад
runtests.cmd 7060747f3d Add -timeoutRetries support to runtests.cmd 7 лет назад
runtests.py 276661f908 Fix runtests.py line endings 7 лет назад
runtests.sh ffdac7f527 Update OSX machine pool 7 лет назад