[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / codegen.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-21 mstarzingerDeprecate semi-correct CompilationInfo::flags predicate.
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-07-06 yangguoDebugger: use debug break slots instead of ICs (except...
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2014-09-25 yangguo@chromium.orgMove i18n-related runtime functions into a separate...
2014-07-14 mvstanton@chromium.orgUse register parameters in ElementsTransitionGenerator.
2014-07-09 dusan.milosavljevi... Add mips64 port.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 danno@chromium.orgIntroduce x87 port
2014-05-06 mvstanton@chromium.orgFix for 3303 MultithreadedParallelIsolates has a race...
2014-05-06 jochen@chromium.orgMove generated math methods from platform to codegen
2014-05-06 mstarzinger@chromi... Remove broken %_Log functionality.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2014-02-04 jkummerow@chromium.orgCleanup: Unify CodeGenerator class across platforms
2013-12-20 jkummerow@chromium.orgDelete unused TypeInfo class
2013-12-18 svenpanne@chromium.orgRemove the last remnants of the TranscendentalCache.
2013-11-15 danno@chromium.orgGenerate KeyedLoadDictionaryElementStub with Hydrogen
2013-07-19 mvstanton@chromium.orgRename AllocationSiteInfo to AllocationMemento
2013-05-23 yangguo@chromium.orgImprove SeqStringSetChar implementation.
2013-01-17 mvstanton@chromium.orgAdditional work to get array literal allocation trackin...
2012-12-05 yangguo@chromium.orgImprove array to string conversion.
2012-11-26 jkummerow@chromium.orgFaster implementation of Math.exp()
2012-05-23 danno@chromium.orgImplement tracking and optimizations of packed arrays
2012-03-12 yangguo@chromium.orgEnsure consistency of Math.sqrt on Intel platforms.
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-24 yangguo@chromium.orgPorting r10023 and r10054 to x64 (pointer cache for...
2011-11-17 yangguo@chromium.orgAdd pointer cache field to external string for access...
2011-10-20 yangguo@chromium.orgRefactor elements kind conversion.
2011-04-07 ager@chromium.orgRemove some dead code.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
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-11-11 fschneider@chromiu... Move ComputeCallInitialize from the codegen.cc to stub...
2010-10-18 whesse@chromium.orgFix compilation error on ARM with gcc 4.4. Remove...
2010-09-14 whesse@chromium.orgMove inlined function declarations and support from...
2010-09-01 whesse@chromium.orgRemove CodeGenerator::PatchInlineRuntimeEntry and repla...
2010-08-30 whesse@chromium.orgRemove dependence of code-stubs on codegen, the virtual...
2010-08-27 serya@chromium.orgUsing array index hash code for string-to-number conver...
2010-08-27 sgjesse@chromium.orgCleanup the way the debugger stores live registers...
2010-08-20 lrn@chromium.orgUse Copy-on-write arrays for cached regexp results.
2010-08-16 vitalyr@chromium.orgCopy-on-write arrays.
2010-08-16 sgjesse@chromium.orgARM: backend opt for ToBoolean: JIT code generation...
2010-08-12 sgjesse@chromium.orgHandle overwriting valueOf on String objects correctly...
2010-08-09 erik.corry@gmail.comIA32: Avoid going into stubs or runtime code for bitops...
2010-08-06 lrn@chromium.orgCreate a new RegExp object for every evaluation of...
2010-07-16 ricow@chromium.orgRefactor type checks in v8natives.js and runtime.js.
2010-07-13 ager@chromium.orgLanding for Rodolph Perfetta.
2010-07-05 lrn@chromium.orgRegExp replace with empty string optimization by Sandholm.
2010-07-05 erik.corry@gmail.comSpecialize GenericUnaryStub so that it knows whether...
2010-05-27 erik.corry@gmail.comFix jump targets on ARM to merge virtual frames (really...
2010-05-26 vitalyr@chromium.orgCustom call IC-s for String.prototype.{charAt,charCodeAt}.
2010-05-19 sgjesse@chromium.orgAdd complete implementation of full compiler for the...
2010-05-10 erik.corry@gmail.comFirst step towards making JumpTarget work on ARM. ...
2010-04-29 antonm@chromium.orgIntroduce faster swapping primitives.
2010-04-27 sgjesse@chromium.orgAvoid constant pool blocking for too long
2010-04-23 sgjesse@chromium.orgChanged inlined property load detection on ARM
2010-04-15 sgjesse@chromium.orgEnsure stack alignment in ARM port
2010-04-14 antonm@chromium.orgIntroduce fast native caches and use it in String.search.
2010-04-13 lrn@chromium.orgNative construction of RegExp result objects, with...
2010-04-12 antonm@chromium.orgFaster invocation of custom comparator function.
2010-04-08 erik.corry@gmail.comSimple register allocation for ARM. Only top of expression
2010-04-07 whesse@chromium.orgChange Math.random() to return 32 bits of random goodne...
2010-03-30 vitalyr@chromium.orgInline %_ArgumentsLength.
2010-03-25 vitalyr@chromium.orgSimplify passing of AccessorInfo to interceptors:
2010-03-25 fschneider@chromiu... Rename NumberInfo to TypeInfo.
2010-03-25 sgjesse@chromium.orgRe-apply "Inline floating point compare"
2010-03-24 kmillikin@chromium.orgRevert "Inline floating point compare"
2010-03-23 sgjesse@chromium.orgFix GetName and Print for CompareStub
2010-03-23 sgjesse@chromium.orgInline floating point compare
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2010-03-22 sgjesse@chromium.orgUse bit fields to calculate compare stub minor key
2010-03-11 sgjesse@chromium.orgAdd fuzzing support for inline runtime functions
2010-02-19 fschneider@chromiu... Make class BitField able to use 32 bits of a uint32.
2010-02-16 fschneider@chromiu... Pass the complete number type information into the...
2010-02-08 serya@chromium.orgReview URL: http://codereview.chromium.org/561049
2010-02-08 fschneider@chromiu... Move class declaration of Comment from codegen-inl...
2010-02-04 sgjesse@chromium.orgMIPS port initial commit
2010-02-03 whesse@chromium.orgFix build error on Win32, fix spelling of DebugerStatem...
2010-02-03 ager@chromium.orgUse the virtual-frame based optimizing compiler for...
2010-02-02 serya@chromium.orgReview URL: http://codereview.chromium.org/555164
2010-01-29 serya@chromium.orgRemoving redundant stub for runtime native calls.
2010-01-15 sgjesse@chromium.orgEnsure correct boxing of values when calling functions...
2010-01-08 erik.corry@gmail.comSpeed up compares with characters ie single-character...
2010-01-06 sgjesse@chromium.orgDirect call to native RegExp code from JavaScript.
2009-12-22 kasperl@chromium.orgAdd fast case stub for BIT_NOT.
2009-12-18 erik.corry@gmail.comOptimize bitops with non-Smi inputs. Instead of conver...
next