[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arm / codegen-arm.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-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-09-24 rodolph.perfetta... ARM: Tweak Math.exp.
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-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 arm (pointer cache for...
2011-10-20 yangguo@chromium.orgRefactor elements kind conversion.
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
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-03-15 erik.corry@gmail.comFix SmiCompare on 64 bit to distinguish between compari...
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-24 sgjesse@chromium.orgMake randomized allocations along 64k granularity bound...
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-24 kmillikin@chromium.orgFix some inconsistent formatting.
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 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-06 lrn@chromium.orgCreate a new RegExp object for every evaluation of...
2010-07-23 ager@chromium.orgFixed a couple of issues with store inlining on arm.
2010-07-22 ager@chromium.orgPort inlined in-object property stores to ARM.
2010-07-16 ricow@chromium.orgRefactor type checks in v8natives.js and runtime.js.
2010-07-01 erik.corry@gmail.comARM: Don't emit a write barrier for an inlined keyed...
2010-06-28 erik.corry@gmail.comDo integer mod via sum-of-digits technique. This benef...
2010-06-24 vitalyr@chromium.orgAdd "has fast elements" bit to maps and use it in inlin...
2010-06-17 erik.corry@gmail.comARM: Load the heap number map into a register and keep it
2010-06-14 sgjesse@chromium.orgARM: Change code generation for function return
2010-06-11 ager@chromium.orgImplement transcendental cache probing in generated...
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-06-02 erik.corry@gmail.comARM: Track Smis on top 4 stack positions and Smi loop...
2010-05-31 erik.corry@gmail.comARM: Remove LoadConditionAndSpill and VisitAndSpill.
2010-05-28 erik.corry@gmail.comGet rid of LoadAndSpill on ARM since Load() knows wheth...
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-18 sgjesse@chromium.orgARM: Pass arguments to keyed store IC in registers
2010-05-12 ager@chromium.orgRefactor the fast-case code for loading local/global...
2010-05-10 sgjesse@chromium.orgSupport both TOS register combinations in inlined keyed...
2010-05-10 erik.corry@gmail.comFirst step towards making JumpTarget work on ARM. ...
2010-05-10 sgjesse@chromium.orgAdd missing constant
2010-05-04 ager@chromium.orgPort inline swapping of elements for the sort function...
2010-05-04 sgjesse@chromium.orgRefactor assignment in the ARM code generator
2010-05-04 podivilov@chromium.orgPort string keyed load IC improvements (r4444) to ARM.
2010-04-29 antonm@chromium.orgIntroduce faster swapping primitives.
2010-04-29 sgjesse@chromium.orgRemove unused code
2010-04-28 sgjesse@chromium.orgAdd inlining of keyed store on ARM
2010-04-27 erik.corry@gmail.comChange the LoadIC calling convention so that the receiver
2010-04-27 podivilov@chromium.orgPort number string cache lookup for heap numbers in...
2010-04-27 sgjesse@chromium.orgInline keyed load on ARM
2010-04-23 sgjesse@chromium.orgChanged inlined property load detection on ARM
2010-04-22 ager@chromium.orgPort apply with arguments optimization to ARM. This...
2010-04-22 sgjesse@chromium.orgAdd inlining of property load on ARM
2010-04-15 sgjesse@chromium.orgAdd tracking of loop nesting to ARM code.
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-09 erik.corry@gmail.comMake binary op stubs in both r0-r1 and r1-r0 versions...
2010-04-08 erik.corry@gmail.comSimple register allocation for ARM. Only top of expression
2010-04-08 kaznacheev@chromiu... Re-submitting binary op ICs for ARM. Does not break...
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-23 vegorov@chromium.orgPort of optimized ICs for external and pixel arrays...
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2010-03-22 whesse@chromium.orgRevert change 4201.
next