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-12-11
deanm@chromium.org
Improve mark-compact object grouping interface.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
christian.plesner...
- Added lookbehind propagation for the initial node...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
ager@chromium.org
Make sure that the API does not change templates pass...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
sgjesse@chromium.org
Add handling of empty stack in the backtrace debug...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
erik.corry...
Added test for bug 176 (zero length matches should...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
sgjesse@chromium.org
Changed the debugger break handling to support situatio...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
kmillikin@chromium.org
A recursive call to the code generator could (conceivab...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
lrn@chromium.org
Arm codegen could emit const pool in the middle of...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
ager@chromium.org
Make sure that the generic stubs for keyed load and...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
olehougaard
Removed a few calls to Top::ReportPendingMessages(...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
sgjesse@chromium.org
Refactor the convertion of a target address into a...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
sgjesse@chromium.org
Fixed lint error.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
sgjesse@chromium.org
Fixed Linux build by removing unused code.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
sgjesse@chromium.org
Moved the code generation for debug break stubs from...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
olehougaard
Simplify the logic determining whether to report an...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
olehougaard
Fixing a bug where a try-finally block obscured a try...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
sgjesse@chromium.org
Fixed compiler warning C4244 when compiling with the...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
deanm@chromium.org
Make Logger::SuspectReadEvent extract the class name...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
erik.corry...
Fix build (someone tell gcc you can't take the address...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
erik.corry...
* Have an ASCII and a UC16 interpreter for Irregexp...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
sgjesse@chromium.org
Skip some debugger related tests on ARM for nowas they...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
sgjesse@chromium.org
Changed expectations on some ARM debugger tests after...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
lrn@chromium.org
Minor presentation changes
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
lrn@chromium.org
Irregexp is specialized on subject character type.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
ager@chromium.org
Fix trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
erik.corry...
Fixes to IA32 code generator to cope with new
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
ager@chromium.org
Make sure to set property attributes in GetProperty...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
sgjesse@chromium.org
Moved the builtins used by the debugger to a separate...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
erik.corry...
Irregexp (bytecodes) don't forget to update current...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
erik.corry...
Improve speed of String.replace by around 33% by not...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
erik.corry...
Irregexp:
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
iposva@chromium.org
Fix the Xcode build ARM targets.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
iposva@chromium.org
- Simplify the code slightly by using Max().
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
iposva@chromium.org
Fix lint error.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
iposva@chromium.org
Partial fix for issue 173:
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
olehougaard
Fixing exception reporting so that a verbose TryCatch...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
sgjesse@chromium.org
Fixed the caching of counters. This also fixes the...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
lrn@chromium.org
Excluded test that fails in JSCRE.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
olehougaard
Checking and reporting for stack overflow in the right...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
lrn@chromium.org
Makes irregexp-ia32 feature complete wrt. regexps.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
olehougaard
Added reporting compilation errors.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
ager@chromium.org
Pull out revision 915 and 916 to get a green builder...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
sgjesse@chromium.org
Added type method to the debug events.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
olehougaard
Adding a message test to deal with return in finally.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
olehougaard
Reporting uncaught errors at the boundary between C...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
lrn@chromium.org
ByteArrayProvider increments free-pointer correctly.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-04
kmillikin@chromium.org
Enable printing code generated for builtins in release...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
christian.plesner...
Fixed lint error.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
christian.plesner...
Made d8 console=readline work on leopard.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
ager@chromium.org
Preparing to push to trunk.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
lrn@chromium.org
Matching a back-reference must handle unbound start...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
ager@chromium.org
Follow jsc in throwing an exception when using test...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
lrn@chromium.org
Two tests in the Mozilla test suite pass due to a bug...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
lrn@chromium.org
Removed lots of new mozilla tests depending on "options...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
christian.plesner...
Added support in d8 for memory-mapped counters and...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
sgjesse@chromium.org
Added regexp-macro-assembler-tracer .cc and .h files...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
christian.plesner...
Fixed issue where regexps were parsed without having...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
whessev8
Change Windows daylight saving time calculations to
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
christian.plesner...
Changed benchmark runners to always display at least...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
lrn@chromium.org
Builds on Windows too.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
christian.plesner...
Set mime type on revisions.html.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
christian.plesner...
Added revisions page and moved change log there.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
lrn@chromium.org
Optimization of single character indexOf. Gives small...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-02
christian.plesner...
- Fixed regexp logging issue.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
iposva@chromium.org
Update Xcode project to contain the files for Irregexp.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
christian.plesner...
- Added some expansion of assertions.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
christian.plesner...
Added checking in the regular expression parser that...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
lrn@chromium.org
Allow the non-spec [a-\d] (i.e., ending a range with...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
lrn@chromium.org
Added assignment to variable after UNIMPLEMENTED macro...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
lrn@chromium.org
Fixes stray IA32-reference in ARM builds
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
lrn@chromium.org
Fixes (last?) bugs in regexp-ia32 core functionality...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
ager@chromium.org
Remove a couple of instances of wchar_t after counters...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-01
ager@chromium.org
Commiting Evan's change to use char instead of wchar_t...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-30
iposva@chromium.org
Fix issue code.google.com/p/v8/issues/detail?id=166...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-28
erik.corry...
Fix build error in debug mode by making sure the tracer...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-28
erik.corry...
Add an operation that checks whether we are at the...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-28
erik.corry...
* Remove an unused layer of abstraction by not having...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-28
lrn@chromium.org
Calling native irregexp now returns captures correctly.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-28
erik.corry...
Lint lint lint.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-28
erik.corry...
Implement $ for non-multiline.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
olehougaard
Change implementation of eval to make an exact distinct...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
lrn@chromium.org
Made char comparisons work
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
christian.plesner...
Fixed build on windows. Msvc is an idiot.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
christian.plesner...
Fixed lint error.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
christian.plesner...
Fixed some assertion propagation issues and added non...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
erik.corry...
Fix native code Irregexp on MacOSX.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
sgjesse@chromium.org
Added a debugger call to run a JavaScript function...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
erik.corry...
* Complete case independent support in Irregexp.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-27
christian.plesner...
Graph node attribute printing.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
iposva@chromium.org
Prepare to push the v8::jscre namespace changes to...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
feng@chromium.org
Add v8::jscre namespace around jscre functions to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
lrn@chromium.org
Made ARM/IA32 handling in Regexp symmetric (although...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
erik.corry...
Address comments about my code in codereview.chromium...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
lrn@chromium.org
Fixed some outstanding formatting issues.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
christian.plesner...
Merge code review fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
christian.plesner...
Fixed problem where the two lower-case sigmas would...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
christian.plesner...
Really marked the assembler tests as crashing on mac.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
christian.plesner...
Marked MacroAssemblerIA32Simple as expected to fail...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
christian.plesner...
Made irregexp flags available in release mode
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
lrn@chromium.org
IA32-tests won't be compiled on ARM (and not just not...
commit
|
commitdiff
|
tree
|
snapshot
next