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-08-18
whesse@chromium.org
Fix errors in test-heap.cc and test-decls.cc. Adjust...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
whesse@chromium.org
Increase new space size and limits on 64-bit platforms.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
whesse@chromium.org
Remove one of the GCs performed by the --gc-greedy...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
ager@chromium.org
Fix regression caused by the generation of a shift...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
ager@chromium.org
Fix regression caused by context creation optimization...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
feng@chromium.org
Streamline the scanner for external two byte string...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
feng@chromium.org
Revert commit 2701 per Erik Corry's request.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
whesse@chromium.org
Use root array to load roots in generated ARM code.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
christian.plesner...
Added API for getting object mirrors
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
mikhail.naganov...
Fix issue 427: JS tick processor now works out-of-the...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
christian.plesner...
Added API call to get the stack trace for an exception
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
christian.plesner...
Context-independent script compilation.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
christian.plesner...
RegExp tweaks
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
mikhail.naganov...
Fix issue 420: accept truncated log files.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
whesse@chromium.org
X64: Remove compound smi+overflow test using cmov.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
whesse@chromium.org
X64: Do not use an AllocateWithoutSpill register if...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
deanm@chromium.org
Fix strict aliasing crash on x64.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
lrn@chromium.org
Fix typo in v8.gyp
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
lrn@chromium.org
Fix unsafe cast in RegExpStack
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
sgjesse@chromium.org
Refactor SetFunctionInfo to reduce long argument list...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
lrn@chromium.org
X64: Implement RegExp natively.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
sgjesse@chromium.org
Refactor SetFunctionInfo to reduce long argument list.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
feng@chromium.org
Revert code.google.com/p/v8/source/detail?r=2670
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
bak@chromium.org
Changed Heap::Shrink to free as many pages as possible.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
whesse@chromium.org
erikcorry: Remember to put objects back in fast case...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
mikhail.naganov...
Fix mac-nm script to support filenames w/spaces
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
whesse@chromium.org
Avoid map transitions and multiple backing arrays for...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
whesse@chromium.org
X64: Change testl to testb if mask fits in 1 byte....
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
ager@chromium.org
Prepare push to trunk to get JSON parser fix into Chromium.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
bak@chromium.org
Changed semi space Grow to be rounded to OS page size.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
bak@chromium.org
- Added simple memory reduction behavior for IdleNotifi...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
christian.plesner...
Fixed issue 19212
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
bak@chromium.org
Added idle notification to the API.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
whesse@chromium.org
X64: Add an SHL optimization, fix a floating-point...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
whesse@chromium.org
Move some arrays into functions so they don't get clone...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
christian.plesner...
Add a readline() command to d8. This reads a single...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-12
feng@chromium.org
Revert my previous change r2654.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-12
christian.plesner...
Prepare to push to trunk. We are now working on version...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-12
bak@chromium.org
- Reduced the maximum capacity of a semi space from...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-12
christian.plesner...
Add a write() command to d8. This is the same as the...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-12
christian.plesner...
Fixed broken build.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-12
christian.plesner...
Add api call to determine whether a string can be exter...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
whesse@chromium.org
X64: Remove optimization of SHR by constant, due to...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
ager@chromium.org
Land change to notify valgrind when we modify code...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
whesse@chromium.org
X64: Implement remaining constant smi optimizations...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
kmillikin@chromium.org
Change the location set size from kPointerSize to kBits...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
kmillikin@chromium.org
Remove much of the register allocation overhead from...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
whesse@chromium.org
X64: Add special inlining for subtracting a constant...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
kmillikin@chromium.org
Factored out common Instruction code in the CFG builder...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
kmillikin@chromium.org
"Port" (count >= 0) assertion in VirtualFrame::Drop...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
kmillikin@chromium.org
Eliminate most of the jump target jumping, branching...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
feng@chromium.org
Avoid calling GC in Context::New on Android devices.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
kmillikin@chromium.org
Added support for property loads to the CFG builder...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
whesse@chromium.org
Implement inline constructors for X64. Fix ia32 inline...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
lrn@chromium.org
X64: Implement fast charCodeAt.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
kmillikin@chromium.org
Factor out some platform-independent code into the...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
kmillikin@chromium.org
Rename: ExpressionBuilder => ExpressionCfgBuilder,...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
kmillikin@chromium.org
Change the SpilledScope scope and ...AndSpill functions...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
kmillikin@chromium.org
Add support for (some) assignment expressions to the...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
kasperl@chromium.org
Convert global objects to global receivers before invoking
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
mikhail.naganov...
Fix presubmit errors.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
whesse@chromium.org
X64: Implement tickprocessor sampling on 64-bit MacOS...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
whesse@chromium.org
Make sure use of eax in inlined sin and cos is safe.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
whesse@chromium.org
X64: Implement inline trigonometric operations.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
kmillikin@chromium.org
M regexp-macro-assembler-ia32.cc
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
vitalyr@chromium.org
API: added function to find instance of template in...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
lrn@chromium.org
Irregexp-ia32 internal call strategy changed.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
whesse@chromium.org
X64: Optimize MOD operator by a constant power of 2.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
kmillikin@chromium.org
Fix the debugger in multipass mode by introducing phant...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
lrn@chromium.org
X64: Fix bug in boolean conversion of empty string.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
whesse@chromium.org
Fix SConstruct file to build with new logging code...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
kmillikin@chromium.org
Added support for expression statements to the CFG...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
whesse@chromium.org
X64: Make megamorphic and normal calls use stub cache...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
kmillikin@chromium.org
Add support to the CFG builder for non-short-circuited...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
mikhail.naganov...
Add .gitignore file similar to Chromium's one.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
lrn@chromium.org
Fix bug in X64 RSet code. Optimize IA32 version.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
mikhail.naganov...
Fix issue 417: incorrect %t placeholder expansion.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
sgjesse@chromium.org
Prepare to push to trunk. We are now working on version...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
sgjesse@chromium.org
On Linus don't force-export V8 symbols unless v8 is...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
sgjesse@chromium.org
Fix Windows build.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
whesse@chromium.org
X64: Enable specialized stubs for length property.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
mikhail.naganov...
Add an ability to initiate GC through V8 API.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
whesse@chromium.org
X64: Add missing pop when calling handler with Out...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
lrn@chromium.org
X64: double stack size, to be able to have the same...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
whesse@chromium.org
X64: Set mozilla.status to reflect actual status of...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
whesse@chromium.org
Add safe handling of NaN to Posix platform-dependent...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
lrn@chromium.org
X64: Fix bug in RandomPositiveSmi (doesn't save rsi...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-03
lrn@chromium.org
Removed unsafe optimization in RecordWrite.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-03
lrn@chromium.org
X64: Reenabled RSet.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-03
sgjesse@chromium.org
Removed some comments which did not make any sense.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-03
whesse@chromium.org
Fix debug printing of pointers, and a keyed store with...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-03
kmillikin@chromium.org
Restructure to support recursive invocation of the...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-01
iposva@chromium.org
- Fix a style violation which was flagged by gcc: while...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
whesse@chromium.org
Add missing file to last changelist, for NaN Dates.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
whesse@chromium.org
Guard local time posix functions from NaN value of...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
kmillikin@chromium.org
Enable C++ missing virtual destructor warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
kmillikin@chromium.org
Add virtual destructors to address a gcc warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
kmillikin@chromium.org
Enable --trace when --multipass is on. Bugfix in bailo...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
mikhail.naganov...
X64: enable stack sampling in profiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
kmillikin@chromium.org
Basic infrastructure for fast two-pass compilation...
commit
|
commitdiff
|
tree
|
snapshot
next