Land http://codereview.chromium.org/1311003/diff/8001/9001 to allows us to push to...
[platform/upstream/v8.git] / src / x64 / codegen-x64.cc
2010-03-26 ricow@chromium.orgLand codereview.chromium.org/1311003/diff/8001/9001...
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 kmillikin@chromium.orgMark all loop conditions.
2010-03-23 sgjesse@chromium.orgInline floating point compare
2010-03-23 kasperl@chromium.orgFix issue 656 on x64.
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-19 lrn@chromium.orgRefactoring of RegExp interface to better support calli...
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 ager@chromium.orgDo not waste space for the fast-case elements backing...
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-03-01 kaznacheev@chromiu... Implementing inline caches for binary operations (ia32).
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-25 serya@chromium.orgAdding 'static const' for arg numbers used with CallCFu...
2010-02-25 serya@chromium.orgAllignFrame/CallCFuntion moved from regexp-macro-assemb...
2010-02-24 serya@chromium.orgReview URL: http://codereview.chromium.org/652118
2010-02-23 whesse@chromium.orgAdd comment to generated code that says which code...
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-17 whesse@chromium.orgRemove obsolete bug TODO
2010-02-17 kmillikin@chromium.orgFix stack corruption when calling non-function.
2010-02-16 fschneider@chromiu... Pass the complete number type information into the...
2010-02-16 ager@chromium.orgPort arguments object allocation in generated code...
2010-02-16 sgjesse@chromium.orgInline NumberToString
2010-02-15 fschneider@chromiu... Introduce number type information in the virtual frame.
2010-02-12 whesse@chromium.orgPort change in CallIC interface to x64 platform. Name...
2010-02-11 ager@chromium.orgPort FastCloneShallowArrayStub to ARM and x64.
2010-02-11 ager@chromium.orgFix problem with GenericBinaryOperationStub::GenerateCa...
2010-02-09 lrn@chromium.orgPorted ia32 optimization of revision 3487 to x64.
2010-02-08 serya@chromium.orgReview URL: http://codereview.chromium.org/561049
2010-02-03 kmillikin@chromium.orgIncorporate the arguments to the code generator constru...
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-02-02 whesse@chromium.orgChange StoreIC interface on x64 to pass receiver in...
2010-02-01 ager@chromium.orgAllow the optimizing compiler to use an existing macro...
2010-01-29 serya@chromium.orgRemoving redundant stub for runtime native calls.
2010-01-29 kmillikin@chromium.orgIntroduce a stack-allocated structure to encapsulate...
2010-01-29 sgjesse@chromium.orgFix debug build breakage from r3740
2010-01-29 sgjesse@chromium.orgPort direct call from JavaScript to native RegExp to x64
2010-01-28 kaznacheev@chromiu... Use registers to pass arguments to GenericBinaryOpStub...
2010-01-28 whesse@chromium.orgMove a line, in codegen-*.cc. Make formatting of ic...
2010-01-27 whesse@chromium.orgRefactor Reference so that SetValue and GetValue pop...
2010-01-27 ager@chromium.orgPort code to load an integer directly from a heap numbe...
2010-01-25 lrn@chromium.orgPorted SubStringStub to X64.
2010-01-21 lrn@chromium.orgImplement inline string compare on ARM.
2010-01-20 whesse@chromium.orgFix V8 issue 580: Arithmetic on some integer constants...
2010-01-20 fschneider@chromiu... Refactor GenericBinaryOperation and its helper function...
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-13 kmillikin@chromium.orgRemove a pair of problematic uses of the Reference...
2010-01-13 ager@chromium.orgPort FastNewContextStub to x64 and arm.
2010-01-12 fschneider@chromiu... Fix a problem with const initialization in the top...
2010-01-12 kmillikin@chromium.orgSome cleanup of the toplevel code generator:
2010-01-12 ager@chromium.orgPort FastNewClosureStub introduced for ia32 in r3477...
2010-01-08 sgjesse@chromium.orgAdd generated code for ascii string comparison
2010-01-08 erik.corry@gmail.comLint, schmlint!
2010-01-08 erik.corry@gmail.comSpeed up compares with characters ie single-character...
2010-01-07 sgjesse@chromium.orgFix wrong asserts from r3554
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.
2010-01-05 fschneider@chromiu... Use cmov instructions to avoid some conditional branche...
2010-01-05 kasperl@chromium.orgMake the ResolvePossiblyDirectEval faster by avoiding the
2009-12-22 fschneider@chromiu... Use one runtime call for creating object/array literals in
2009-12-22 kasperl@chromium.orgAdd fast case stub for BIT_NOT.
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-04 sgjesse@chromium.orgString check for binary add on x64 and ARM
2009-12-03 ager@chromium.orgMove for-in cache validity check to generated code.
2009-12-03 sgjesse@chromium.orgPerform string add in generated code on IA-32 platforms
2009-11-30 fschneider@chromiu... Move CPU-specific constants from debug.h into the platf...
2009-11-24 sgjesse@chromium.orgRemove the different length string types
2009-11-19 fschneider@chromiu... Implement IS_OBJECT and IS_FUNCTION as inlined runtime...
2009-11-18 erik.corry@gmail.comAccelerate charCodeAt on ARM.
2009-11-17 erik.corry@gmail.comSpeed up charCodeAt on very large cons strings, by...
2009-11-17 sgjesse@chromium.orgChanges to Intel shift functions
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-11 lrn@chromium.orgFix warnings on Win64.
2009-11-10 sgjesse@chromium.orgRemove sliced string string type
2009-11-05 kmillikin@chromium.orgChange the special handling of typeof comparisons to...
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-11-04 christian.plesner... Reverting 3174. Aka reapplying 3150, 3151 and 3159...
2009-11-02 whesse@chromium.orgCommiting changelist issue 348039 outside the coderevie...
2009-10-30 fschneider@chromiu... Support for calls on named and keyed properties in...
2009-10-29 sgjesse@chromium.orgReverting 3159, 3151 and 3150
next