Suwei Chen eecf271764 Heap overflow in Array.prototype.reverse hace 9 años
..
ASMJSParser 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Array eecf271764 Heap overflow in Array.prototype.reverse hace 9 años
AsmJSFloat 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
AsmJs 898582f13b Merge remaining code changes from internal RS1 branch hace 9 años
Basics 2b765347f6 Fix various spelling errors. hace 10 años
Boolean 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Bugs 0c0d2c4f55 adding missing attirbutes hace 9 años
Closures 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
ControlFlow 2b765347f6 Fix various spelling errors. hace 10 años
Conversions 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Date 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
DynamicCode 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
EH 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Error cdfc1ee3e3 Incorrect line and column number on error stack. hace 10 años
FixedFields 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Function 23a3d5b23f Correct the construction of scope chain structures in corner cases involving named function expressions. hace 9 años
Generated f6adc7f97e Added missing copyright headers. hace 10 años
GlobalFunctions 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
InlineCaches 2b765347f6 Fix various spelling errors. hace 10 años
JSON 2b765347f6 Fix various spelling errors. hace 10 años
LetConst 008cc686fc Address PR feedback hace 9 años
Lib 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Math abfe3655bf remove special handling for atan2 from Js::Math::atan2 hace 10 años
Miscellaneous 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Number 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Object efc0772266 Add tests to cover regressions in reduced repros for VSO 7399962. hace 9 años
Operators 2b765347f6 Fix various spelling errors. hace 10 años
Optimizer 8170b34c00 [MERGE #893] Fixing bug with hoisting a type check bailout hace 9 años
PerfHint 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Prototypes 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
RWC 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
Regex 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
SIMD.TypeSpec 9b8e058afd SimdJsType spec initial commit hace 10 años
SIMD.bool16x8.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values hace 9 años
SIMD.bool32x4.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values hace 9 años
SIMD.bool8x16.asmjs 07574183e2 Allow Asm.js type coercions on simd builtin ret values hace 9 años
SIMD.float32x4 56c422a6a4 unit test changes hace 9 años
SIMD.float32x4.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.int16x8.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.int32x4 56f9bb8439 Simd.js: Masking shift amounts of simd shift operations hace 10 años
SIMD.int32x4.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.int8x16 0af32b13e0 Simd.js library support hace 10 años
SIMD.int8x16.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.uint16x8.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.uint32x4.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.uint8x16.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.workloads.asmjs 56c422a6a4 unit test changes hace 9 años
SIMD.wrappers 70faee3978 @@toPrimitive should be ignored if its value is null hace 10 años
StackTrace f928841ec1 Function.name on the getter/setter on defineProperty. hace 9 años
Strings 3c0387641d Fixed unittest to trigger more predictably. hace 10 años
TaggedFloats 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
TaggedIntegers 2b765347f6 Fix various spelling errors. hace 10 años
UnifiedRegex 9511ebcaf4 Have RegExp.prototype.test work correctly when lastIndex > MaxCharCount hace 10 años
UnitTestFramework d917afa76c Object.prototype should be an immutable prototype exotic object. hace 10 años
VT_DATE 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
bailout 2b765347f6 Fix various spelling errors. hace 10 años
benchmarks e5ad983584 Update cached version of Octane hace 9 años
es5 21f3f9b00d Fixes `get` and `set` not parsing in object literal shorthand syntax hace 10 años
es6 c2787ef8fd Change to address CVE-2016-7200,CVE-2016-7201,CVE-2016-7202,CVE-2016-7203,CVE-2016-7208,CVE-2016-7240,CVE-2016-7241,CVE-2016-7242,CVE-2016-7243 hace 9 años
es7 614057f49f address review comments, make the unittest code more readable hace 9 años
fieldopts 8567a69a3c Types that are used in equivalent objtypespec guards must be locked to protect against, e.g., adding a property to a dictionary type handler, which will only change the type if it's locked. hace 10 años
inlining ccd707665f Update arguments count for an inlinee at InlineeStart instead of hace 10 años
loop 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
rltimeout f6adc7f97e Added missing copyright headers. hace 10 años
stackfunc cb554395f5 In jitted loop bodies, we may have stack-allocated closures but not create stack-allocated functions inside block scopes. Let BoxScopeSlots call BoxStackFunction for functions not on stack to make sure that any stack closures get boxed. hace 10 años
strict dcdb8d014f [MERGE #227] Fix various spelling errors. hace 10 años
switchStatement 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files hace 10 años
typedarray bcd950efee TypedArrayCreate for TypedArray built-in methods hace 9 años
utf8 2b765347f6 Fix various spelling errors. hace 10 años
jenkins.build.cmd 5d8406741f Initial commit hace 10 años
jenkins.build.init.cmd 507a0e7f4d MicroBuild v2: Enable CodeCoverage. hace 9 años
jenkins.buildall.cmd 1bbcea465f Make jenkins.buildall.cmd accept extra parameters. Fixes #442. hace 10 años
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. hace 10 años
jenkins.parsetestargs.cmd d7f19a3298 Fix 'jenkins.testone.cmd ... -disablejit' path to use the correct _BinDir. Unblocks ref #114. hace 10 años
jenkins.testall.cmd 5d8406741f Initial commit hace 10 años
jenkins.testone.cmd d7f19a3298 Fix 'jenkins.testone.cmd ... -disablejit' path to use the correct _BinDir. Unblocks ref #114. hace 10 años
rlexedirs.xml 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. hace 10 años
runcitests.cmd 5d8406741f Initial commit hace 10 años
runtests.cmd 6e90b4adb9 runtests.cmd: support extra command line flags hace 10 años