Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / x64 / code-stubs-x64.h
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-03 svenpanne@chromium.orgStart using OStreams.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-11 yangguo@chromium.orgSimplify string copy in SubStringStub.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-03-19 haitao.feng@intel.comIntroduce Push and Pop macro instructions for x64
2014-03-03 hpayer@chromium.orgConsolidate RecordWriteFromCode and RecordWriteForEvacu...
2014-01-22 bmeurer@chromium.orgGet rid of the unused native code StringAddStub.
2014-01-20 haitao.feng@intel.comReplace movq with movp for X64 when the operand size...
2013-12-20 jkummerow@chromium.orgDelete unused TypeInfo class
2013-12-18 svenpanne@chromium.orgRemove the last remnants of the TranscendentalCache.
2013-11-29 bmeurer@chromium.orgDrop IsPregenerated() and allow_stub_calls flag.
2013-09-24 bmeurer@chromium.orgTurn the NumberToStringStub into a hydrogen stub.
2013-09-23 machenbach@chromiu... Revert "Turn the NumberToStringStub into a hydrogen...
2013-09-23 bmeurer@chromium.orgTurn the NumberToStringStub into a hydrogen stub.
2013-09-19 bmeurer@chromium.orgMove NumberToStringStub::GenerateLookupNumberStringCach...
2013-09-11 dcarney@chromium.orgremove most uses of Isolate::Current in arch specific...
2013-07-19 bmeurer@chromium.orgCleanup StringAddFlags.
2013-07-19 bmeurer@chromium.orgCleanup useless parameter object_is_smi for NumberToStr...
2013-07-05 olivf@chromium.orgConvert UnaryOpStub to a HydrogenCodeStub
2013-07-03 olivf@chromium.orgRevert "Convert UnaryOpStub to a HydrogenCodeStub"
2013-07-03 olivf@chromium.orgConvert UnaryOpStub to a HydrogenCodeStub
2013-05-14 mvstanton@chromium.orgError found in test262 on ARM: BinaryOpStub could call...
2013-04-25 mvstanton@chromium.orgConstructed arrays can be created with Hydrogen code...
2013-04-18 danno@chromium.orgMake it possible to Crankshaft all kinds of stubs.
2013-03-04 rossberg@chromium.orgES6 symbols: Allow symbols as property names
2013-02-28 rossberg@chromium.orgRenamed "symbols" to "internalized strings" throughout...
2013-02-28 rossberg@chromium.orgMinor cleanup of CompareIC state
2013-02-27 svenpanne@chromium.orgAdded Isolate parameter to CodeStub::GetCode().
2012-12-18 danno@chromium.orgRe-land Crankshaft-generated KeyedLoad stubs.
2012-12-10 danno@chromium.orgRevert 13157, 13145 and 13140: Crankshaft code stubs.
2012-12-05 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-03 danno@chromium.orgRevert 13117: "Enable stub generation using Hydrogen...
2012-12-03 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-11-30 danno@chromium.orgRevert 13105: "Enable stub generation using Hydrogen...
2012-11-30 danno@chromium.orgEnable stub generation using Hydrogen/Lithium.
2012-11-14 jkummerow@chromium.orgLattice-based representation inference, powered by...
2012-03-05 yangguo@chromium.orgReland r10908 (Ensure consistent result of transcendent...
2012-03-02 yangguo@chromium.orgRevert r10908 due to flakiness and crashes.
2012-03-02 yangguo@chromium.orgEnsure consistent result of transcendental functions.
2011-11-11 kmillikin@chromium.orgReapply "Add a level of indirection to exception handle...
2011-11-11 kmillikin@chromium.orgRevert "Add a level of indirection to exception handler...
2011-11-11 kmillikin@chromium.orgAdd a level of indirection to exception handler addresses.
2011-11-09 kmillikin@chromium.orgGet rid of CodeStub::TryGetCode.
2011-10-28 kmillikin@chromium.orgHandlify the remaining CallStubCompiler functions.
2011-10-25 kmillikin@chromium.orgHandlify CallStubCompiler::CompileCallField.
2011-09-27 vegorov@chromium.orgTighten up assertions checking GC-safety of stub calls.
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
2011-09-15 erik.corry@gmail.comAdd asserts to ensure that we:
2011-07-13 svenpanne@chromium.orgDisentangle printing of stub names and memory allocation.
2011-07-08 svenpanne@chromium.orgRemoved useless implementations of GetName and Print...
2011-07-01 svenpanne@chromium.orgSimplify UnaryOpStub a little bit.
2011-06-22 svenpanne@chromium.orgMake ToBooleanStub more consistent across platforms.
2011-05-31 erik.corry@gmail.comRevert 8122 (stub call asserts) while test failures...
2011-05-31 erik.corry@gmail.comAdd asserts and state tracking to ensure that we do...
2011-05-24 fschneider@chromiu... Rename TypeRecording...Stub into ...Stub.
2011-05-11 jkummerow@chromium.orgRemove NearLabel, replacing remaining occurrences with...
2011-05-09 vegorov@chromium.orgPropagate a Failure from GenerateDictionaryNegativeLook...
2011-05-06 vitalyr@chromium.orgExtract common code in string compare loops.
2011-05-05 vegorov@chromium.orgUnroll more StringDictionary lookup probes both for...
2011-05-05 vitalyr@chromium.orgFaster string equals in generated code.
2011-04-28 svenpanne@chromium.orgType recording for unary ops
2011-04-15 vitalyr@chromium.orgSupport string add in crankshaft:
2011-04-11 fschneider@chromiu... Remove code from the deprecated GenericBinaryOpStub.
2011-03-28 fschneider@chromiu... Add binary-op stub variant to handle oddball objects...
2011-03-09 danno@chromium.orgCombine typed and pixel arrays.
2011-02-25 whesse@chromium.orgX64 Crankshaft: Fix error in r6897. Restore context...
2011-02-25 whesse@chromium.orgX64 Crankshaft: Add untagged version of TranscendentalC...
2011-02-22 sgjesse@chromium.orgX64: Refactor the string add in the type recording...
2011-02-14 danno@chromium.orgImplement specialized IC code stubs for pixel array...
2011-02-03 whesse@chromium.orgX64 Crankshaft: Add TypeRecordingBinaryStub to X64
2011-02-03 danno@chromium.orgCreate specialized code stubs for PixelArray loads.
2011-01-18 whesse@chromium.orgX64 Crankshaft: Add addition of tagged and int32 values...
2011-01-05 whesse@chromium.orgAdd partially-implemented TypeRecordingBinaryOpStub...
2011-01-03 whesse@chromium.orgRemove RecordWriteStub from X64 and ARM platforms.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-08-30 whesse@chromium.orgRemove dependence of code-stubs on codegen, the virtual...
2010-08-25 kasperl@chromium.orgStart using the overwrite mode from the full codegens...
2010-08-25 whesse@chromium.orgMove code stub implementations from codegen-[platform...