2011-09-15 |
commit-queue@webki... | Unreviewed, rolling out r95145. |
blob | commitdiff |
2011-09-15 |
paroga@webkit.org | Port MachineStackMarker to Windows ARM and MIPS |
blob | commitdiff | diff to current |
2011-09-15 |
fpizlo@apple.com | DFG JIT always speculates that ValueAdd is a numeric... |
blob | commitdiff | diff to current |
2011-09-15 |
andersca@apple.com | Stop building BinarySemaphore to see if that's what... |
blob | commitdiff | diff to current |
2011-09-15 |
andersca@apple.com | This is getting old. Yet another build fix attempt. |
blob | commitdiff | diff to current |
2011-09-15 |
andersca@apple.com | Yet another build fix attempt. |
blob | commitdiff | diff to current |
2011-09-15 |
andersca@apple.com | How I "love" Visual Studio... |
blob | commitdiff | diff to current |
2011-09-15 |
andersca@apple.com | Try to fix Windows build. |
blob | commitdiff | diff to current |
2011-09-15 |
andersca@apple.com | Add BinarySemaphore class from WebKit2 to WTF |
blob | commitdiff | diff to current |
2011-09-14 |
fpizlo@apple.com | Unreviewed build fix for Interpreter. |
blob | commitdiff | diff to current |
2011-09-14 |
andersca@apple.com | Add wtf/threads and wtf/threads/win, so we can be sure... |
blob | commitdiff | diff to current |
2011-09-14 |
fpizlo@apple.com | DFG JIT should not speculate integer if the value is... |
blob | commitdiff | diff to current |
2011-09-14 |
fpizlo@apple.com | Tiered compilation heuristics do not account for value... |
blob | commitdiff | diff to current |
2011-09-14 |
fpizlo@apple.com | DFG should not speculate that the child of LogicalNot... |
blob | commitdiff | diff to current |
2011-09-14 |
fpizlo@apple.com | Unreviewed build fix. Turn off tiered compilation. |
blob | commitdiff | diff to current |
2011-09-14 |
fpizlo@apple.com | Prediction tracking is not precise enough |
blob | commitdiff | diff to current |
2011-09-14 |
ossy@webkit.org | [Qt] Win32 builds with threads turned off |
blob | commitdiff | diff to current |
2011-09-14 |
mhahnenberg@apple.com | Unzip initialization lists and constructors in JSCell... |
blob | commitdiff | diff to current |
2011-09-14 |
eric@webkit.org | Remove ENABLE_SVG_USE as <use> is required by HTML5 |
blob | commitdiff | diff to current |
2011-09-14 |
steveblock@google.com | HashTraits.h should include template specialization... |
blob | commitdiff | diff to current |
2011-09-14 |
fpizlo@apple.com | SpeculativeJIT::shouldSpeculateInteger(NodeIndex, NodeI... |
blob | commitdiff | diff to current |
2011-09-13 |
andersca@apple.com | Disable C++ exceptions when building with clang |
blob | commitdiff | diff to current |
2011-09-13 |
eric@webkit.org | Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required... |
blob | commitdiff | diff to current |
2011-09-13 |
weinig@apple.com | Object.getPrototypeOf should use JSValue::get() |
blob | commitdiff | diff to current |
2011-09-13 |
fpizlo@apple.com | JavaScriptCore does not have baseline->speculative OSR |
blob | commitdiff | diff to current |
2011-09-13 |
weinig@apple.com | Don't allow setting __proto__ to be a getter or setter |
blob | commitdiff | diff to current |
2011-09-13 |
jamesr@google.com | Unreviewed build fix for chromium. |
blob | commitdiff | diff to current |
2011-09-13 |
fpizlo@apple.com | JavaScriptCore does not have speculative->baseline OSR |
blob | commitdiff | diff to current |
2011-09-13 |
ggaren@apple.com | Re-enabled ENABLE(LAZY_BLOCK_FREEING). |
blob | commitdiff | diff to current |
2011-09-12 |
msaboff@apple.com | Broken Build for ARM - lshift32() needs TrustedImm32 arg |
blob | commitdiff | diff to current |
2011-09-12 |
msaboff@apple.com | Broken ARM build - missing semicolon in JavaScriptCore... |
blob | commitdiff | diff to current |
2011-09-12 |
msaboff@apple.com | Update RegExp and related classes to use 8 bit strings... |
blob | commitdiff | diff to current |
2011-09-12 |
abecsi@webkit.org | [Qt] Build fails after r94920 with strict compiler |
blob | commitdiff | diff to current |
2011-09-12 |
paroga@webkit.org | Unreviewed build fix after r94871. |
blob | commitdiff | diff to current |
2011-09-12 |
fpizlo@apple.com | DFGNode.h has macros that indicate the enabling of... |
blob | commitdiff | diff to current |
2011-09-12 |
ukai@chromium.org | Unreviewed build fix for chromium/mac & clang. |
blob | commitdiff | diff to current |
2011-09-11 |
weinig@apple.com | Remove JSCell::isPropertyNameIterator(), it is unused |
blob | commitdiff | diff to current |
2011-09-11 |
weinig@apple.com | De-virtualize JSCell::isAPIValueWrapper |
blob | commitdiff | diff to current |
2011-09-11 |
weinig@apple.com | De-virtualize JSCell::isGetterSetter, type information... |
blob | commitdiff | diff to current |
2011-09-11 |
oliver@apple.com | Remove support for anonymous storage from jsobjects |
blob | commitdiff | diff to current |
2011-09-11 |
ossy@webkit.org | [Qt] Win32 build broken due to MachineStackMarker.cpp... |
blob | commitdiff | diff to current |
2011-09-11 |
ossy@webkit.org | ARM and MIPS assemblers still refer to executable pools. |
blob | commitdiff | diff to current |
2011-09-11 |
fpizlo@apple.com | The executable allocator makes it difficult to free... |
blob | commitdiff | diff to current |
2011-09-11 |
weinig@apple.com | Remove JSC::isZombie() function, it did nothing and... |
blob | commitdiff | diff to current |
2011-09-11 |
weinig@apple.com | Add isInterruptedExecutionException and isTerminatedExe... |
blob | commitdiff | diff to current |
2011-09-10 |
fpizlo@apple.com | DFG JIT completely undoes speculative compilation even... |
blob | commitdiff | diff to current |
2011-09-10 |
cmarrin@apple.com | requestAnimationFrame doesn't throttle on Mac |
blob | commitdiff | diff to current |
2011-09-10 |
ggaren@apple.com | 2011-09-09 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2011-09-09 |
mhahnenberg@apple.com | Unzip initialization lists and constructors in JSCell... |
blob | commitdiff | diff to current |
2011-09-09 |
ggaren@apple.com | 2011-09-09 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2011-09-09 |
ggaren@apple.com | 2011-09-09 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2011-09-09 |
laszlo.1.gombos... | [Qt] Remove common.pri |
blob | commitdiff | diff to current |
2011-09-09 |
rniwa@webkit.org | REGRESSION(r94811): Assertion failure in 2 worker tests |
blob | commitdiff | diff to current |
2011-09-08 |
oliver@apple.com | Use bump allocator for initial property storage |
blob | commitdiff | diff to current |
2011-09-08 |
weinig@apple.com | Remove the Completion object from JSC, I have never... |
blob | commitdiff | diff to current |
2011-09-08 |
rniwa@webkit.org | Build fix. |
blob | commitdiff | diff to current |
2011-09-08 |
fpizlo@apple.com | Value profling and execution count profiling is perform... |
blob | commitdiff | diff to current |
2011-09-08 |
fpizlo@apple.com | DFG speculative JIT does not initialize integer tags... |
blob | commitdiff | diff to current |
2011-09-08 |
commit-queue@webki... | https://bugs.webkit.org/show_bug.cgi?id=67771 |
blob | commitdiff | diff to current |
2011-09-08 |
commit-queue@webki... | Remove getUInt32 from JSCell |
blob | commitdiff | diff to current |
2011-09-07 |
fpizlo@apple.com | PPC build fix. |
blob | commitdiff | diff to current |
2011-09-07 |
oliver@apple.com | Release mode build fix. |
blob | commitdiff | diff to current |
2011-09-07 |
oliver@apple.com | Remove JSObjectWithGlobalObject |
blob | commitdiff | diff to current |
2011-09-07 |
barraclough@apple.com | Refactor JIT checks for ObjectType into helper functions. |
blob | commitdiff | diff to current |
2011-09-07 |
ossy@webkit.org | Unreviewed, rolling out r94627 and r94632. |
blob | commitdiff | diff to current |
2011-09-07 |
commit-queue@webki... | Replace usages of Vector<UChar> with existing StringBuilder |
blob | commitdiff | diff to current |
2011-09-07 |
commit-queue@webki... | Fix broken snow leopard build |
blob | commitdiff | diff to current |
2011-09-07 |
fpizlo@apple.com | DFG JIT does not optimize booleans |
blob | commitdiff | diff to current |
2011-09-07 |
commit-queue@webki... | Unzip initialization lists and constructors in JSCell... |
blob | commitdiff | diff to current |
2011-09-07 |
fpizlo@apple.com | Accessibility tests crashing in BasicRawSentinelNode... |
blob | commitdiff | diff to current |
2011-09-07 |
commit-queue@webki... | Source/JavaScriptCore: https://bugs.webkit.org/show_bug... |
blob | commitdiff | diff to current |
2011-09-06 |
fpizlo@apple.com | Unreviewed build fix for r94559. |
blob | commitdiff | diff to current |
2011-09-06 |
mrowe@apple.com | Fix broken PPC build due to new dtoa library |
blob | commitdiff | diff to current |
2011-09-06 |
oliver@apple.com | An object's structure should reference the global objec... |
blob | commitdiff | diff to current |
2011-09-06 |
msaboff@apple.com | Add windows changes for JSC:RegExp functional tests |
blob | commitdiff | diff to current |
2011-09-06 |
fpizlo@apple.com | JavaScriptCore does not have tiered compilation |
blob | commitdiff | diff to current |
2011-09-05 |
commit-queue@webki... | Unreviewed, rolling out r94445 and r94448. |
blob | commitdiff | diff to current |
2011-09-05 |
paroga@webkit.org | Unreviewed build fix for r94452. |
blob | commitdiff | diff to current |
2011-09-05 |
abecsi@webkit.org | [Qt][WK2] Fix the build |
blob | commitdiff | diff to current |
2011-09-05 |
commit-queue@webki... | REGRESSION (r94452): 20 http/tests tests failing on... |
blob | commitdiff | diff to current |
2011-09-04 |
fpizlo@apple.com | ThunkGenerators does not convert positive double zero... |
blob | commitdiff | diff to current |
2011-09-03 |
kevino@webkit.org | [wx] Unreviewed build fix. Add wtf/dtoa directory to... |
blob | commitdiff | diff to current |
2011-09-03 |
fpizlo@apple.com | DFG variable predictions only work for local variables... |
blob | commitdiff | diff to current |
2011-09-03 |
fpizlo@apple.com | DFG JIT speculation failure does recovery of additions... |
blob | commitdiff | diff to current |
2011-09-03 |
fpizlo@apple.com | ValueProfile does not make it safe to introspect cell... |
blob | commitdiff | diff to current |
2011-09-03 |
msaboff@apple.com | Replace local implementation of string equals() methods... |
blob | commitdiff | diff to current |
2011-09-03 |
msaboff@apple.com | Add JSC:RegExp functional tests |
blob | commitdiff | diff to current |
2011-09-03 |
msaboff@apple.com | Add JSC:RegExp functional test data generator |
blob | commitdiff | diff to current |
2011-09-02 |
commit-queue@webki... | Fix the broken build due to dtoa patch |
blob | commitdiff | diff to current |
2011-09-02 |
oliver@apple.com | Remove OldSpace classes |
blob | commitdiff | diff to current |
2011-09-02 |
jamesr@google.com | Compile fix for mac build. |
blob | commitdiff | diff to current |
2011-09-02 |
mdelaney@apple.com | Read out of bounds in sUnpremultiplyData_RGBA8888 ... |
blob | commitdiff | diff to current |
2011-09-02 |
commit-queue@webki... | Incorporate newer, faster dtoa library |
blob | commitdiff | diff to current |
2011-09-02 |
fpizlo@apple.com | DFG graph has no way of distinguishing or reconciling... |
blob | commitdiff | diff to current |
2011-09-02 |
oliver@apple.com | Fix 32bit build. |
blob | commitdiff | diff to current |
2011-09-02 |
oliver@apple.com | Use bump allocator for initial property storage |
blob | commitdiff | diff to current |
2011-09-02 |
mrowe@apple.com | Fix the build. |
blob | commitdiff | diff to current |
2011-09-01 |
commit-queue@webki... | Unzip initialization lists and constructors in JSCell... |
blob | commitdiff | diff to current |
2011-09-01 |
dbates@webkit.org | QNX GCC distribution doesn't support vasprintf() |
blob | commitdiff | diff to current |
2011-09-01 |
msaboff@apple.com | Remove simple usage of UString::characters() from JavaS... |
blob | commitdiff | diff to current |
next |