[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arm / codegen-arm.h
2010-03-22 kaznacheev@chromiu... Porting binary op ICs to arm
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-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 sgjesse@chromium.orgInline NumberToString
2010-02-05 lrn@chromium.orgARM native string addition.
2010-02-04 sgjesse@chromium.orgFix presubmit errors.
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 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-27 whesse@chromium.orgRefactor Reference so that SetValue and GetValue pop...
2010-01-21 lrn@chromium.orgImplement inline string compare on ARM.
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-15 sgjesse@chromium.orgEnsure correct boxing of values when calling functions...
2010-01-12 fschneider@chromiu... Fix a problem with const initialization in the top...
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-11 erik.corry@gmail.comGive the binary op stubs better names to make profiles...
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-04 kmillikin@chromium.orgObey the flag --lazy in the toplevel code generator.
2009-11-04 sgjesse@chromium.orgFix issue 491: constantpool dump violates ARM debugger...
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-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-09-14 sgjesse@chromium.orgImplemented missing pieces of the debugger for ARM.
2009-08-14 sgjesse@chromium.orgRefactor SetFunctionInfo to reduce long argument list...
2009-08-07 kmillikin@chromium.orgChange the SpilledScope scope and ...AndSpill functions...
2009-08-05 kmillikin@chromium.orgAdd support to the CFG builder for non-short-circuited...
2009-07-30 kmillikin@chromium.orgAnother name change for consistency's sake. NODE_LIST...
2009-07-30 kmillikin@chromium.orgChange the overly-general class named Node to the more...
2009-07-03 erik.corry@gmail.comARM improvements to constant div, mod and mul.
2009-06-29 erik.corry@gmail.comAdd a compare stub on ARM.
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-16 kmillikin@chromium.orgRemove the unused support for jump-table switch statements.
2009-06-15 ager@chromium.orgOptimize Math.sin and Math.cos by avoiding runtime...
2009-06-15 kasperl@chromium.orgChange the implementation of Math.random to use George
2009-05-27 kmillikin@chromium.orgSimplify deferred code by removing some unneeded or...
2009-05-25 erik.corry@gmail.comThis patch much improves our tracking of whether functi...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-07 mikhail.naganov... Restore stack backtrace tests removed in revision 1785.
2009-05-04 deanm@chromium.orgCleanup include guards:
2009-04-23 lrn@chromium.orgMove backend specific files to separate directories.