2014-05-05 |
akling@apple.com | Remove two now-incorrect assertions after r168256. |
blob | commitdiff |
2014-05-05 |
akling@apple.com | Optimize JSRopeString for resolving directly to AtomicS... |
blob | commitdiff | diff to current |
2014-05-05 |
akling@apple.com | Unreviewed, rolling out r168254. |
blob | commitdiff | diff to current |
2014-05-05 |
fpizlo@apple.com | jsSubstring() should be lazy |
blob | commitdiff | diff to current |
2014-05-02 |
msaboff@apple.com | "arm64 function not 4-byte aligned" warnings when build... |
blob | commitdiff | diff to current |
2014-05-02 |
mhahnenberg@apple.com | Fix cloop build after r168178 |
blob | commitdiff | diff to current |
2014-05-02 |
mhahnenberg@apple.com | Add a DFG function whitelist |
blob | commitdiff | diff to current |
2014-05-02 |
fpizlo@apple.com | DFGAbstractInterpreter should not claim Int52 arithmeti... |
blob | commitdiff | diff to current |
2014-05-01 |
ggaren@apple.com | JavaScriptCore fails to build with some versions of... |
blob | commitdiff | diff to current |
2014-05-01 |
commit-queue@webki... | Unreviewed, rolling out r167964. |
blob | commitdiff | diff to current |
2014-05-01 |
fpizlo@apple.com | Fix trivial debug-only race-that-crashes in CallLinkSta... |
blob | commitdiff | diff to current |
2014-05-01 |
simon.fraser@apple.com | Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO |
blob | commitdiff | diff to current |
2014-04-30 |
fpizlo@apple.com | Argument flush formats should not be presumed to be... |
blob | commitdiff | diff to current |
2014-04-29 |
oliver@apple.com | Source/JavaScriptCore: Don't hold on to parameterBindin... |
blob | commitdiff | diff to current |
2014-04-29 |
mhahnenberg@apple.com | JSProxies should be cacheable |
blob | commitdiff | diff to current |
2014-04-29 |
fpizlo@apple.com | Use LLVM as a backend for the fourth-tier DFG JIT ... |
blob | commitdiff | diff to current |
2014-04-29 |
ggaren@apple.com | String.prototype.trim removes U+200B from strings. |
blob | commitdiff | diff to current |
2014-04-29 |
mark.lam@apple.com | Zombifying sweep should ignore retired blocks. |
blob | commitdiff | diff to current |
2014-04-29 |
mark.lam@apple.com | Fix bit rot in zombie mode heap code. |
blob | commitdiff | diff to current |
2014-04-29 |
commit-queue@webki... | LLINT loadisFromInstruction doesn't need special case... |
blob | commitdiff | diff to current |
2014-04-29 |
mhahnenberg@apple.com | Simplify tryCacheGetById |
blob | commitdiff | diff to current |
2014-04-29 |
msaboff@apple.com | REGRESSION(r153142) ASSERT from CodeBlock::dumpBytecode... |
blob | commitdiff | diff to current |
2014-04-28 |
fpizlo@apple.com | Source/JavaScriptCore: The LLInt is awesome and it... |
blob | commitdiff | diff to current |
2014-04-28 |
fpizlo@apple.com | GC should be able to remove things from the DFG worklis... |
blob | commitdiff | diff to current |
2014-04-28 |
mhahnenberg@apple.com | Deleting properties poisons objects |
blob | commitdiff | diff to current |
2014-04-26 |
akling@apple.com | Inline (C++) GetByVal with numeric indices more aggress... |
blob | commitdiff | diff to current |
2014-04-25 |
oliver@apple.com | Need earlier cell test |
blob | commitdiff | diff to current |
2014-04-25 |
akling@apple.com | Un-fast-allocate JSGlobalObjectRareData because Windows... |
blob | commitdiff | diff to current |
2014-04-25 |
akling@apple.com | Windows build fix attempt. |
blob | commitdiff | diff to current |
2014-04-25 |
mark.lam@apple.com | Refactor debugging code to use BreakpointActions instea... |
blob | commitdiff | diff to current |
2014-04-25 |
fpizlo@apple.com | DFG worklist scanning should not treat the key as a... |
blob | commitdiff | diff to current |
2014-04-25 |
oliver@apple.com | Remove unused parameter from codeblock linking function |
blob | commitdiff | diff to current |
2014-04-25 |
akling@apple.com | Mark some things with WTF_MAKE_FAST_ALLOCATED. |
blob | commitdiff | diff to current |
2014-04-25 |
graouts@webkit.org | Implement Array.prototype.find() |
blob | commitdiff | diff to current |
2014-04-25 |
beidson@apple.com | Rename "IMAGE_CONTROLS" feature to "SERVICE_CONTROLS" |
blob | commitdiff | diff to current |
2014-04-25 |
msaboff@apple.com | REGRESSION: Apparent hang of PCE.js Mac OS System 7... |
blob | commitdiff | diff to current |
2014-04-24 |
mark.lam@apple.com | Make slowPathAllocsBetweenGCs a runtime option. |
blob | commitdiff | diff to current |
2014-04-24 |
mark.lam@apple.com | The GC should only resume compiler threads that it... |
blob | commitdiff | diff to current |
2014-04-23 |
mhahnenberg@apple.com | Arguments::copyBackingStore needs to update m_registers... |
blob | commitdiff | diff to current |
2014-04-23 |
mrowe@apple.com | [Mac] REGRESSION (r164823): Building JavaScriptCore... |
blob | commitdiff | diff to current |
2014-04-23 |
mark.lam@apple.com | DFG::Worklist should acquire the m_lock before iteratin... |
blob | commitdiff | diff to current |
2014-04-22 |
bfulgham@apple.com | [Win] Support Python 2.7 in Cygwin |
blob | commitdiff | diff to current |
2014-04-22 |
fpizlo@apple.com | Switch the LLVMForJSC target to using the LLVM in ... |
blob | commitdiff | diff to current |
2014-04-22 |
alex.christensen... | [Win] Unreviewed build fix after my r167666. |
blob | commitdiff | diff to current |
2014-04-22 |
alex.christensen... | Removed old stdbool and inttypes headers. |
blob | commitdiff | diff to current |
2014-04-22 |
fpizlo@apple.com | DFG::clobberize() should honestly admit that profiler... |
blob | commitdiff | diff to current |
2014-04-22 |
fpizlo@apple.com | Switch statements that skip the baseline JIT should... |
blob | commitdiff | diff to current |
2014-04-22 |
mhahnenberg@apple.com | Arguments objects shouldn't need a destructor |
blob | commitdiff | diff to current |
2014-04-21 |
eric.carlson@apple.com | [Mac] implement WebKitDataCue |
blob | commitdiff | diff to current |
2014-04-21 |
fpizlo@apple.com | Source/JavaScriptCore: Unreviewed test gardening, run... |
blob | commitdiff | diff to current |
2014-04-21 |
fpizlo@apple.com | OSR exit should know about Int52 and Double constants |
blob | commitdiff | diff to current |
2014-04-21 |
fpizlo@apple.com | Provide feedback when we encounter an unrecognied node... |
blob | commitdiff | diff to current |
2014-04-21 |
akling@apple.com | Move the JSString cache from DOMWrapperWorld to VM. |
blob | commitdiff | diff to current |
2014-04-21 |
fpizlo@apple.com | Take block execution count estimates into account when... |
blob | commitdiff | diff to current |
2014-04-21 |
msaboff@apple.com | REGRESSION(r167591): ARM64 and ARM traditional builds... |
blob | commitdiff | diff to current |
2014-04-21 |
mhahnenberg@apple.com | Inline allocate Arguments objects in the DFG |
blob | commitdiff | diff to current |
2014-04-21 |
akling@apple.com | Speed up jsStringWithCache() through WeakGCMap inlining. |
blob | commitdiff | diff to current |
2014-04-20 |
ossy@webkit.org | JavaScriptCore: ARM build fix after r167094. |
blob | commitdiff | diff to current |
2014-04-20 |
ossy@webkit.org | [ARM] Unreviewed build fix after r167336. |
blob | commitdiff | diff to current |
2014-04-20 |
commit-queue@webki... | Unreviewed, rolling out r167501. |
blob | commitdiff | diff to current |
2014-04-20 |
fpizlo@apple.com | It should be OK to store new fields into objects that... |
blob | commitdiff | diff to current |
2014-04-20 |
benjamin@webkit.org | Make the CSS JIT compile for ARM64 |
blob | commitdiff | diff to current |
2014-04-19 |
akling@apple.com | Two little shortcuts to the JSType. |
blob | commitdiff | diff to current |
2014-04-19 |
fpizlo@apple.com | Make it easier to check if an integer sum would overflow |
blob | commitdiff | diff to current |
2014-04-19 |
fpizlo@apple.com | Address some feedback on https://bugs.webkit.org/show_b... |
blob | commitdiff | diff to current |
2014-04-19 |
mark.lam@apple.com | REGRESSION(r164205): WebKit crash @StructureIDTable... |
blob | commitdiff | diff to current |
2014-04-19 |
timothy@apple.com | Web Inspector: Move InspectorProfilerAgent to JavaScrip... |
blob | commitdiff | diff to current |
2014-04-19 |
commit-queue@webki... | Unreviewed, rolling out r167527. |
blob | commitdiff | diff to current |
2014-04-19 |
eric.carlson@apple.com | [Mac] implement WebKitDataCue |
blob | commitdiff | diff to current |
2014-04-18 |
fpizlo@apple.com | Actually address Mark's review feedback. |
blob | commitdiff | diff to current |
2014-04-18 |
fpizlo@apple.com | Options::maximumExecutionCountsBetweenCheckpoints(... |
blob | commitdiff | diff to current |
2014-04-18 |
mhahnenberg@apple.com | Deleting properties poisons objects |
blob | commitdiff | diff to current |
2014-04-17 |
fpizlo@apple.com | InlineCallFrameSet should be refcounted |
blob | commitdiff | diff to current |
2014-04-17 |
fpizlo@apple.com | FTL::fail() should manage memory "correctly" |
blob | commitdiff | diff to current |
2014-04-17 |
fpizlo@apple.com | Prediction propagator should correctly model Int52s... |
blob | commitdiff | diff to current |
2014-04-17 |
fpizlo@apple.com | REGRESSION: ASSERT(!typeInfo().hasImpureGetOwnPropertyS... |
blob | commitdiff | diff to current |
2014-04-17 |
ddkilzer@apple.com | Blind attempt to fix Windows build after r166837 |
blob | commitdiff | diff to current |
2014-04-17 |
fpizlo@apple.com | AI for GetLocal should match the DFG backend, and in... |
blob | commitdiff | diff to current |
2014-04-17 |
darin@apple.com | Add separate flag for IndexedDatabase in workers since... |
blob | commitdiff | diff to current |
2014-04-17 |
ap@apple.com | Build fix after trac.webkit.org/changeset/167416 (Sink... |
blob | commitdiff | diff to current |
2014-04-17 |
fpizlo@apple.com | Extra error reporting for invalid value conversions |
blob | commitdiff | diff to current |
2014-04-17 |
fpizlo@apple.com | Sink NaN sanitization to uses and remove it when it... |
blob | commitdiff | diff to current |
2014-04-17 |
bfulgham@apple.com | [Win] Unreviewed Windows gardening. Restrict our new... |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Allocate the data section on the heap again for FTL... |
blob | commitdiff | diff to current |
2014-04-16 |
mark.lam@apple.com | Crash in CodeBlock::setOptimizationThresholdBasedOnComp... |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Discern between NaNs that would be safe to tag and... |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Enable system library calls in FTL for ARM64 |
blob | commitdiff | diff to current |
2014-04-16 |
commit-queue@webki... | Fix JSC Debug Regressions on Windows |
blob | commitdiff | diff to current |
2014-04-16 |
oliver@apple.com | Simple ES6 feature:Array.prototype.fill |
blob | commitdiff | diff to current |
2014-04-16 |
mhahnenberg@apple.com | [WebKit] Cleanup the build from uninitialized variable... |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Unreviewed, ARMv7 build fix after r167336. |
blob | commitdiff | diff to current |
2014-04-16 |
rgabor@webkit.org | Unreviewed, ARM64 buildfix after r167336. |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Unreviewed, add the obvious thing that marks MakeRope... |
blob | commitdiff | diff to current |
2014-04-15 |
fpizlo@apple.com | compileMakeRope does not emit necessary bounds checks |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Remove invalid sh4 specific code in JITInlines header. |
blob | commitdiff | diff to current |
2014-04-15 |
mhahnenberg@apple.com | Fix precedence issue in JSCell:setRemembered |
blob | commitdiff | diff to current |
2014-04-15 |
mhahnenberg@apple.com | Objective-C API external object graphs don't handle... |
blob | commitdiff | diff to current |
2014-04-15 |
fpizlo@apple.com | DFG IR should keep the data flow of doubles and int52... |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Unreviewed, rolling out r167199 and r167251. |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Unreviewed, rolling out r167272. |
blob | commitdiff | diff to current |
next |