projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Correctify instanceof and make it optimizable.
[platform/upstream/v8.git]
/
src
/
arm
/
lithium-arm.cc
2015-08-25
bmeurer
Correctify instanceof and make it optimizable.
blob
|
commitdiff
|
raw
2015-08-17
mstarzinger
Remove grab-bag includes of v8.h from architecture...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
jochen
Reland of "Remove ExternalArray, derived types, and...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
bmeurer
[stubs] Don't pass name to Load/StoreGlobalViaContext...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-27
machenbach
Revert of Remove ExternalArray, derived types, and...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-27
jochen
Remove ExternalArray, derived types, and element kinds
blob
|
commitdiff
|
raw
|
diff to current
2015-07-22
jochen
Store offset between fixed typed array base and data...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-20
jochen
Add support for adding an external and a tagged pointer
blob
|
commitdiff
|
raw
|
diff to current
2015-07-20
ishell
Crankshaft part of the 'loads and stores to global...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-01
danno
Make context register implicit for CallInterfaceDescriptors
blob
|
commitdiff
|
raw
|
diff to current
2015-06-26
mvstanton
VectorICs: Lithium support for vector-based stores.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-03
bmeurer
[date] Refactor the %_DateField intrinsic to be optimiz...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
erikcorry
Cosmetic changes to tests to make it easier to concaten...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
bmeurer
[crankshaft] Record inlined shared function infos inste...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
mvstanton
Cleanup interface descriptors to reflect that vectors...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-15
mvstanton
Now that vector ics are established for load, keyed...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
mvstanton
New hydrogen instruction to reduce cost of growing...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
mvstanton
Optimize the typeof operator.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
jochen
Add HArrayBufferNotNeutered instruction
blob
|
commitdiff
|
raw
|
diff to current
2015-04-27
mvstanton
Don't MISS if you read the hole from certain FastHoley...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-13
mvstanton
Remove unnecessary options from HTailCallThroughMegamor...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-18
verwaest
Remove PropertyCell space
blob
|
commitdiff
|
raw
|
diff to current
2015-01-28
mvstanton
Continue learning for calls in crankshaft.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
mvstanton
Revert of Continue learning for calls in optimized...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
mvstanton
Continue learning for calls in optimized code when...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
svenpanne
Fixed Hydrogen environment handling for mul-i on ARM...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-12
Michael Stanton
Hydrogen code stubs for vector-based ICs.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
svenpanne
Fixed environment handling for LFlooringDivI on ARM.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-06
jkummerow@chromium.org
Remove FLAG_opt_safe_uint32_operations.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-30
bmeurer@chromium.org
Replace OStream with std::ostream.
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-16
verwaest@chromium.org
The value register in storefield(smi) is not used as...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-11
mvstanton@chromium.org
Added CallInterfaceDescriptors to all code stubs. A...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-08
yangguo@chromium.org
Get CallInterfaceDescriptor directly from CodeStub.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-08
yangguo@chromium.org
Initialize CodeStubInterfaceDescriptor in the constructor.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-08
mvstanton@chromium.org
To aid vector-based load ic work, we need to be able...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-05
yangguo@chromium.org
Do not cache CodeStubInterfaceDescriptor on the isolate.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-03
mvstanton@chromium.org
Make concrete classes for individual call descriptors...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-01
mvstanton@chromium.org
InterfaceDescriptor becomes CallInterfaceDescriptor.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-01
jarin@chromium.org
Context deoptimization and removal of the deoptimizatio...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-26
mvstanton@chromium.org
Move register conventions out of the IC classes.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
bmeurer@chromium.org
Rename ASSERT* to DCHECK*.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
mstarzinger@chromi...
Ensure LModByPowerOf2I only gets environment when it...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-30
danno@chromium.org
Land the Fan (disabled)
blob
|
commitdiff
|
raw
|
diff to current
2014-07-29
yangguo@chromium.org
Inline Math.fround in optimized code.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-21
mvstanton@chromium.org
Introduce FLAG_vector_ics.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-17
mvstanton@chromium.org
StubCallInterfaceDescriptor and CallInterfaceDescriptor...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-10
mvstanton@chromium.org
Use a register spec for StoreIC and KeyedStoreIC.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-07
svenpanne@chromium.org
More OStreamsUse OStreams more often.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
mvstanton@chromium.org
KeyedLoadIC should have same register spec as LoadIC.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
marja@chromium.org
Revert "ARM: Use the shifter operand to merge in previo...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
mvstanton@chromium.org
Use IC register definitions in platform files.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-25
alexandre.rames...
ARM: Use the shifter operand to merge in previous shift...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Jacob.Bramley@arm.com
ARM: optimize Lithium Allocate
blob
|
commitdiff
|
raw
|
diff to current
2014-06-20
rodolph.perfetta...
ARM: Avoid duplicate vmla when merging vmul and vadd
blob
|
commitdiff
|
raw
|
diff to current
2014-06-20
mstarzinger@chromi...
Check alpha-sorting of includes during presubmit.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
ulan@chromium.org
Preliminary support for block contexts in hydrogen.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-03
jochen@chromium.org
Use full include paths everywhere
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
bmeurer@chromium.org
Inline Array.shift() fast path instead of using a code...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
bmeurer@chromium.org
Simplify known successor block lowering.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-29
bmeurer@chromium.org
Refactor HType to get rid of various hacks.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
m.m.capewell@googl...
ARM: use TempDoubleRegister
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
bmeurer@chromium.org
Avoid HeapObject check in HStoreNamedField.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
alexandre.rames...
Allow HPushArgument to handle more than one argument.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
alexandre.rames...
Provide a helper to generate multiple Lithium instructi...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
danno@chromium.org
Allow specifying base offset when constructing Keyed...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-20
bmeurer@chromium.org
Revert "Refactor transitioning stores."
blob
|
commitdiff
|
raw
|
diff to current
2014-05-20
bmeurer@chromium.org
Refactor transitioning stores.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
bmeurer@chromium.org
Improve Array.shift() performance for small arrays.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-08
ulan@chromium.org
Fix index register assignment in LoadFieldByIndex for...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-05
bmeurer@chromium.org
Don't add code dependencies eagerly for HCheckMaps.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-02
bmeurer@chromium.org
Fix crash in debug builds introduced with r21110.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-02
bmeurer@chromium.org
Don't add code dependencies on transitioning stores...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
svenpanne@chromium.org
Added a Isolate* parameter to Serializer::enabled().
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-24
verwaest@chromium.org
Mark the simulate before EnterInlined with BailoutId...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-24
svenpanne@chromium.org
CodeStubs contain their corresponding Isolate* now...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
bmeurer@chromium.org
Optimize numeric comparison with known successors.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
bmeurer@chromium.org
Improve code generation for bounds checks.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
svenpanne@chromium.org
Reland "Fixed environment assignment for LCheckNonSmi."
blob
|
commitdiff
|
raw
|
diff to current
2014-04-03
jochen@chromium.org
Revert r20476.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-03
svenpanne@chromium.org
Fixed environment assignment for LCheckNonSmi.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-02
svenpanne@chromium.org
Check that environments assigned via AssignEnvironment...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-01
svenpanne@chromium.org
Consistently use a separate Lithium instruction for...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-01
svenpanne@chromium.org
Only assign environments when they are actually needed...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
verwaest@chromium.org
Reland and fix "Fix LoadFieldByIndex to take mutable...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
jochen@chromium.org
Revert 20348 - "Fix LoadFieldByIndex to take mutable...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
verwaest@chromium.org
Fix LoadFieldByIndex to take mutable heap-numbers into...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
jarin@chromium.org
Add missing lazy deopt point for the TransitionElements...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
svenpanne@chromium.org
Implement flooring division by a constant via truncatin...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
bmeurer@chromium.org
Remove uses of RangeCanInclude() in flooring division...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
bmeurer@chromium.org
Fix uses of range analysis results in HChange.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-12
svenpanne@chromium.org
Disable special handling of flooring division by consta...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-12
jkummerow@chromium.org
Fix lazy deopt after tagged binary ops
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
bmeurer@chromium.org
Cleanup some of the range uses in ModI/DivI.
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
yangguo@chromium.org
Reland "Introduce intrinsics for double values in Javas...
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-03-07
svenpanne@chromium.org
Consistenly handle power-of-2 divisors in division...
blob
|
commitdiff
|
raw
|
diff to current
next