Land http://codereview.chromium.org/1311003/diff/8001/9001 to allows us to push to...
[platform/upstream/v8.git] / src / ia32 / codegen-ia32.cc
2010-03-26 ricow@chromium.orgLand codereview.chromium.org/1311003/diff/8001/9001...
2010-03-25 fschneider@chromiu... Fix build again after renaming.
2010-03-25 whesse@chromium.orgSpeed up conversion of untagged int32 result if we...
2010-03-25 fschneider@chromiu... Fix build.
2010-03-25 fschneider@chromiu... Rename NumberInfo to TypeInfo.
2010-03-25 sgjesse@chromium.orgRe-apply "Inline floating point compare"
2010-03-24 fschneider@chromiu... Store type information with constants.
2010-03-24 kmillikin@chromium.orgRevert "Inline floating point compare"
2010-03-23 whesse@chromium.orgFix an error in optimized modulus operator, add unit...
2010-03-23 sgjesse@chromium.orgFix GetName and Print for CompareStub
2010-03-23 whesse@chromium.orgAdd binary operations with constants to the safe-int32...
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 x86.
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-22 fschneider@chromiu... Fix code generation for fast smi loops to support param...
2010-03-19 lrn@chromium.orgRefactoring of RegExp interface to better support calli...
2010-03-19 fschneider@chromiu... Add debug code assertions where we expect smi inputs.
2010-03-18 fschneider@chromiu... Fix bug when generating a fast smi loop.
2010-03-18 fschneider@chromiu... Update number info for count operations.
2010-03-18 fschneider@chromiu... Add test cases for fast smi loops.
2010-03-17 fschneider@chromiu... Fix type propagation rules for count operation.
2010-03-17 whesse@chromium.orgFix excessive stack usage by compiler due to local...
2010-03-17 fschneider@chromiu... Fix bug in propagation of type information into registers.
2010-03-17 kasperl@chromium.orgRemove handle scope that caused debug mode assertion...
2010-03-16 whesse@chromium.orgUse untagged int32 values in evaluation of side-effect...
2010-03-16 fschneider@chromiu... Fix bug in the count operation where we statically...
2010-03-15 ricow@chromium.orgAdded fast case for shift operations when the left...
2010-03-15 whesse@chromium.orgAdd static analysis to AST expressions that records...
2010-03-11 antonm@chromium.orgFirst take on custom call generators.
2010-03-11 ager@chromium.orgDo not waste space for the fast-case elements backing...
2010-03-11 fschneider@chromiu... Fix assigned variables analysis.
2010-03-11 sgjesse@chromium.orgAdd fuzzing support for inline runtime functions
2010-03-10 whesse@chromium.orgRevert changes 4088 and 4087 to fix build.
2010-03-10 fschneider@chromiu... Add an assigned variables analysis.
2010-03-09 sgjesse@chromium.orgCorrect handling of adding a string and a smal integer
2010-03-08 ricow@chromium.orgInline Math.sqrt().
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-02 antonm@chromium.orgAdd cld before doing rep movs.
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.orgMoved initialization of xmm3 making sure it is initiali...
2010-02-26 ricow@chromium.orgChanged GeneratePow ensure xmm1 is loaded with y before...
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 whesse@chromium.orgChange KeyedStoreIC interface to take value, key, and...
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 whesse@chromium.orgImprove stores to global variables.
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-19 whesse@chromium.orgImprove load of global variables.
2010-02-19 kmillikin@chromium.orgIntroduce 'trivial' expressions, use them for this...
2010-02-18 kmillikin@chromium.orgRefactor assignments in the ia32 code generator.
2010-02-18 whesse@chromium.orgChange KeyedLoadIC interface on ia32 to take receiver...
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 sgjesse@chromium.orgFix inline NumberToString
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 kmillikin@chromium.orgChange interface to CodeGenerator::LoadFromSlot.
2010-02-12 lrn@chromium.orgAdded optimization for div/mod by constant power of 2.
2010-02-12 sgjesse@chromium.orgOptimize string plus smi
2010-02-12 sgjesse@chromium.orgProbe the symbol table for two character strings in...
2010-02-12 whesse@chromium.orgChange LoadIC interface on ia32 to take arguments in...
2010-02-12 kmillikin@chromium.orgChange the interface of CodeGenerator::InstantiateBoile...
2010-02-11 ager@chromium.orgPort FastCloneShallowArrayStub to ARM and x64.
2010-02-11 ager@chromium.orgFix problem with GenericBinaryOperationStub::GenerateCa...
2010-02-08 serya@chromium.orgReview URL: http://codereview.chromium.org/561049
2010-02-04 lrn@chromium.orgARM: Implement native substring copying.
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-01 ager@chromium.orgAllow the optimizing compiler to use an existing macro...
2010-02-01 whesse@chromium.orgStoreIC interface changed on ia32 to take receiver...
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 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-26 kmillikin@chromium.orgRefactoring and small optimization of the smi code...
2010-01-26 sgjesse@chromium.orgDon't pass the "at start" parameter to native RegExp
2010-01-26 kaznacheev@chromiu... Support register arguments in more cases.
2010-01-25 kaznacheev@chromiu... Fixing style issues in codegen-ia32.*
2010-01-25 kaznacheev@chromiu... Fixing an assertion fail introduced in 3692.
2010-01-25 kaznacheev@chromiu... Use registers to pass arguments to GenericBinaryOpStub.
2010-01-22 sgjesse@chromium.orgAdd support for two byte strings in direct call to...
2010-01-21 lrn@chromium.orgImplement inline string compare on ARM.
2010-01-20 fschneider@chromiu... Refactor GenericBinaryOperation and its helper function...
2010-01-19 sgjesse@chromium.orgFix some usage of "this" in builtins
next