projects
/
platform
/
upstream
/
v8.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/v8.git
2008-10-15
iposva@chromium.org
Fix lint problem.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
iposva@chromium.org
Allocate room for expected number of properties based...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
kmillikin@chromium.org
Move code (already reviewed) around in the source file...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
lrn@chromium.org
Test for non-ASCII character in a needle used on an...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
lrn@chromium.org
Selecting between simple text search and Boyer-Moore...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
lrn@chromium.org
The BoyerMooreStringSearch now uses separate functions...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
lrn@chromium.org
Boyer-Moore delayes computation of Good-Suffix table...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
lrn@chromium.org
Reduced the string length and rounds in the extensive...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
olehougaard
Testing that sorting behaves reasonably with a bad...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
christian.plesner...
Fixed bug 114
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
lrn@chromium.org
Most operations are faster than before.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
iposva@chromium.org
Fix a missing peephole optimization in ia32 code expose...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
whesse@chromium.org
Fix lint error in codegen-ia32.cc.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
kmillikin@chromium.org
Add a VirtualFrame class to the IA32 code generator...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
bak@chromium.org
- Omit frame pointers when using GCC.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
bak@chromium.org
- Inlined JSArray::SetContent.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
kasperl@chromium.org
Improve profiler output to make it easier to see the
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
kasperl@chromium.org
Introduce a special kind of frames for construct frames...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
erik.corry...
Move const qualifies around to avoid GCC warnings....
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
kasperl@chromium.org
Add codegen-arm.h and codegen-ia32.h to VS project...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
kasperl@chromium.org
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
kasperl@chromium.org
Make strict equality checks faster on IA32 by doing
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
iposva@chromium.org
Simplify CodeGenerator hierarchy by not using a base...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
bak@chromium.org
- Optimized JSArray allocation in runtime system by...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
christian.plesner...
Reverted the changes to jscre because the arm cross...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
erik.corry...
If an allocation is so huge that we cannot code the...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
christian.plesner...
- Specialized jscre on the type of the string involved.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
whesse@chromium.org
This change rewrites some of the code to add properties...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
christian.plesner...
- Specialized slow-case string equality nine ways based...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
kasperl@chromium.org
Fix typo in comment (issue 108).
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
kasperl@chromium.org
Fix typo in include/v8.h (issue 108) and mark test...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-08
kasperl@chromium.org
Make sure to check that the function prototype is a
commit
|
commitdiff
|
tree
|
snapshot
2008-10-08
kasperl@chromium.org
Improve the generated code for the instanceof operator,
commit
|
commitdiff
|
tree
|
snapshot
2008-10-08
kasperl@chromium.org
Minor adjustments to the object migration code: When...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-08
erik.corry...
Fix incorrect short cut test that assumed ASCII strings...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-08
sgjesse@chromium.org
Fixed wrong filename in Visual Studio project file.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-08
kmillikin@chromium.org
Moved the function GetValue from the code generator...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
kasperl@chromium.org
Fix broken build.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
bak@chromium.org
- Changed the stack size in PreallocatedMemoryThread...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
lrn@chromium.org
KMP algorithm is still left in the source. If this...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
christian.plesner...
Rolled back eager hash calculation during flattening...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
bak@chromium.org
-Fixed regression in S15.5.5.1_A5.js.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
kmillikin@chromium.org
Move code generation for storing to a reference out...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
bak@chromium.org
- Added %IsArrayClass, %IsDateClass, and %IsStringClass.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
bak@chromium.org
- Fixed the parameter pasing to SharedStoreIC_ExtendStorage
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
christian.plesner...
Calculate string hash during flattening and convert...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
bak@chromium.org
- Fixed Issue 3201: Embedded Google Calendar crashes...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
lrn@chromium.org
Fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
kmillikin@chromium.org
Document (and assert) some of the safe-but-brittle...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
lrn@chromium.org
Fast direct-access version of KPM string match.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
kasperl@chromium.org
Add reproducible failing test case for bug 109.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
ager@chromium.org
Adding Paolo Giarrusso to AUTHORS file for his hash...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-07
sgjesse@chromium.org
Removed some debug code related to issue 1308895 which...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kmillikin@chromium.org
DeclareContextSlot took an extra completely random...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
sgjesse@chromium.org
Skip the test debug-scripts-request on ARM in debug...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
sgjesse@chromium.org
Marked a test parsing on ARM as parsing.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Fix lint issue.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
sgjesse@chromium.org
Fixed unsafe code where a GC could occour after a Handl...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
ager@chromium.org
The constructor properties on the prototypes of error...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Refactor the arguments access code to make it easier...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Use String::kHashShift instead of kHashShift. TBR=ager...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
ager@chromium.org
Exclude the bit-field bits from string hash codes....
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Update version to 0.3.5 in preparation for pushing
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Let the current state of the benchmarks be known to the
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Adapt the test expectations on ARM to make ARMu pass
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Fix ARMu debug mode failure by handling runtime calls
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
kasperl@chromium.org
Improve performance of arguments object allocation...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
ager@chromium.org
Update v8natives to use InstallFunctions to get the...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
erik.corry...
Fix lint error.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
erik.corry...
Recommit reverted change, now with fixes to make it...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
kasperl@chromium.org
Revert 428. Breaks 64-bit compilation.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
kasperl@chromium.org
Fix lint issues.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
erik.corry...
Allow gcc to use strict-aliasing rules to control point...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
sgjesse@chromium.org
Mark a test as flaky on ARM. Fails on hardware but...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
whessev8
This change removes the %AddProperty native JavaScript...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
lrn@chromium.org
Fixed whitespace. Remember to run presubmit before...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
lrn@chromium.org
Added fast-case switch to ARM.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
kasperl@chromium.org
Log ticks when the prof flag is set. Avoid letting...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
christian.plesner...
Changed so that --log-code implies --log.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
sgjesse@chromium.org
Refactored the logic for entering the debugger into...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
bak@chromium.org
- Added fast case for extending the JSObject properties...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
sgjesse@chromium.org
Updated the snapshot builder to reflect the removed...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
sgjesse@chromium.org
Fixed the path for include files v8.h and v8-debug...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
sgjesse@chromium.org
Removed the print, load, quit and version extensions...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
ager@chromium.org
Cleanup string builtins.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
kasperl@chromium.org
Minor cleanups to macros.py.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
ager@chromium.org
Make sure that the name accessor on functions return...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
christian.plesner...
- Case-sensitive atomic regular expressions now use...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
kmillikin@chromium.org
Print one line when pushing an immediate followed by...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
whessev8
Replaces two non-private uses of AddProperty with Ignor...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
kmillikin@chromium.org
In the code generator, avoid loading the arguments...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
kmillikin@chromium.org
Move code for code generator static member functions...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
kmillikin@chromium.org
Small cleanup of the code generator: make the static...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
sgjesse@chromium.org
Changed optimization from /Ox to the (more) commonly...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
olehougaard
Fixed use of undefined in ArraySort.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
olehougaard
Various minor improvements of sort.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
kasperl@chromium.org
Removed the use of Math.random() and new Date() for...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
iposva@chromium.org
Follow up to change 402:
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
kasperl@chromium.org
Get rid of the local variable we use to keep the state
commit
|
commitdiff
|
tree
|
snapshot
2008-10-01
christian.plesner...
Added test timing.
commit
|
commitdiff
|
tree
|
snapshot
next