source: webkit/trunk/Source/JavaScriptCore/jsc.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @164059   11 years fpizlo Hoist and combine array bounds checks …
(edit) @163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
(edit) @163760   11 years fpizlo Never include *Inlines.h files in interface headers, and never include …
(edit) @163507   11 years mhahnenberg Handling of opaque roots is wrong in EdenCollections …
(edit) @163418   11 years fpizlo DFG PutByVal on typed arrays should detect OutOfBounds sooner …
(edit) @163225   11 years oliver 2014-01-31 Oliver Hunt <[email protected]> Rollout r163195
(edit) @163195   11 years oliver Make it possible to implement JS builtins in JS …
(edit) @161650   11 years ggaren Removed Blackberry #ifdefs and platform code from JavaScriptCore
(edit) @161159   11 years andersca Stop using ThreadCondition in jsc.cpp …
(edit) @160550   11 years commit-queue Delete INTEL C compiler related code parts. …
(edit) @160292   11 years fpizlo Fold typedArray.length if typedArray is constant …
(edit) @159934   11 years commit-queue jsc: implement a native readFile function …
(edit) @159064   12 years fpizlo DFG Int52 boxing code may clobber the source without telling anyone …
(edit) @158586   12 years msaboff Eliminate HostCall bit from JSC Stack CallerFrame …
(edit) @158492   12 years paroga Various small WinCE build fixes Source/JavaScriptCore: * jsc.cpp: …
(edit) @157764   12 years dbates [iOS] Upstream JSGlobalObject::shouldInterruptScriptBeforeTimeout() …
(edit) @157719   12 years dbates Add option so that JSC will crash if it can't allocate executable …
(edit) @157474   12 years dbates [iOS] Upstream JavaScriptCore support for ARM64 …
(edit) @157260   12 years fpizlo FTL: Soft-link LLVM as a workaround for LLVM's static initializers and …
(edit) @156780   12 years andersca Get rid of Qt code from JavaScriptCore
(edit) @156602   12 years akling Pass VM instead of ExecState to JSFunction constructors. …
(edit) @156402   12 years paroga Build fix for WinCE after r155098. Windows CE does not support …
(edit) @156240   12 years darin Add ExecState::uncheckedArgument and use where possible to shrink a …
(edit) @156067   12 years bfulgham [Windows] Unreviewed build fix after r156064. * jsc.cpp: (jscmain): …
(edit) @156064   12 years fpizlo Give 'jsc' commandline an option to disable deleting the VM. Reviewed …
(edit) @155455   12 years fpizlo jsc commandline's run() function should take extra arguments …
(edit) @155402   12 years andersca Remove wtf/TypeTraits.h https://bugs.webkit.org/show_bug.cgi?id=121047
(edit) @155239   12 years fpizlo jsc shell should destroy VM as a workaround for LLVM's exit-time …
(edit) @155098   12 years fpizlo jsc tests should have timeouts …
(edit) @155090   12 years fpizlo run-fast-jsc should work with new-school fast/js tests that loop until …
(edit) @155081   12 years mark.lam Renamed StackIterator to StackVisitor. …
(edit) @155075   12 years mark.lam Refining the StackIterator callback interface. …
(edit) @155013   12 years mark.lam Converting StackIterator to a callback interface. …
(edit) @154797   12 years commit-queue Source/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=119548
(edit) @154629   12 years weinig Add support for Promises …
(edit) @154127   12 years fpizlo Typed arrays should be rewritten …
(edit) @154038   12 years fpizlo Foo::s_info should be Foo::info(), so that you can change how the …
(edit) @154032   12 years commit-queue [WTF] [JSC] Replace currentTime() with monotonicallyIncreasingTime() …
(edit) @153218   12 years oliver fourthTier: Introducing the StackIterator class. This was a non …
(edit) @151149   12 years commit-queue [EFL] Implement GCActivityCallback …
(edit) @149825   12 years commit-queue [BlackBerry] Set up logging buffer on start of jsc executable …
(edit) @149130   12 years oliver Make checkSyntax take a VM instead of an ExecState RS=Tim
(edit) @148897   12 years oliver 2013-04-22 Oliver Hunt <[email protected]> Perform null …
(edit) @148849   12 years oliver JS Lexer and Parser should be more informative when they encounter …
(edit) @148696   12 years ggaren Renamed JSGlobalData to VM …
(edit) @148475   12 years mhahnenberg HeapTimer lifetime should be less complicated …
(edit) @146932   12 years fpizlo JSC_enableProfiler=true should also cause JSGlobalData to save the …
(edit) @141651   12 years mhahnenberg Structure should have a StructureRareData field to save space …
(edit) @139541   12 years fpizlo The JITThunks class should be in its own file, and doing so should not …
(edit) @136601   12 years fpizlo JSC should be able to report profiling data associated with the IR …
(edit) @136539   12 years fpizlo Replace JSValue::description() with JSValue::dump(PrintStream&) …
(edit) @136086   12 years msaboff Change Bytecompiler s_dumpsGeneratedCode to an Options value …
(edit) @133995   13 years mark.lam Renamed ...InlineMethods.h files to ...Inlines.h. …
(edit) @133953   13 years fpizlo JSC should infer when indexed storage contains only integers or …
(edit) @132143   13 years mark.lam Change stack recursion checks to be based on stack availability. …
(edit) @131088   13 years ggaren Removed ASSERT_CLASS_FITS_IN_CELL …
(edit) @130520   13 years mhahnenberg JSC should have a way to gather and log Heap memory use and pause …
(edit) @130303   13 years mhahnenberg Delayed structure sweep can leak structures without bound …
(edit) @129719   13 years barraclough Proxy the global this in JSC …
(edit) @129711   13 years barraclough Proxy the global this in JSC …
(edit) @128851   13 years ossy Unreviewed, rolling out r128826 and r128813. Source/JavaScriptCore: …
(edit) @128813   13 years mhahnenberg Delayed structure sweep can leak structures without bound …
(edit) @128400   13 years fpizlo JSC should have property butterflies …
(edit) @127958   13 years benjamin Rename the ustring() accessor to string() …
(edit) @127574   13 years commit-queue Fix the uses of String::operator+=() for Mac …
(edit) @127349   13 years fpizlo JSArray::putDirectIndex should by default behave like …
(edit) @127202   13 years ggaren Use one object instead of two for closures, eliminating ScopeChainNode …
(edit) @127191   13 years benjamin Replace JSC::UString by WTF::String …
(edit) @123417   13 years fpizlo Property storage should grow in reverse address direction, to support …
(edit) @123042   13 years oliver dumpCallFrame is broken in ToT …
(edit) @122795   13 years fpizlo Unreviewed, roll out 122790 because it broke the Windows build. I'm …
(edit) @122790   13 years oliver dumpCallFrame is broken in ToT …
(edit) @122341   13 years wingo jsc: Parse options before creating global data …
(edit) @121798   13 years commit-queue Add ability to symbolically set and dump JSC VM options. See comments …
(edit) @121394   13 years msaboff [Win] jscore-tests flakey …
(edit) @121381   13 years mhahnenberg JSLock should be per-JSGlobalData …
(edit) @121098   13 years zandobersek Unreviewed, rolling out r121058. …
(edit) @121058   13 years mhahnenberg JSLock should be per-JSGlobalData …
(edit) @118018   13 years barraclough Disable private names by default in WebCore …
(edit) @116828   13 years barraclough Introduce PropertyName class …
(edit) @115579   13 years ggaren Clarified JSGlobalData (JavaScript VM) lifetime …
(edit) @115523   13 years barraclough <rdar://problem/7909395> Math in JavaScript is inaccurate on iOS By …
(edit) @114702   13 years oliver Exception stack traces aren't complete when the exception starts in …
(edit) @114587   13 years fpizlo JSC testing should have complete coverage over typed array types …
(edit) @114575   13 years fpizlo jsc command line should support typed arrays by default …
(edit) @114317   13 years commit-queue Unreviewed, rolling out r114309. …
(edit) @114309   13 years oliver Exception stack traces aren't complete when the exception starts in …
(edit) @113553   13 years fpizlo Command-line jsc's exception handling should be rationalized …
(edit) @111778   13 years eric Actually move WTF files to their new home …
(edit) @111618   13 years eric Fix remaining WTF includes in JavaScriptCore in preparation for moving …
(edit) @111129   13 years barraclough Strength reduction, RegExp.exec -> RegExp.test …
(edit) @109866   13 years barraclough putByIndex should throw in strict mode …
(edit) @108420   13 years oliver Make TypedArrays be available in commandline jsc …
(edit) @108112   13 years oliver Implement Error.stack https://bugs.webkit.org/show_bug.cgi?id=66994
(edit) @108036   13 years ossy Unreviewed. Rolling out r107980, because it broke 32 bit platforms. …
(edit) @107980   13 years oliver Implement Error.stack https://bugs.webkit.org/show_bug.cgi?id=66994
(edit) @106454   13 years ossy Implement Error.stack https://bugs.webkit.org/show_bug.cgi?id=66994
(edit) @106407   13 years oliver Implement Error.stack https://bugs.webkit.org/show_bug.cgi?id=66994
(edit) @105698   13 years ggaren JSValue::toString() should return a JSString* instead of a UString …
(edit) @103691   13 years barraclough Fix miss-commit of utf8 change. Reviewed by Filip Pizlo Eeep, patch …
Note: See TracRevisionLog for help on using the revision log.