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-11-04
erik.corry...
Sort tests to increase predictability of mozilla test...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
sgjesse@chromium.org
Fix ARM debug build
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
sgjesse@chromium.org
Fix issue 491: constantpool dump violates ARM debugger...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
fschneider...
Fix compilation error in debug build for IA-32 and...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
fschneider...
Emitting the common return sequence in the top-level...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
kmillikin@chromium.org
Remove the typeof state threaded through the code gener...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
sgjesse@chromium.org
Fix xssue 492: ARM debug crash: mozilla/ecma/FunctionOb...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
christian.plesner...
Hate. Hate. Hate.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
christian.plesner...
Reverting 3174. Aka reapplying 3150, 3151 and 3159...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
erik.corry...
* Do a GC in mksnapshot to get rid of some extraneous...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
fschneider...
Insert call to CodeForFunctionPosition in the ARM code...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
kmillikin@chromium.org
Begin using the top-level code generator for code that...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
christian.plesner...
Marked mjsunit/apply as expected to fail on mac debug.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
kmillikin@chromium.org
Fix a latent bug in the top-level compilation of functi...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
christian.plesner...
Made rethrow test not depend on stack overflow behavior.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
christian.plesner...
Added TryCatch::ReThrow method.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
whesse@chromium.org
Commiting changelist issue 348039 outside the coderevie...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
kmillikin@chromium.org
Add support for for loops to the toplevel code generator.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
kmillikin@chromium.org
Add support for initialization block assignments in...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
sgjesse@chromium.org
Don't use string slices when processing RexExp replace...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
fschneider...
Support for function calls on an arbitrary expression...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
kmillikin@chromium.org
Refactor the somewhat complicated code generation for...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
fschneider...
Support for post-fix count operations (x++, x--) where...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
whesse@chromium.org
Add unary not operator to fast compiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
whesse@chromium.org
Add conditional expressions (ternary choice operator...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
peter.rybin...
Report function source position via JSON protocol
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
kmillikin@chromium.org
Implement new support for if statements in top-level...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
kmillikin@chromium.org
Initial implementation of top-level compilation of...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
whesse@chromium.org
Add void operator to fast compiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
erik.corry...
Fix new snapshot compilation on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
erik.corry...
Introduce a switch for the new snapshot code and switch
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
fschneider...
Support for calls on named and keyed properties in...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
kmillikin@chromium.org
Fix thinko in assertion.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
kmillikin@chromium.org
Move the Location class into the AST Expression class...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
fschneider...
Support for property assignment in the fast compiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
antonm@chromium.org
Add a test which verifies that weak reference callbacks...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
sgjesse@chromium.org
Prepare to push to trunk. We are now working on 1.3.19
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
kmillikin@chromium.org
Rename the Location type tags to be consistent with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
sgjesse@chromium.org
Reverting 3159, 3151 and 3150
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
kmillikin@chromium.org
Fix x64 build.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
whesse@chromium.org
Add binary operations to fast compiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
kmillikin@chromium.org
Rename the kinds of locations to be consistent with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
sgjesse@chromium.org
Reverting 3153
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
ager@chromium.org
Prepare push to trunk. Now working on version 1.3.18.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
erik.corry...
ARM still not quite right with new serialization code.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
lrn@chromium.org
Issue 485: Fix leak of builtins object through call...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
kmillikin@chromium.org
In the toplevel compiler, shift the responsibility...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
sgjesse@chromium.org
Derive string size constants
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
erik.corry...
* Fix new snapshot code on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
christian.plesner...
Marking test as expected to flake.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
christian.plesner...
Changed accessor ICs to using direct calls.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
ager@chromium.org
Add fast check for NaN in NumberCompare slow case.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
fschneider...
Fix missing recording of source position for property...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
whesse@chromium.org
Factor out a commonly used code sequence to DropAndMove...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
sgjesse@chromium.org
Add snapshot option to test runner.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
mikhail.naganov...
Fix crbug/24815. Changes affect profiler "lazy" mode...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-28
sgjesse@chromium.org
Don't use string slices when processing RexExp replace.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
fschneider...
Support for property access (named, keyed) in the fast...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
christian.plesner...
Fixed build error on x64.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
christian.plesner...
Implemented specialized stubs for API getters. This...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
whesse@chromium.org
Remove --check-stack flag from V8.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
whesse@chromium.org
Add VisitCallNew to fast compiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
sgjesse@chromium.org
Landing http://codereview.chromium.org/339026
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
kmillikin@chromium.org
Make it more pleasant to work with expression locations...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
lrn@chromium.org
Fix bug in test on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
erik.corry...
Start using snapshot VM configuration in internal benchmark
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
lrn@chromium.org
Fixed problem with test on big-endian-float ARM.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
erik.corry...
New snapshot framework. Doesn't work on ARM yet (code...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
whesse@chromium.org
Add fucomip instruction to disassembler. Fix some...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
sgjesse@chromium.org
Fix x64 breakage in r3136.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
kmillikin@chromium.org
Fix x64 DEBUG build.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
lrn@chromium.org
Windows: Change test to not assume ebp is frame-pointer.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
kmillikin@chromium.org
Eliminate the constant location used for literals in...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
sgjesse@chromium.org
Port optimization of calls to GenericBinaryStub to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
lrn@chromium.org
Change NaN-test to only check for QNaNs, and API to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
ager@chromium.org
Apply patch by Timur Iskhodzhanov to add valgrind notif...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
christian.plesner...
Reverted 3130-3131 since they don't work on mac.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
fschneider...
Generate more compact XOR on 64-bit architecture when...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
christian.plesner...
Fixed release test build breakage.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
christian.plesner...
Implemented specialized stubs for API getters. This...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
fschneider...
Support for object literals in fast compiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
antonm@chromium.org
Allocate global handles in chunks.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
sgjesse@chromium.org
Handle the list of code-stub types using macro expansion.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
mikhail.naganov...
Fix retainer profile test regression
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
antonm@chromium.org
Make V8::LowMemoryNotification GC for all platforms.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-26
mikhail.naganov...
Heap profiler improvements.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
sgjesse@chromium.org
Remove a check which was not needed
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
sgjesse@chromium.org
Use RtlCaptureContext instead of inline assembly to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
sgjesse@chromium.org
Fix issue with running some constructors having only...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
lrn@chromium.org
X64/Win64: Fix bug in returning ObjectPair.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
kmillikin@chromium.org
Simple toplevel code generator support for short-circui...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
kbr@chromium.org
Stop throwing exceptions for out-of-range accesses...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-23
lrn@chromium.org
X64/Win64: Alternative implementation of fmod in general.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
erik.corry...
Fix bug that meant that dependent tests were never...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
kbr@chromium.org
Fix lint errors.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
kbr@chromium.org
Add optimized ICs for new CanvasArray types introduced...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
kmillikin@chromium.org
The runtime function DeclareGlobals is not called from...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
whesse@chromium.org
Add --trace flag to fast compiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
kmillikin@chromium.org
Added support for array literals to the toplevel compil...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
fschneider...
Fast compiler support for regexp literals.
commit
|
commitdiff
|
tree
|
snapshot
next