v8/src/builtins
jgruber eb6a8adabd [regexp] Convert builtins to TF_BUILTIN macro
BUG=v8:5339

Review-Url: https://codereview.chromium.org/2543243002
Cr-Commit-Position: refs/heads/master@{#41491}
2016-12-05 14:29:44 +00:00
..
arm [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
arm64 [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
ia32 [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
mips MIPS: Port '[x86] Also deal with holey arrays in the Apply builtin.' 2016-12-05 07:45:42 +00:00
mips64 MIPS: Port '[x86] Also deal with holey arrays in the Apply builtin.' 2016-12-05 07:45:42 +00:00
ppc [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
s390 [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
x64 [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
x87 [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
builtins-api.cc [builtins] Remove template argument from args.target(). 2016-10-14 09:01:42 +00:00
builtins-array.cc [stubs] Cleanup usages of lambdas in CodeStubAssembler and friends. 2016-12-05 11:29:17 +00:00
builtins-arraybuffer.cc [builtins] Remove template argument from args.target(). 2016-10-14 09:01:42 +00:00
builtins-boolean.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-call.cc [builtins] move remaining builtins into separate files. 2016-07-25 19:15:56 +00:00
builtins-callsite.cc Refactor call site handling for stack formatting 2016-08-30 13:29:10 +00:00
builtins-conversion.cc [stubs] Use CSA::IsHeapNumberMap() instead of manual map comparing. 2016-12-01 10:16:11 +00:00
builtins-dataview.cc [builtins] Remove template argument from args.target(). 2016-10-14 09:01:42 +00:00
builtins-date.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-debug.cc [builtins] move conversions, debugger, handlers, interpreter builtins. 2016-07-25 11:44:46 +00:00
builtins-error.cc Don't wrap roots in Handle just to dereference immediately. 2016-10-26 11:22:28 +00:00
builtins-function.cc [stubs] Cleanup usages of lambdas in CodeStubAssembler and friends. 2016-12-05 11:29:17 +00:00
builtins-generator.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-global.cc [stubs] Use CSA::IsHeapNumberMap() instead of manual map comparing. 2016-12-01 10:16:11 +00:00
builtins-handler.cc [cleanup] Drop handwritten KeyedStoreIC code 2016-11-22 15:43:59 +00:00
builtins-internal.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-interpreter.cc [Interpreter] Collect type feedback for 'new' in the bytecode handler 2016-09-02 08:26:57 +00:00
builtins-iterator.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-json.cc [builtins] Move builtins into own files 2016-07-20 07:38:45 +00:00
builtins-math.cc [stubs] Use CSA::IsHeapNumberMap() instead of manual map comparing. 2016-12-01 10:16:11 +00:00
builtins-number.cc [stubs] Use CSA::IsHeapNumberMap() instead of manual map comparing. 2016-12-01 10:16:11 +00:00
builtins-object.cc [turbofan] Properly optimize instanceof (even in the presence of @@hasInstance). 2016-11-18 06:31:42 +00:00
builtins-promise.cc [promises] Remove IsPromise 2016-12-01 22:21:43 +00:00
builtins-proxy.cc [builtins] Move builtins into own files 2016-07-20 07:38:45 +00:00
builtins-reflect.cc [builtins] Move builtins into own files 2016-07-20 07:38:45 +00:00
builtins-regexp.cc [regexp] Convert builtins to TF_BUILTIN macro 2016-12-05 14:29:44 +00:00
builtins-sharedarraybuffer.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-string.cc [stubs] Cleanup usages of CSA::Select(). 2016-12-05 11:32:06 +00:00
builtins-symbol.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-typedarray.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins-utils.h Reland of [cleanup] Refactor builtins-number.cc 2016-11-28 12:46:29 +00:00
builtins.cc Reland of [refactoring] Split CodeAssemblerState out of CodeAssembler 2016-11-16 11:48:38 +00:00
builtins.h [regexp] Migrate constructor and compile to CSA 2016-12-05 13:50:52 +00:00