Land http://codereview.chromium.org/1311003/diff/8001/9001 to allows us to push to...
[platform/upstream/v8.git] / src / x64 / codegen-x64.h
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...
2010-02-16 sgjesse@chromium.orgInline NumberToString
2010-02-15 fschneider@chromiu... Introduce number type information in the virtual frame.
2010-02-09 lrn@chromium.orgPorted ia32 optimization of revision 3487 to x64.
2010-02-04 sgjesse@chromium.orgFix presubmit errors.
2010-02-03 kmillikin@chromium.orgIncorporate the arguments to the code generator constru...
2010-02-03 ager@chromium.orgUse the virtual-frame based optimizing compiler for...
2010-02-01 kmillikin@chromium.orgImplement simple fast-path code for functions containin...
2010-02-01 ager@chromium.orgAllow the optimizing compiler to use an existing macro...
2010-01-29 kmillikin@chromium.orgIntroduce a stack-allocated structure to encapsulate...
2010-01-28 kaznacheev@chromiu... Use registers to pass arguments to GenericBinaryOpStub...
2010-01-27 whesse@chromium.orgRefactor Reference so that SetValue and GetValue pop...
2010-01-25 lrn@chromium.orgPorted SubStringStub to X64.
2010-01-20 fschneider@chromiu... Refactor GenericBinaryOperation and its helper function...
2010-01-20 kmillikin@chromium.orgRename the toplevel code generator from "Fast" to ...
2010-01-19 sgjesse@chromium.orgFix some usage of "this" in builtins
2010-01-18 lrn@chromium.orgX64 implementation of native ascii string compare.
2010-01-15 sgjesse@chromium.orgEnsure correct boxing of values when calling functions...
2010-01-08 sgjesse@chromium.orgAdd generated code for ascii string comparison
2010-01-07 sgjesse@chromium.orgUse generated code to create sub strings.
2010-01-06 sgjesse@chromium.orgDirect call to native RegExp code from JavaScript.
2009-12-21 ager@chromium.orgRemove complicated Math.sin and Math.cos optimizations...
2009-12-17 iposva@chromium.org- Fix x64 build.
2009-12-11 erik.corry@gmail.comGive the binary op stubs better names to make profiles...
2009-12-09 sgjesse@chromium.orgPerform string add in generated code on X64 platform
2009-12-03 sgjesse@chromium.orgPerform string add in generated code on IA-32 platforms
2009-11-19 fschneider@chromiu... Implement IS_OBJECT and IS_FUNCTION as inlined runtime...
2009-11-16 yurys@chromium.orgStep next should respect do/while condition block.
2009-11-13 erik.corry@gmail.comAllow a platform to indicate that some CPU features...
2009-11-04 kmillikin@chromium.orgObey the flag --lazy in the toplevel code generator.
2009-11-04 kmillikin@chromium.orgRemove the typeof state threaded through the code gener...
2009-10-30 fschneider@chromiu... Support for calls on named and keyed properties in...
2009-10-27 sgjesse@chromium.orgPort optimization of calls to GenericBinaryStub to...
2009-10-23 kmillikin@chromium.orgSimple toplevel code generator support for short-circui...
2009-10-21 fschneider@chromiu... Adding declaration of global variables and functions...
2009-10-20 kmillikin@chromium.orgAdded support for assignments to global variables in...
2009-10-15 fschneider@chromiu... Record statement positions for the debugger in the...
2009-10-14 kmillikin@chromium.orgInitial infrastructure for fast compilation of top...
2009-10-12 kmillikin@chromium.orgSplit the AST LoopStatement type into separate types...
2009-09-28 kmillikin@chromium.orgMove the per-ast-node statement position to only statem...
2009-08-27 ager@chromium.orgPort apply with arguments optimization to x64.
2009-08-18 ager@chromium.orgFix regression caused by the generation of a shift...
2009-08-14 sgjesse@chromium.orgRefactor SetFunctionInfo to reduce long argument list...
2009-08-06 whesse@chromium.orgX64: Optimize MOD operator by a constant power of 2.
2009-08-05 kmillikin@chromium.orgAdd support to the CFG builder for non-short-circuited...
2009-07-31 mikhail.naganov... X64: enable stack sampling in profiler.
2009-07-30 kmillikin@chromium.orgChange the overly-general class named Node to the more...
2009-07-07 kmillikin@chromium.orgRemove the support for jump-table switches from the...
2009-06-30 whesse@chromium.orgX64: Make lazy arguments objects work
2009-06-29 whesse@chromium.orgX64: Remove temporary compiler and assembler tests...
2009-06-29 kasperl@chromium.orgOptimize %ClassOf() on IA-32 and use it instead of the
2009-06-29 kasperl@chromium.orgOptimize %IsConstructCall() on IA-32.
2009-06-26 whesse@chromium.orgX64 implementation: Add arguments object to context...
2009-06-15 ager@chromium.orgOptimize Math.sin and Math.cos by avoiding runtime...
2009-06-15 kasperl@chromium.orgFix x64 build.
2009-06-11 whesse@chromium.orgAdd x64 implementation test support for assembler and...
2009-05-27 kmillikin@chromium.orgSimplify deferred code by removing some unneeded or...
2009-05-27 kmillikin@chromium.orgChange the register allocator so that it no longer...
2009-05-25 erik.corry@gmail.comFix 64-bit after in-loop patch.
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-12 lrn@chromium.orgX64: General fixes - added inline definitions and chang...
2009-05-06 whesse@chromium.orgAdd x64 header files to make the build compile
2009-05-04 lrn@chromium.orgAdded empty files in the x64 directory.