platform/upstream/v8.git
2009-03-09 kmillikin@chromium.orgChange the CALL_HEAP_FUNCTION macro so that it is no...
2009-03-09 kmillikin@chromium.orgFix issue 263:
2009-03-09 sgjesse@chromium.orgChange the tests which looks at the number of scripts...
2009-03-09 ager@chromium.orgcpplint does not like multiple semicolons on the same...
2009-03-09 sgjesse@chromium.orgMark the empty script object, the script for the empty...
2009-03-09 ager@chromium.orgMinor changes to allow V8 to build on Ubuntu Jaunty.
2009-03-06 kmillikin@chromium.orgReapply r1434 and port to ARM.
2009-03-06 mikhail.naganov... Get rid or heap allocation in stack sampler to avoid...
2009-03-06 sgjesse@chromium.orgAdd libraries winmm and ws2_32 when building shared...
2009-03-06 sgjesse@chromium.orgFix lint errors
2009-03-06 christian.plesner... Reverted r1434
2009-03-06 sgjesse@chromium.orgAll preemption requests are now ignored while in the...
2009-03-06 kmillikin@chromium.orgFix minor formatting issue.
2009-03-06 kmillikin@chromium.orgFix issue 259.
2009-03-06 olehougaardFixed ARM build by remembering to apply object literal...
2009-03-06 olehougaardOptimizing nested, constant object literals (like JSON...
2009-03-06 erik.corry... Speed up a few tests that were taking too long.
2009-03-05 kasperl@chromium.orgRevert revisions 1383, 1384, 1391, 1398, 1401, 1402,
2009-03-05 erik.corry... Arrays created with new Array(n) are not assumed to...
2009-03-05 mikhail.naganov... Fixed projects after adding oprofile-agent* sources.
2009-03-05 mikhail.naganov... Adding support for reporting addresses of JIT compiled...
2009-03-05 kmillikin@chromium.orgAdd a test for inserting a preexisting list element...
2009-03-05 kmillikin@chromium.orgIn List::Add, correctly handle the case of adding a...
2009-03-05 kasperl@chromium.orgTweak the context disposal GC heuristic: If the garbage...
2009-03-04 erik.corry... Put 'this' in a handle in EnsureSize to avoid crash...
2009-03-04 lrn@chromium.orgIssue 254 - now correctly updates lastIndexof when...
2009-03-04 olehougaardFixed issue 253. No longer assuming that the target...
2009-03-04 kmillikin@chromium.orgAdd an insert function to our list utility class.
2009-03-04 sgjesse@chromium.orgThe SendAll method on Socket was a helper method that...
2009-03-04 kmillikin@chromium.orgFix a few indentation issues.
2009-03-04 lrn@chromium.orgIssue 246 - wait until regexp is parsed to detect wheth...
2009-03-04 sgjesse@chromium.orgAdd remote debugging front end to developer shell.
2009-03-04 kmillikin@chromium.orgStreamline CodeGenerator::Comparison in the IA32 code...
2009-03-04 ager@chromium.orgFix the 64-bit build. Implicit conversion from string...
2009-03-04 iposva@chromium.orgAdd a meaningful name when disassembling code. This...
2009-03-03 iposva@chromium.orgProperly add debug-agent.[cc|h] files.
2009-03-03 kasperl@chromium.orgDisable the compilation caching for scripts to make it
2009-03-03 sgjesse@chromium.orgAdd V8 debugger agent.
2009-03-03 mikhail.naganov... Dump more stack frames to perf log when executing a...
2009-03-03 kmillikin@chromium.orgBefore emitting code to merge frames, forget the sync...
2009-03-03 lrn@chromium.orgOptimized regexp.test. No longer creates an intermediat...
2009-03-03 lrn@chromium.orgValidation of flattened regexps on ARM now doesn't...
2009-03-02 sgjesse@chromium.orgChange svn:eol-style to native.
2009-03-02 sgjesse@chromium.orgUnify the handling of the event and response JSON in...
2009-03-02 lrn@chromium.orgAll RegExp data are set on a single FixedArray instead...
2009-03-02 kmillikin@chromium.orgSimplify the way that we compile slow-case switch state...
2009-03-02 christian.plesner... all-in-one
2009-02-28 ager@chromium.orgCheck the return value of fwrite.
2009-02-27 erik.corry... Fix regression in regexp-caching.html
2009-02-27 kmillikin@chromium.orgMark a flaky ARM test as flaky.
2009-02-27 kmillikin@chromium.orgMerge from experimental code generator branch to bleedi...
2009-02-27 kasperl@chromium.orgPrepare push to trunk. Now working on version 1.0.4.
2009-02-27 iposva@chromium.orgAlign code entry points to 32 bytes.
2009-02-27 erik.corry... Add missing copyright boilerplate.
2009-02-27 erik.corry... Avoids allocating a JSArray of capture information...
2009-02-26 mikhail.naganov... Two small changes regarding GC ticks.
2009-02-26 sgjesse@chromium.orgFix lint errors.
2009-02-26 sgjesse@chromium.orgMake test-log-ia32.cc compile even if ENABLE_LOGGING_AN...
2009-02-26 sgjesse@chromium.orgSkip flaky (occasionally crashes) test on ARM until...
2009-02-26 kasperl@chromium.orgExperimental (somewhat): Force GCs when disposing conte...
2009-02-26 sgjesse@chromium.orgChange the D8 JavaScript debugger to fully use the...
2009-02-26 iposva@chromium.orgFollow on to r1368: Remove unnecessary HandleScope...
2009-02-26 olehougaardGo into slow case when encountering object initializati...
2009-02-26 ager@chromium.orgFix lint issues found by tools/presubmit.py.
2009-02-25 iposva@chromium.org- Pass the knowledge whether the old GC is compacting...
2009-02-25 iposva@chromium.orgRemove PCRE files from Xcode project.
2009-02-25 kasperl@chromium.orgFix ARM build.
2009-02-25 mikhail.naganov... Adding unit tests for profiler's stack tracer.
2009-02-25 kasperl@chromium.orgUse SSE3 instructions - if available - for faster To...
2009-02-25 ager@chromium.orgPrepare push to trunk. Now working on version 1.0.3.
2009-02-25 sgjesse@chromium.orgIssue 63: Running tests fails of there is a dot in...
2009-02-25 erik.corry... Remove JSCRE
2009-02-24 sgjesse@chromium.orgRemove obsolete function NewArrayLiteral.
2009-02-24 mikhail.naganov... A refinement of cl 28068.
2009-02-24 sgjesse@chromium.orgFixed lint errors.
2009-02-24 mikhail.naganov... Fixed regression code.google.com/p/v8/issues/detail...
2009-02-24 sgjesse@chromium.orgAdd socket support to platform code.
2009-02-24 ager@chromium.orgSpeed up access to global variables from eval scopes...
2009-02-24 sgjesse@chromium.orgAdded ticks to the display of unknown time in the profile.
2009-02-23 sgjesse@chromium.orgOnly account for actual time spend in call path calcula...
2009-02-23 kmillikin@chromium.orgCleanup the ARM code generator for try...catch and...
2009-02-23 kasperl@chromium.orgEven more tests of ToInt32 conversion (from Lasse).
2009-02-23 kasperl@chromium.orgExtend test case to check truncation and 64-bit ints.
2009-02-20 kasperl@chromium.orgRevert 1330:1331.
2009-02-20 ager@chromium.orgSimplify non-smi bit operation optimization. The expli...
2009-02-20 kasperl@chromium.orgImprove generated code for non-smi bit operations by
2009-02-20 sgjesse@chromium.orgMinor fix to fix building without ENABLE_LOGGING_AND_PR...
2009-02-20 lrn@chromium.orgAdd test for GC during RegExp.
2009-02-20 sgjesse@chromium.orgIntroduced a platform independent version of strchr...
2009-02-20 mike@belshe.comadd ticks to tickprocessor
2009-02-19 ager@chromium.orgRearrange the code in Scope::ResolveVariable.
2009-02-19 sgjesse@chromium.orgFixed Linux build.
2009-02-19 sgjesse@chromium.orgAdd host callback for debug break.
2009-02-19 erik.corry... A little peephole optimization for the Irregexp bytecod...
2009-02-19 erik.corry... Limit how many places we generate code to flush the...
2009-02-19 ager@chromium.orgCommit of eval changes left out because they were stuck...
2009-02-19 patrick@chromium.orgUpdate d8 preemption mode to support multiple files...
2009-02-18 mikhail.naganov... Profiler tick processor now counts IC ticks on behalf...
2009-02-18 erik.corry... Irregexp:
2009-02-18 ager@chromium.orgNot sure what happened, but my revert did not get every...
next