projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git]
/
src
/
ia32
/
macro-assembler-ia32.h
2015-09-08
bmeurer
[builtins] Unify the various versions of [[Call]] with...
blob
|
commitdiff
|
raw
2015-09-03
bmeurer
Remove obsolete functionality from the MacroAssemblers.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
machenbach
Revert of [es5] Class of object is "Function" if object...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
bmeurer
[es5] Class of object is "Function" if object has ...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-27
yangguo
Move (uppercase) JS builtins from js builtins object...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-25
bmeurer
Correctify instanceof and make it optimizable.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-24
rmcilroy
[Interpreter] Pass context to interpreter bytecode...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-18
rmcilroy
[interpreter]: Changes to interpreter builtins for...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-07
titzer
[turbofan] Remove architecture-specific linkage files...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
bmeurer
[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
yangguo
Debugger: use debug break slots to break at function...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
mstarzinger
Remove unused byte from Map::instance_sizes field.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
danno
Revert of Collect type feedback on result of Math....
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
danno
Collect type feedback on result of Math.[round|ceil...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-07
hpayer
Reland "Merge old data and pointer space."
blob
|
commitdiff
|
raw
|
diff to current
2015-03-25
mstarzinger
Switch full-codegen from StackHandlers to handler table.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-20
Benedikt Meurer
[turbofan] Turn Math.clz32 into an inlinable builtin.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
hpayer
Revert "Merge old data and pointer space."
blob
|
commitdiff
|
raw
|
diff to current
2015-03-18
hpayer
Merge old data and pointer space.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
bmeurer
[turbofan] Support for %_DoubleHi, %_DoubleLo and ...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
mstarzinger
Move stack unwinding logic into the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-24
jkummerow
Move Maps' back pointers from "transitions" to "constru...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
ulan
Load callback data from weak cell instead of embedding...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-28
ulan
Extract LoadAccessor into a masm function.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-20
dcarney
move CallApiFunctionAndReturn to code-stubs-*
blob
|
commitdiff
|
raw
|
diff to current
2015-01-16
dcarney
split api call stubs into accessor and function call...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-22
ulan
Use weak cell in monomorphic KeyedStore IC.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
ulan
Use weak cells to embed maps in store handler.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
ulan
Reland parts of 'Use weak cells in map checks in polymo...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
machenbach
Revert of Use weak cells in map checks in polymorphic...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-01
ulan
Use weak cells in map checks in polymorphic ICs.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-13
rmcilroy@chromium.org
Refactor FrameAndConstantPoolScope and ConstantPoolUnav...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-09
bmeurer@chromium.org
[ia32] Better code generation for materialization of...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-30
dcarney@chromium.org
[turbofan] IA: Uint32ToFloat64 supports mem operand.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-24
yangguo@chromium.org
Refactor bailout reasons and disable optimization in...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-23
svenpanne@chromium.org
Made the detailed reason for deopts mandatory on ia32...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-23
jkummerow@chromium.org
Fix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-17
svenpanne@chromium.org
Fixed deopt reasons in TaggedToI.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-10
yangguo@chromium.org
Rename ascii to one-byte where applicable.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
bmeurer@chromium.org
Rename ASSERT* to DCHECK*.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-14
mvstanton@chromium.org
Use register parameters in ElementsTransitionGenerator.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-01
ishell@chromium.org
Reland r22082 "Replace HeapNumber as doublebox with...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
ishell@chromium.org
Revert "Replace HeapNumber as doublebox with an explici...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
ishell@chromium.org
Replace HeapNumber as doublebox with an explicit Mutabl...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-03
bmeurer@chromium.org
Improve write barriers in optimized code.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-03
jochen@chromium.org
Use full include paths everywhere
blob
|
commitdiff
|
raw
|
diff to current
2014-05-30
verwaest@chromium.org
Don't push eax/rax before calling Runtime_Abort
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
danno@chromium.org
Convert String array index/length hash to BitField
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
jochen@chromium.org
Reland 21482 - "Merge v8globals.h and globals.h"
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
verwaest@chromium.org
Revert "Merge v8globals.h and globals.h"
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
jochen@chromium.org
Merge v8globals.h and globals.h
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
bmeurer@chromium.org
LoadUint32() doesn't need a scratch register.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-15
yangguo@chromium.org
Refactor MacroAssembler::Prologue.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-12
yangguo@chromium.org
Clean up debugger flags.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
verwaest@chromium.org
Reland and fix r21225 and r21226
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
ishell@chromium.org
[Sheriff] This reverts commits r21225 and r21226 for...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
verwaest@chromium.org
Make BitField3 a raw uint32 field, and move to the...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
yangguo@chromium.org
Require SSE2 support for the ia32 port.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
mstarzinger@chromi...
Remove broken %_Log functionality.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
bmeurer@chromium.org
Bulk update of Google copyright headers in source files.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
ulan@chromium.org
Convert function.name to API-style accessor and make...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
yangguo@chromium.org
Always include debugger support.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
yangguo@chromium.org
Clean up some uses of Failures and MaybeObjects.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-24
titzer@chromium.org
IA32: Rename MacroAssembler::Set() and MacroAssembler...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-21
titzer@chromium.org
Add a utility method to the ia32 macro assembler to...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-19
svenpanne@chromium.org
Tweaked FlooringDiv back to TruncatingDiv again.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-17
mvstanton@chromium.org
Utility functions for pretenure call new. These functio...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
titzer@chromium.org
Add MacroAssembler::Move(reg, immediate) on IA32.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-10
bmeurer@chromium.org
Reland "Handle non-power-of-2 divisors in division...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-07
svenpanne@chromium.org
Revert "Handle non-power-of-2 divisors in division...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-07
svenpanne@chromium.org
Handle non-power-of-2 divisors in division-like operations
blob
|
commitdiff
|
raw
|
diff to current
2014-02-28
mvstanton@chromium.org
The Array function must be looked up in the native...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
jacob.bramley@arm.com
Remove the unused LoadInitialArrayMap.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-04
jkummerow@chromium.org
Cleanup: Unify CodeGenerator class across platforms
blob
|
commitdiff
|
raw
|
diff to current
2014-01-27
dcarney@chromium.org
stub fast api calls
blob
|
commitdiff
|
raw
|
diff to current
2014-01-15
jarin@chromium.org
This is a preview of a first step towards unification...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-14
verwaest@chromium.org
Remove CALL_AS_FUNCTION and CALL_AS_METHOD.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
bmeurer@chromium.org
Drop IsPregenerated() and allow_stub_calls flag.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
verwaest@chromium.org
Reupload CallIC changes.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
yangguo@chromium.org
Revert r18131 and r18139 "Clean up in the CallStubCompi...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-28
verwaest@chromium.org
Cleanup in the CallStubCompiler.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-22
ulan@chromium.org
Restore saved caller FP registers on stub failure
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
danno@chromium.org
Fixed crashes exposed though fuzzing.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-08
danno@chromium.org
Reland 17588: Add signed/unsigned 8-bit and 16-bit...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-08
verwaest@chromium.org
Revert "Add signed/unsigned 8-bit and 16-bit Representa...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-08
danno@chromium.org
Add signed/unsigned 8-bit and 16-bit Representations...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-08
jkummerow@chromium.org
Use nearlabel AFAP in lithium codegen
blob
|
commitdiff
|
raw
|
diff to current
2013-11-06
mvstanton@chromium.org
Correct handling of arrays with callbacks in the protot...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-23
danno@chromium.org
Enable preaging of code objects when --optimize-for...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-15
mvstanton@chromium.org
Make TestJSArrayForAllocationMemento less awkward.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-04
olivf@chromium.org
Reland "Hydrogenisation of binops"
blob
|
commitdiff
|
raw
|
diff to current
2013-10-01
bmeurer@chromium.org
Lazily save double registers for HCallRuntime instructi...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-19
bmeurer@chromium.org
Move NumberToStringStub::GenerateLookupNumberStringCach...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-17
dcarney@chromium.org
reland 16744: add context save for GenerateFastApiCall
blob
|
commitdiff
|
raw
|
diff to current
2013-09-17
dcarney@chromium.org
revert 16744 for breaking build
blob
|
commitdiff
|
raw
|
diff to current
2013-09-17
dcarney@chromium.org
add context save for GenerateFastApiCall
blob
|
commitdiff
|
raw
|
diff to current
2013-09-13
yangguo@chromium.org
Use xorps to break the cvtsi2sd unnecessary dependence...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-02
olivf@chromium.org
Move ToI conversions to the MacroAssembler
blob
|
commitdiff
|
raw
|
diff to current
2013-08-27
dcarney@chromium.org
cleanup api callbacks now that handles are never return...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-09
bmeurer@chromium.org
Fix/unify root handling in code generation.
blob
|
commitdiff
|
raw
|
diff to current
next