2013-08-30 |
ryuan.choi@samsung.com | Fix build break after r154861 |
blob | commitdiff |
2013-08-30 |
oliver@apple.com | Implement ES6 Map object |
blob | commitdiff | diff to current |
2013-08-29 |
fpizlo@apple.com | Teach DFG::Worklist and its clients that it may be... |
blob | commitdiff | diff to current |
2013-08-29 |
fpizlo@apple.com | CodeBlock::prepareForExecution() is silly |
blob | commitdiff | diff to current |
2013-08-29 |
fpizlo@apple.com | CodeBlock compilation and installation should be simpli... |
blob | commitdiff | diff to current |
2013-08-29 |
commit-queue@webki... | Unreviewed, rolling out r154804. |
blob | commitdiff | diff to current |
2013-08-29 |
fpizlo@apple.com | CodeBlock compilation and installation should be simpli... |
blob | commitdiff | diff to current |
2013-08-26 |
weinig@apple.com | Add support for Promises |
blob | commitdiff | diff to current |
2013-08-16 |
mhahnenberg@apple.com | <https://webkit.org/b/119833> Concurrent compilation... |
blob | commitdiff | diff to current |
2013-08-15 |
fpizlo@apple.com | Typed arrays should be rewritten |
blob | commitdiff | diff to current |
2013-08-06 |
paroga@webkit.org | Build fix for ARM MSVC after r150109. |
blob | commitdiff | diff to current |
2013-08-05 |
oliver@apple.com | Move TypedArray implementation into JSC |
blob | commitdiff | diff to current |
2013-08-02 |
paroga@webkit.org | Add JSCTestRunnerUtils to the list of forwarding header... |
blob | commitdiff | diff to current |
2013-07-26 |
gyuyoung.kim@samsu... | Unreviewed, fix build break after r153360. |
blob | commitdiff | diff to current |
2013-07-25 |
ryuan.choi@samsung.com | Unreviewed, build fix on the EFL port. |
blob | commitdiff | diff to current |
2013-07-25 |
ryuan.choi@samsung.com | Unreviewed, build fix on the EFL port. |
blob | commitdiff | diff to current |
2013-07-25 |
ossy@webkit.org | Unreviewed buildfix after FTL upstream. |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | Endeavour to fix CMakelist builds |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Introducing the StackIterator class. |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Implement a probe mechanism for JIT generat... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Landing the initial FTL logic in a single... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: DFG should provide utilities for common... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: put DFG data into a DFG::JITCode, and put... |
blob | commitdiff | diff to current |
2013-07-04 |
paroga@webkit.org | [CMake] Add generation of JITStubs for x86_64 MSVC |
blob | commitdiff | diff to current |
2013-07-04 |
paroga@webkit.org | [CMake] Add STATICALLY_LINKED_WITH_WTF to JavaScriptCor... |
blob | commitdiff | diff to current |
2013-05-18 |
paroga@webkit.org | [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME |
blob | commitdiff | diff to current |
2013-05-17 |
paroga@webkit.org | Consolidate lists in JavaScriptCore CMake files |
blob | commitdiff | diff to current |
2013-05-10 |
mhahnenberg@apple.com | Rename StructureCheckHoistingPhase to TypeCheckHoisting... |
blob | commitdiff | diff to current |
2013-04-30 |
rniwa@webkit.org | Unreviewed, rolling out r149349 and r149354. |
blob | commitdiff | diff to current |
2013-04-30 |
commit-queue@webki... | [ARM] Expand the use of integer division |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-04-17 |
mark.lam@apple.com | Source/JavaScriptCore: Add LLINT and baseline JIT suppo... |
blob | commitdiff | diff to current |
2013-04-16 |
paroga@webkit.org | .: [CMake] Do not use JAVASCRIPTCORE_DIR in add_custom_... |
blob | commitdiff | diff to current |
2013-04-16 |
andersca@apple.com | ScriptWrappable subclasses shouldn't have to include... |
blob | commitdiff | diff to current |
2013-04-15 |
paroga@webkit.org | [CMake] Add WTF_USE_*_UNICODE variables |
blob | commitdiff | diff to current |
2013-04-10 |
ggaren@apple.com | Removed bitrotted TimeoutChecker code |
blob | commitdiff | diff to current |
2013-04-01 |
mhahnenberg@apple.com | EFL build fix |
blob | commitdiff | diff to current |
2013-04-01 |
mhahnenberg@apple.com | Regions should be allocated from the same contiguous... |
blob | commitdiff | diff to current |
2013-03-21 |
mhahnenberg@apple.com | Objective-C API: wrapperClass holds a static JSClassRef... |
blob | commitdiff | diff to current |
2013-03-18 |
fpizlo@apple.com | DFG string conversions and allocations should be inlined |
blob | commitdiff | diff to current |
2013-03-18 |
fpizlo@apple.com | ObjectPrototype properties should be eagerly created... |
blob | commitdiff | diff to current |
2013-03-15 |
mhahnenberg@apple.com | Roll out r145838 |
blob | commitdiff | diff to current |
2013-03-14 |
fpizlo@apple.com | JSObject fast by-string access optimizations should... |
blob | commitdiff | diff to current |
2013-03-12 |
rgabor@webkit.org | Renaming the armv7.rb LLINT backend to arm.rb |
blob | commitdiff | diff to current |
2013-03-12 |
fpizlo@apple.com | DFG overflow check elimination is too smart for its... |
blob | commitdiff | diff to current |
2013-03-09 |
commit-queue@webki... | Unreviewed, rolling out r145299. |
blob | commitdiff | diff to current |
2013-03-09 |
fpizlo@apple.com | DFG overflow check elimination is too smart for its... |
blob | commitdiff | diff to current |
2013-03-07 |
mhahnenberg@apple.com | Objective-C API: Need a good way to reference event... |
blob | commitdiff | diff to current |
2013-03-06 |
akling@apple.com | Unused Structure property tables waste 14MB on Membuster. |
blob | commitdiff | diff to current |
2013-03-06 |
fpizlo@apple.com | DFG DCE might eliminate checks unsoundly |
blob | commitdiff | diff to current |
2013-03-05 |
commit-queue@webki... | Unreviewed, rolling out r144708. |
blob | commitdiff | diff to current |
2013-03-05 |
akling@apple.com | Unused Structure property tables waste 14MB on Membuster. |
blob | commitdiff | diff to current |
2013-02-26 |
commit-queue@webki... | Unreviewed, rolling out r144074. |
blob | commitdiff | diff to current |
2013-02-26 |
akling@apple.com | Unused Structure property tables waste 14MB on Membuster. |
blob | commitdiff | diff to current |
2013-02-26 |
akling@apple.com | Unreviewed, rolling out r144054. |
blob | commitdiff | diff to current |
2013-02-26 |
akling@apple.com | Unused Structure property tables waste 14MB on Membuster. |
blob | commitdiff | diff to current |
2013-02-21 |
fpizlo@apple.com | DFG should not change its mind about what type speculat... |
blob | commitdiff | diff to current |
2013-02-18 |
fpizlo@apple.com | Move all Structure out-of-line inline methods to Struct... |
blob | commitdiff | diff to current |
2013-02-09 |
fpizlo@apple.com | DFG should allow phases to break Phi's and then have... |
blob | commitdiff | diff to current |
2013-02-05 |
fpizlo@apple.com | DFG should have a precise view of jump targets |
blob | commitdiff | diff to current |
2013-02-01 |
mhahnenberg@apple.com | Structure should have a StructureRareData field to... |
blob | commitdiff | diff to current |
2013-01-29 |
fpizlo@apple.com | DFG should not use a graph that is a vector, Nodes... |
blob | commitdiff | diff to current |
2013-01-24 |
mhahnenberg@apple.com | Objective-C API: Rename JSValue.h/APIJSValue.h to JSCJS... |
blob | commitdiff | diff to current |
2013-01-19 |
ggaren@apple.com | Track inheritance structures in a side table, instead... |
blob | commitdiff | diff to current |
2012-12-26 |
gyuyoung.kim@samsu... | [CMAKE] Remove header files in JavaScriptCore/CMakeList... |
blob | commitdiff | diff to current |
2012-12-25 |
fpizlo@apple.com | JITThunks should be in its own file |
blob | commitdiff | diff to current |
2012-12-21 |
fpizlo@apple.com | DFG Arrayify slow path should be out-of-line |
blob | commitdiff | diff to current |
2012-12-19 |
oliver@apple.com | Add a JSScriptRef API to JSC so that we can allow API... |
blob | commitdiff | diff to current |
2012-12-18 |
msaboff@apple.com | DFG: Refactor DFGCorrectableJumpPoint to reduce size... |
blob | commitdiff | diff to current |
2012-12-12 |
fpizlo@apple.com | Profiler should show bytecode dumps as they would have... |
blob | commitdiff | diff to current |
2012-12-10 |
fpizlo@apple.com | Profiler should say things about OSR exits |
blob | commitdiff | diff to current |
2012-12-09 |
fpizlo@apple.com | JSC should scale the optimization threshold for a code... |
blob | commitdiff | diff to current |
2012-12-07 |
commit-queue@webki... | [CMake] Consolidate list of files to build for JavaScri... |
blob | commitdiff | diff to current |
2012-12-06 |
commit-queue@webki... | [CMake] Unify coding style for CMake files |
blob | commitdiff | diff to current |
2012-12-05 |
fpizlo@apple.com | JSC should be able to report profiling data associated... |
blob | commitdiff | diff to current |
2012-12-04 |
fpizlo@apple.com | Rename Profiler to LegacyProfiler |
blob | commitdiff | diff to current |
2012-11-30 |
fpizlo@apple.com | It should be easy to find code blocks in debug dumps |
blob | commitdiff | diff to current |
2012-11-29 |
fpizlo@apple.com | SpeculatedType dumping should not use the static char... |
blob | commitdiff | diff to current |
2012-11-22 |
fpizlo@apple.com | It should be possible to say disassemble(stuff) instead... |
blob | commitdiff | diff to current |
2012-11-22 |
fpizlo@apple.com | Baseline JIT's disassembly should be just as pretty... |
blob | commitdiff | diff to current |
2012-11-21 |
fpizlo@apple.com | DFG should be able to cache closure calls (part 2/2) |
blob | commitdiff | diff to current |
2012-11-20 |
paroga@webkit.org | [CMake] Create JavaScriptCore ForwardingHeaders |
blob | commitdiff | diff to current |
2012-11-15 |
commit-queue@webki... | [CMake] Do not regenerate LLIntAssembly.h on every... |
blob | commitdiff | diff to current |
2012-11-08 |
fpizlo@apple.com | JSC should infer when indexed storage contains only... |
blob | commitdiff | diff to current |
2012-11-07 |
oliver@apple.com | Reduce parser overhead in JSC |
blob | commitdiff | diff to current |
2012-11-06 |
fpizlo@apple.com | Get rid of method_check |
blob | commitdiff | diff to current |
2012-10-21 |
rakuco@webkit.org | Fix 'make dist' for the GTK+ port |
blob | commitdiff | diff to current |
2012-10-18 |
rakuco@webkit.org | [CMake] Avoid unnecessarily running the LLInt generatio... |
blob | commitdiff | diff to current |
2012-10-12 |
mhahnenberg@apple.com | Copying collection shouldn't require O(live bytes)... |
blob | commitdiff | diff to current |
2012-10-10 |
fpizlo@apple.com | Typed arrays should not be 20x slower in the baseline... |
blob | commitdiff | diff to current |
2012-10-09 |
fpizlo@apple.com | JSC should infer when indexed storage is contiguous... |
blob | commitdiff | diff to current |
2012-10-09 |
mark.lam@apple.com | Renamed RegisterFile to JSStack, and removed prototype... |
blob | commitdiff | diff to current |
2012-10-05 |
mhahnenberg@apple.com | JSC should have a way to gather and log Heap memory... |
blob | commitdiff | diff to current |
2012-09-27 |
fpizlo@apple.com | jneq_ptr shouldn't have a pointer |
blob | commitdiff | diff to current |
2012-09-26 |
barraclough@apple.com | Generalize JSGlobalThis as JSProxy |
blob | commitdiff | diff to current |
2012-09-13 |
fpizlo@apple.com | JSC should have property butterflies |
blob | commitdiff | diff to current |
2012-09-11 |
rakuco@webkit.org | [EFL] Rewrite the EFL-related Find modules |
blob | commitdiff | diff to current |
2012-09-11 |
rakuco@webkit.org | [EFL] Unreviewed build fix after r128065. |
blob | commitdiff | diff to current |
2012-09-10 |
mhahnenberg@apple.com | Combine MarkStack and SlotVisitor into single class |
blob | commitdiff | diff to current |
2012-09-10 |
commit-queue@webki... | [CMake][EFL] Enable the LLInt |
blob | commitdiff | diff to current |
next |