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
2011-02-02
vegorov@chromium.org
GDBJIT: emit .eh_frame section on x64.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-02
ager@chromium.org
A MessageObject is a purely internal object to hold...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-02
whesse@chromium.org
Fix Math.pow(-0, 0.5) and Math.pow(-0, -0.5). These...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-02
karlklose@chromium.org
Extract platform independent part of RevertStackCheckCode.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-02
sgjesse@chromium.org
ARM: Refactor duplicated floating point code in type...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-02
vegorov@chromium.org
Require typed input representation for HTypeof hydrogen...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-02
ricow@chromium.org
This fixes the issue with the deoptimizer trashing...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-02
ricow@chromium.org
Revert revision 6555 as it causes win32 debug to fail.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
vegorov@chromium.org
Switch from template functions overloading to partial...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
peterhal@chromium.org
Revert "Fix bugs 992 and 1083"
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
peterhal@chromium.org
Fix bugs 992 and 1083
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
sgjesse@chromium.org
ARM: Add multiplication and modulus to the type recordi...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
mmaly@chromium.org
Fix Xcode project.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
mmaly@chromium.org
Fix error message name.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
vegorov@chromium.org
Fix control flow resolution bug in lithium register...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
antonm@chromium.org
Compare JSObjects by identity immediately.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
antonm@chromium.org
Temporary disable comparison of optimizability of code...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
ager@chromium.org
Avoid callbacks to user code during error formatting...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
karlklose@chromium.org
Change OSR stack check patching to use the stack check...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
mmaly@chromium.org
Fix V8 bug 1084: allow "\0" in strict mode as valid...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
antonm@chromium.org
ArraySplice builtin should return empty array and not...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
antonm@chromium.org
Perform security checks before fetching the value in...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
antonm@chromium.org
Add entries for build products of OOM dump utility...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
whesse@chromium.org
Fix typo in Changelog, date in version.cc.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
fschneider...
Fix a bug in the placement of minus-zero checks and...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
whesse@chromium.org
Prepare push to trunk. Now working on version 3.1.1.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
ager@chromium.org
ARM: Add support for DoMathAbs with double inputs.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
ager@chromium.org
Adding vendor prefix to Locale class (becoming v8Locale...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
fschneider...
Fix bug in tail call of builtin in the ToNumber stub...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
kmillikin@chromium.org
Revert "Add custom typed ICs for pixel array loads. "
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
fschneider...
Introduce ToNumber stub and use it in non-optimized...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
danno@chromium.org
Add custom typed ICs for pixel array loads.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
antonm@chromium.org
Clarify some details of global objects implementation.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
ager@chromium.org
Avoid using Function.prototype.call in a number of...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
ager@chromium.org
Prepare push to trunk. Now working on version 3.1.0.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
antonm@chromium.org
Revert "Unification: introduce ExternalReference::pendi...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
antonm@chromium.org
Unification: introduce ExternalReference::pending_excep...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
ricow@chromium.org
Implement DoGlobalReceiver and DoCheckFunction lithium...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
antonm@chromium.org
Do not set result_ prematurely.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
antonm@chromium.org
Better name for ShouldReturnException which actually...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
fschneider...
Cleanup unused code from the type oracle.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
vegorov@chromium.org
Fix id for HandleScope::DeleteExtensions and Factory...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
lrn@chromium.org
X64 Crankshaft: Added yet more operations.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
sgjesse@chromium.org
Fix test expectations from r6509
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
lrn@chromium.org
X64 Crankshaft: Reapply reverted operations with DoLoad...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
sgjesse@chromium.org
Change an invalid assert
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
ager@chromium.org
Fix reintroduction of global variables that have been...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
karlklose@chromium.org
ARM: Implement DoInstanceOfAndBranch in the lithium...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
ARM: Try to fix broken commit r6504
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
karlklose@chromium.org
Refactor recording of safepoints.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
ARM: Add multiplication to the type recording binary...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
mmaly@chromium.org
Strict mode eval/arguments LHS.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
mmaly@chromium.org
Compress Variable class.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
mmaly@chromium.org
Strict mode: function constructor tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
kmillikin@chromium.org
Remove the HInstruction utilities taking flag mask...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
kmillikin@chromium.org
Use more detailed compilation info for inlined functions.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
fschneider...
Fix issue 1076 by resetting labels of switch-clauses...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
ager@chromium.org
Fix another message object leak.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
antonm@chromium.org
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
kmillikin@chromium.org
Change the default implementation of DataEquals for...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
whesse@chromium.org
X64 Crankshaft: Fix compilation error on Windows X64.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
kmillikin@chromium.org
Clean up Hydrogen's HLoadFunctionPrototype.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
ARM: Fix the test expectations
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
whesse@chromium.org
X64 Crankshaft: Remove relative jump to deoptimization...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
ARM: Fix the type recording binary operation stub subtract
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
kmillikin@chromium.org
Disable all code motion on the final optimization attempt.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
ARM: Make the ARM hardware builder green
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
ager@chromium.org
ARM: Merging constants in simulator and assembler heade...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
erik.corry...
Minor cleanup: Use MaybeObject instead of bool and...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
fschneider...
Revert r6543 and r6441.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
Fix presumbit.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
ARM: Change BranchOnSmi/BranchOnNotSmi to JumpIfSmi...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
sgjesse@chromium.org
ARM: Add subtract to the type recording binary operatio...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
mmaly@chromium.org
Strict mode object property validation.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
mmaly@chromium.org
Strict mode parameter validation.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
whesse@chromium.org
Revert change 6468: X64 Crankshaft functions added.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
vitalyr@chromium.org
Support StringLength in hydrogen (similar to ArrayLength).
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
sgjesse@chromium.org
ARM: Initial type recording binary operation stub
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
lrn@chromium.org
X64 Crankshaft: Added some functions needed for delta...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
ager@chromium.org
Prepare push to trunk. Now working on version 3.0.12.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
kmillikin@chromium.org
Update regression test.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
kmillikin@chromium.org
Revert "Reapply change to with/arguments interaction."
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
sgjesse@chromium.org
Fixed typo in calling Thread::set_name() on freebsd.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
sgjesse@chromium.org
Prepend the tools directory to python module path
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
whesse@chromium.org
Add compilation guard to new x64-only file, for Mac...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
sgjesse@chromium.org
Adding GC hooks to support LiveObjectList functionality.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
sgjesse@chromium.org
Script changes so that we can build debug/release with
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
vitalyr@chromium.org
Fix bug 1070: set correct holder for primitive checks.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
ricow@chromium.org
Do not shuffle parameters when doing sub on ia32 and...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
sgjesse@chromium.org
IA32: Refactor common string add code.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
ricow@chromium.org
Implement x64 lithium instructions DoGlobalObject and...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
lrn@chromium.org
X64 Crankshaft: Added a bunch of operations.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
whesse@chromium.org
Disable MSVC warning that default array initializers...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
fschneider...
Port to ARM and x64: Record the lazy deoptimization...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
whesse@chromium.org
Port new version of ParallelMove's LGapResolver to...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
ricow@chromium.org
Port changes from x64 deoptimizer to ia32 and remove...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
ager@chromium.org
Another fix for leaking error objects. User code can...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
ricow@chromium.org
Add support for deoptimization on x64.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
sgjesse@chromium.org
Change ARM exit frame layout and alingment handling
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
lrn@chromium.org
Fix bad assumption in object literal interpretation.
commit
|
commitdiff
|
tree
|
snapshot
next