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 |
mark.lam@apple.com | Change StackIterator to not require writes to the JS... |
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-28 |
zandobersek@gmail.com | [GTK] Add support for building JSC with FTL JIT enabled |
blob | commitdiff | diff to current |
2013-08-26 |
weinig@apple.com | Add support for Promises |
blob | commitdiff | diff to current |
2013-08-25 |
fpizlo@apple.com | FloatTypedArrayAdaptor::toJSValue should almost certain... |
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-05 |
oliver@apple.com | Move TypedArray implementation into JSC |
blob | commitdiff | diff to current |
2013-08-05 |
fpizlo@apple.com | Copied space should be able to handle more than one... |
blob | commitdiff | diff to current |
2013-07-30 |
carlosgc@webkit.org | Unreviewed. Fix make distcheck. |
blob | commitdiff | diff to current |
2013-07-26 |
ossy@webkit.org | GTK and Qt buildfix after the intrusive win buildfix... |
blob | commitdiff | diff to current |
2013-07-25 |
zandobersek@gmail.com | Source/JavaScriptCore: Unreviewed, further build fixing... |
blob | commitdiff | diff to current |
2013-07-25 |
zandobersek@gmail.com | Unreviewed GTK build fixing. |
blob | commitdiff | diff to current |
2013-07-25 |
zandobersek@gmail.com | Unreviewed GTK build fix. |
blob | commitdiff | diff to current |
2013-07-25 |
zandobersek@gmail.com | Unreviewed. Fixing the GTK build after the FTL merging... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Refactor ObjCCallbackFunction to inherit... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Re-worked non-local variable resolution |
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: Disambiguate between CallFrame bytecodeOffs... |
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: Refactor JITStubs.cpp to move CPU specific... |
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-21 |
bfulgham@apple.com | [Windows] Remove unneeded custom stdint.h now that... |
blob | commitdiff | diff to current |
2013-07-08 |
carlosgc@webkit.org | Unreviewed. Fix make distcheck. |
blob | commitdiff | diff to current |
2013-05-22 |
commit-queue@webki... | [sh4] Remove MacroAssemblerSH4.cpp file. |
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-29 |
carlosgc@webkit.org | Unreviewed. Fix make distcheck. |
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 |
andersca@apple.com | ScriptWrappable subclasses shouldn't have to include... |
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 | Regions should be allocated from the same contiguous... |
blob | commitdiff | diff to current |
2013-03-30 |
mhahnenberg@apple.com | Move Region into its own header |
blob | commitdiff | diff to current |
2013-03-24 |
mhahnenberg@apple.com | HandleSet should use HeapBlocks for storing handles |
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 |
mhahnenberg@apple.com | Objective-C API: Objective-C functions exposed to JavaS... |
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-19 |
fpizlo@apple.com | Moved PolymorphicAccessStructureList into its own file. |
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-17 |
fpizlo@apple.com | Remove support for bytecode comments, since it doesn... |
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-04 |
mrobinson@webkit.org | Fix GTK+ 'make dist' in preparation for the 1.11.5... |
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-30 |
ggaren@apple.com | Removed GGC because it has been disabled for a long... |
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-26 |
fpizlo@apple.com | DFG variable event stream shouldn't use NodeIndex |
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-20 |
fpizlo@apple.com | Inserting a node into the DFG graph should not require... |
blob | commitdiff | diff to current |
2013-01-19 |
ggaren@apple.com | Track inheritance structures in a side table, instead... |
blob | commitdiff | diff to current |
2013-01-15 |
zandobersek@gmail.com | [Autotools] Unify JavaScriptCore sources list, regardle... |
blob | commitdiff | diff to current |
2013-01-09 |
carlosgc@webkit.org | Unreviewed. Fix make distcheck. |
blob | commitdiff | diff to current |
2013-01-04 |
fpizlo@apple.com | DFG::ByteCodeCache serves little or no purpose ever... |
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-20 |
msaboff@apple.com | JIT: Change uninitialized pointer value -1 to constant |
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 |
kov@webkit.org | Unreviewed distcheck fix. |
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-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-12 |
carlosgc@webkit.org | Unreviewed. Fix make distcheck. |
blob | commitdiff | diff to current |
2012-11-09 |
mark.lam@apple.com | Renamed ...InlineMethods.h files to ...Inlines.h. |
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 |
next |