Commits
User selector
Commit History
Commits on Jan 16, 2020
[Win] Fix AppleWin build
Show description for a565721committed
Commits on Aug 9, 2019
[Win] Fix internal build
Show description for 5152775committed
Commits on Dec 6, 2017
Switch windows build to Visual Studio 2017
Show description for 2897669authored andcommitted
Commits on Sep 20, 2017
[Win] Cannot find script to generate unified sources.
Show description for 7e345b3committed
Commits on Nov 2, 2016
[Win] Copy build results to AAS 'Program Files' folder.
Show description for 37f3000committed
Commits on Oct 25, 2016
[Win] CMake build type is not set.
Show description for 0190463committed
Commits on Aug 30, 2016
Fix WebInspectorUI in internal Windows build
Show description for f506e9bcommitted
Commits on Jun 10, 2016
Clean up JavaScriptCore.vcxproj directory after switching to CMake.
Show description for 7928782committed
Commits on May 3, 2016
[Win] Remove Windows XP Compatibility Requirements
Show description for 608cc02committed
Commits on Mar 22, 2016
[Win] [64-bit] Remove MSVC 2013 FMA3 Bug Workaround
Show description for 5cf735dcommitted
Commits on Mar 4, 2016
Remove vcxproj build system
Show description for 68f34c6committed
Commits on Mar 3, 2016
Add ability to generate a Heap Snapshot
Show description for 793516aauthored andcommitted
Commits on Mar 2, 2016
Unreviewed, rolling out r197226 and r197256.
Show description for f7dfea1committed[ES6] Add support for Unicode regular expressions
Show description for 1633bc3committed
Commits on Mar 1, 2016
Reduce size of internal windows build output
Show description for 518c99cauthored andcommitted
Commits on Feb 29, 2016
Make it cheap to #include "JITOperations.h"
Show description for 503779bcommitted
Filip Pizlo
Commits on Feb 27, 2016
Remove the on demand executable allocator
Show description for db8b0c3committed
Commits on Feb 19, 2016
Remove more LLVM related dead code after r196729
Show description for e320307committed
Commits on Feb 18, 2016
Unreviewed, fix VS build. I didn't know we still did that, but apparently there's a bot
Show description for 4db7a08committed
Filip Pizlo
Commits on Feb 6, 2016
Fix internal Windows build
Show description for a000e3bcommitted
Commits on Feb 4, 2016
Fix internal Windows build
Show description for 2d71472committed
Commits on Feb 3, 2016
Remove references to CallFrameInlines.h
Show description for 85b4b17committed
Commits on Feb 2, 2016
Native Bindings Descriptors are Incomplete
Show description for 68384e2committed
Commits on Jan 30, 2016
JSC Sampling Profiler: Come up with a (program counter => CodeOrigin) mapping
Show description for d707ceecommitted
Commits on Jan 11, 2016
Implement a sampling profiler
Show description for 7028f13committed[JSC] Iterating over a Set/Map is too slow
Show description for eb2b022committed[ES6] Arrow function syntax. Get rid of JSArrowFunction and use standard JSFunction class
Show description for 3da0ba2authored andcommitted
Commits on Dec 29, 2015
[ES6][ES7] Drop Constructability of generator function
Show description for 6b4bf29committed
Commits on Dec 22, 2015
Snippefy op_negate for the baseline JIT.
Show description for d786111committed
Mark Lam
Commits on Dec 18, 2015
Replace SpecialFastCase profiles with ResultProfiles.
Show description for 0bf7341committed
Mark Lam
Commits on Dec 16, 2015
Fix internal Windows build
Show description for f7265cacommitted
Commits on Dec 11, 2015
Refactoring to reduce potential cut-paste errors with the FTL ICs.
Show description for e4f5d52committed
Mark Lam
Commits on Dec 8, 2015
Snippefy shift operators for the baseline JIT.
Show description for 5610c02committed
Mark Lam
Commits on Dec 7, 2015
Rename JITBitwiseBinaryOpGenerator to JITBitBinaryOpGenerator.
Show description for b0680c4committed
Mark Lam