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
2009-01-29
mike@belshe.com
Enable programmatic access to Profile pause/resume
commit
|
commitdiff
|
tree
|
snapshot
2009-01-29
lrn@chromium.org
Added check for invalid repetition in RegExp parser
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
ager@chromium.org
jsmin does not have our copyright header and shouldn...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
deanm@chromium.org
Further minify non-visible JavaScript.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
sgjesse@chromium.org
Skip the context extension object when locating objects...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
maruel@chromium.org
Fix snapshot generation on Visual Studio. Compiling...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
lrn@chromium.org
Allow larger regexp stack if necessary, which includes...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
deanm@chromium.org
Strip /* */ style comments in js2c. Saves ~17k of...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
deanm@chromium.org
Reduce the size of a release sample shell by 55k.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
ager@chromium.org
Prepare push to trunk. Now working on version 1.0.0.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
erik.corry...
Lint error
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
erik.corry...
Eliminate the code that handles fallback to JSCRE....
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
erik.corry...
Reduce work done in EatsAtLeast to a sane level.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
deanm@chromium.org
Put code and data pieces in their own sections.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
iposva@chromium.org
Fix white space issues.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
iposva@chromium.org
- Preserve bootstrapper state across thread switches...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
lrn@chromium.org
A field might be incorrectly set, causing registers...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
ager@chromium.org
Make sure that the prototype of the initial map is...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
lrn@chromium.org
Irregexp: Backtrack past look-aheads works correctly.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
sgjesse@chromium.org
Set ARM expectations for new debugger test.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
sgjesse@chromium.org
Added a simple wrapping of the debugger JSON responses.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
sgjesse@chromium.org
Added a lookup request to the debugger protocol to...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
olehougaard
Reintroduced a fix for an alignment issue on ARM. I...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
ager@chromium.org
Fix issue 192 by propagating out exceptions from object...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
erik.corry...
* Remember to check for end of string even where we
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
olehougaard
Fixing alignment issue allowing serialization to run...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
ager@chromium.org
Handle strndup in freebsd in the same way it is handled...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
whessev8
Fixes two lint errors in codegen-ia32.cc.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
olehougaard
Change type of snapshot from char array to byte array...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
whessev8
Revert change to Smi check that was a performance regre...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
erik.corry...
Fix bug where strings were not flattened before regexp.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
iposva@chromium.org
Fix Windows build (maybe).
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
iposva@chromium.org
Split handle scopes into an internal version and a...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
erik.corry...
complete revert by removing empty files
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
erik.corry...
Reverting r1136 due to crashes
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
whessev8
Optimizes an assembly-language conversion from int...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
lrn@chromium.org
Clears captures of look-aheads on backtrack.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
ager@chromium.org
Do not violate the assumption that fast-case arrays...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
whessev8
Optimizes check for Smi range in the code generator.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
ager@chromium.org
Make sure that eval and try-catch introduced context...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
kmillikin@chromium.org
Clean up the mark-sweep/compact collector by removing...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
christian.plesner...
review
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
ager@chromium.org
Apply Jeff Bailey's patch to use %p instead of %i to...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
ager@chromium.org
Fix handling of const initialization. We did not handl...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
sgjesse@chromium.org
Added handling of hidden prototype objects when collect...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
kmillikin@chromium.org
Fix incorrect issue number.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
kasperl@chromium.org
Avoid memmove when emitting operands in the assembler
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
lrn@chromium.org
RegExp parser forgot to advance after reading \c in...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
lrn@chromium.org
Irregexp-32 frame-align code uses a register. This...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-22
sgjesse@chromium.org
Check for valid frame number when processing the debugg...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
christian.plesner...
Marked ascii-regexp-subject as flaky on arm for now...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
christian.plesner...
Enabled irregexp by default. I have deliberately made...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
sgjesse@chromium.org
Changes to the mirror handling
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
erik.corry...
Fix endianism issues in regexp interpreter.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-21
ager@chromium.org
Fix an unsound use of a string shape in the parser.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-20
erik.corry...
Lint fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-20
erik.corry...
* Irregexp: Move from a byte-oriented bytecode format...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-20
christian.plesner...
Added -p option to d8 that runs a list of source files...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-20
sgjesse@chromium.org
Added missing property types to debug print.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-20
erik.corry...
Optimization: The quick check should ignore the negativ...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-19
erik.corry...
Add support for \b and ^ and $ in multiline mode, compl...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-19
sgjesse@chromium.org
Prepare to push minor change to trunk as version 0...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-19
sgjesse@chromium.org
Changes to the V8 debugger support which otherwise...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
iposva@chromium.org
Fix Xcode project:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
olehougaard
Reverting change that made flexo sad.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
olehougaard
Writing snapshot.cc in a form that can be compiled...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
ager@chromium.org
Prepare push to trunk. Now working on version 0.4.9.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
sgjesse@chromium.org
Added handles to the mirror objects. When a mirror...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
ager@chromium.org
Change the file names of a couple of tests for consistency.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
ager@chromium.org
Change the handling of catch blocks to use context...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
feng@chromium.org
Avoid using sprintf_s, which is windows-only.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
deanm@chromium.org
Fix a bunch of spelling mistakes :\
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
feng@chromium.org
Fix issue 6264 with a test case.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
erik.corry...
Lint error.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
erik.corry...
Noone really liked the name "GenerationVariant" so...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
sgjesse@chromium.org
Reverted r1078 as it was committed by accident without...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
sgjesse@chromium.org
Added handles to the mirror objects. When a mirror...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
ager@chromium.org
Fix issue 191:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-15
olehougaard
Fixed some external references in the ARM code generato...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
ager@chromium.org
Fix issue 186:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
christian.plesner...
Fixed test failure caused by being more conservative...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
christian.plesner...
Added clearing of captures before entering the body...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
ager@chromium.org
Add failing test for issue 186:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
sgjesse@chromium.org
Refactored the mirror representation of properties...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
olehougaard
Avoiding the assumption that the pc pointer of RelocInf...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
lrn@chromium.org
The "enter" opcode was slow and crashes for large argum...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
ager@chromium.org
Fix benchmarks to not format scores that are really...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
lrn@chromium.org
Unsigned number can't be negated in the VisualStudio...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
olehougaard
Introducing a kUninitialized constant used for clearing...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
olehougaard
Do not cache functions until we know they are fully...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
lrn@chromium.org
Separately growing stack for irregexp ia32 backtrack...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
ager@chromium.org
Fix comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
ager@chromium.org
Allocate as many object-literal properties as possible...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
christian.plesner...
Added check that bails out of a repetition when the...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
christian.plesner...
Fixed lint.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
christian.plesner...
Added more constness to the api. There are still some...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
sgjesse@chromium.org
Remove unused code.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
iposva@chromium.org
Fix for issue 171:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
christian.plesner...
Fixed build with no ENABLE_LOGGING_AND_PROFILING
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
ager@chromium.org
Allow 2009 as a valid year in the copyright header.
commit
|
commitdiff
|
tree
|
snapshot
next