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