[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / x64 / codegen-x64.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
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-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-02-04 jkummerow@chromium.orgCleanup: Unify CodeGenerator class across platforms
2014-01-21 rossberg@chromium.orgZonify types in compiler frontend
2013-10-03 haitao.feng@intel.comUse StackArgumenstAccessor and kPCOnStackSize/kFPOnStac...
2013-09-03 dcarney@chromium.orgthread isolate for files starting with 'b' and 'c'
2013-09-02 dcarney@chromium.orgremove Isolate::Current from most files starting with 'a'
2013-08-27 haitao.feng@intel.comIntroduce StackArgumentsAccessor class for X64
2013-05-24 svenpanne@chromium.orgMake (most of) --trace-codegen available in release...
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-29 svenpanne@chromium.orgSimplify and fix code aging.
2012-11-26 jkummerow@chromium.orgFaster implementation of Math.exp()
2012-11-08 danno@chromium.orgAdd code again to allow reclaiming old unexecuted funct...
2011-11-24 yangguo@chromium.orgPorting r10023 and r10054 to x64 (pointer cache for...
2011-07-13 sgjesse@chromium.orgRemove the ability to compile without logging and profiling
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.
2011-03-17 mmaly@chromium.orgImplement strict mode ThrowTypeError functions for...
2011-02-25 whesse@chromium.orgX64 Crankshaft: Fix error in r6897. Restore context...
2011-02-04 mmaly@chromium.orgPass strict mode to eval.
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-12-02 whesse@chromium.orgAdd generated code to calculate Math.log and to search...
2010-11-22 ager@chromium.orgForce pretenuring of closures that are immediately...
2010-11-19 whesse@chromium.orgAdd a fast case to Array.join when all the elements...
2010-11-11 fschneider@chromiu... Move ComputeCallInitialize from the codegen.cc to stub...
2010-11-10 fschneider@chromiu... Move common static helpers from codegen to the macro...
2010-11-02 lrn@chromium.orgRemove regexp caching.
2010-10-18 whesse@chromium.orgFix compilation error on ARM with gcc 4.4. Remove...
2010-10-04 kmillikin@chromium.orgMore refactoring of class Compiler's interface.
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-25 whesse@chromium.orgMove code stub implementations from codegen-[platform...
2010-08-20 lrn@chromium.orgUse Copy-on-write arrays for cached regexp results.
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-06 lrn@chromium.orgCreate a new RegExp object for every evaluation of...
2010-07-23 whesse@chromium.orgFix bug in r5123, Comparison(), by unusing results...
2010-07-23 whesse@chromium.orgUse static type information when creating the inlined...
2010-07-21 whesse@chromium.orgAdd EmitKeyedStore and EmitKeyedPropertyAssignment...
2010-07-21 whesse@chromium.orgAdd EmitNamedStore and CallStoreIC(name, is_contextual...
2010-07-21 whesse@chromium.orgAdd EmitSlotAssignment to x64 platform.
2010-07-16 ricow@chromium.orgRefactor type checks in v8natives.js and runtime.js.
2010-07-15 whesse@chromium.orgAvoid a smi check when comparing an unknown to a consta...
2010-07-01 lrn@chromium.orgX64: Made simpler version of fast-smi-loop code.
2010-06-10 whesse@chromium.orgUse static type information in ConstantIntBinaryOperati...
2010-06-09 whesse@chromium.orgUse static type information on x64 in LikelySmiBinaryOp...
2010-06-08 sgjesse@chromium.orgMore precise break points and stepping when debugging
2010-06-07 kaznacheev@chromiu... Extend CallIC to support non-constant names.
2010-05-26 vitalyr@chromium.orgCustom call IC-s for String.prototype.{charAt,charCodeAt}.
2010-05-26 whesse@chromium.orgRefactor x64 named loads to agree with ia32 implementat...
2010-05-12 ager@chromium.orgRefactor the fast-case code for loading local/global...
2010-05-10 lrn@chromium.orgMake X64 double-to-int32 conversion use the 64-bit...
2010-05-10 erik.corry@gmail.comFirst step towards making JumpTarget work on ARM. ...
2010-05-04 lrn@chromium.orgX64: Minor change of control flow in inline transcenden...
2010-05-04 ager@chromium.orgPort inline swapping of elements for the sort function...
2010-05-04 podivilov@chromium.orgPort string keyed load IC improvements (r4444) to ARM.
2010-05-03 ager@chromium.orgPort inlined version of swap primitive for sorting...
2010-05-03 whesse@chromium.orgChange calling convention of BinaryOperation code gener...
2010-05-03 lrn@chromium.orgX64: Port inline transcendental cache to X64.
2010-04-29 antonm@chromium.orgIntroduce faster swapping primitives.
2010-04-28 podivilov@chromium.orgPort string keyed load IC improvements (r4444) to x64.
2010-04-27 podivilov@chromium.orgPort number string cache lookup for heap numbers in...
2010-04-27 whesse@chromium.orgPort improved ia32 CompareStub to x64. Add framework...
2010-04-14 antonm@chromium.orgIntroduce fast native caches and use it in String.search.
2010-04-13 lrn@chromium.orgX64: Add smi-type to loop variable of simple smi for...
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-07 whesse@chromium.orgChange Math.random() to return 32 bits of random goodne...
2010-03-26 ricow@chromium.orgLand codereview.chromium.org/1311003/diff/8001/9001...
2010-03-25 fschneider@chromiu... Rename NumberInfo to TypeInfo.
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2010-03-18 kaznacheev@chromiu... Porting binary op ICs to x64.
2010-03-15 vegorov@chromium.orgPort of string plus smi optimization from ia32 to x64...
2010-03-11 sgjesse@chromium.orgAdd fuzzing support for inline runtime functions
2010-03-08 ricow@chromium.orgAdded sqrt and pow for arm and x64 - to fix build failures.
2010-03-08 vegorov@chromium.orgPort of changes from r3842 (symbol table probing for...
2010-03-05 erik.corry@gmail.comMake more use of the NumberInfo data.
2010-02-26 vitalyr@chromium.orgImplemented one-char cache lookup in generated code.
2010-02-26 ricow@chromium.orgAdded fast support for Math.pow. This simply calculates...
2010-02-26 fschneider@chromiu... Inlining a few virtual frame functions.
2010-02-23 lrn@chromium.orgIA32: Native access to TranscendentalCache for sin...
2010-02-19 kmillikin@chromium.orgBegin using a list of bailouts instead of a singleton...
2010-02-19 vitalyr@chromium.orgSome string optimizations:
2010-02-16 fschneider@chromiu... Pass the complete number type information into the...
next