v8/src/x64
2012-01-25 16:31:25 +00:00
..
assembler-x64-inl.h Include what you use for allocation, api, assembler, and ast. 2012-01-25 16:31:25 +00:00
assembler-x64.cc Cosmetic changes ("set up" is a verb, "setup" is a noun). 2012-01-13 13:09:52 +00:00
assembler-x64.h Porting Math.pow changes to x64. 2011-12-07 08:34:27 +00:00
builtins-x64.cc Support inlining at call-sites with mismatched number of arguments. 2012-01-24 08:43:12 +00:00
code-stubs-x64.cc Recursion limit for one-char string replace and retire String::kMinNonFlatLength. 2012-01-17 14:29:17 +00:00
code-stubs-x64.h Reapply "Add a level of indirection to exception handler addresses." 2011-11-11 13:48:14 +00:00
codegen-x64.cc Porting r10023 and r10054 to arm (pointer cache for external strings). 2011-11-24 11:07:39 +00:00
codegen-x64.h Porting r10023 and r10054 to x64 (pointer cache for external strings). 2011-11-24 10:16:39 +00:00
cpu-x64.cc Cosmetic changes ("set up" is a verb, "setup" is a noun). 2012-01-13 13:09:52 +00:00
debug-x64.cc Clean up multi byte nop support on x64 to more closely match IA32. 2011-12-05 08:58:01 +00:00
deoptimizer-x64.cc Support inlining at call-sites with mismatched number of arguments. 2012-01-24 08:43:12 +00:00
disasm-x64.cc Porting Math.pow changes to x64. 2011-12-07 08:34:27 +00:00
frames-x64.cc X64 Crankshaft: Fix error in r6897. Restore context register after KeyedCallIC. Only non-trivial change is to lithium-codegen-x64.cc.Update copyright dates on all recently modified X64 platform files. 2011-02-25 13:22:38 +00:00
frames-x64.h Support inlining at call-sites with mismatched number of arguments. 2012-01-24 08:43:12 +00:00
full-codegen-x64.cc Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64. 2012-01-16 15:11:56 +00:00
ic-x64.cc Further robustify the keyed lookup cache against unlucky hash 2012-01-23 16:18:10 +00:00
lithium-codegen-x64.cc Support inlining at call-sites with mismatched number of arguments. 2012-01-24 08:43:12 +00:00
lithium-codegen-x64.h Cosmetic changes ("set up" is a verb, "setup" is a noun). 2012-01-13 13:09:52 +00:00
lithium-gap-resolver-x64.cc Avoid embedding new space objects into code objects in the lithium gap resolver. 2011-12-23 10:39:01 +00:00
lithium-gap-resolver-x64.h Port new version of ParallelMove's LGapResolver to X64. 2011-01-25 10:10:36 +00:00
lithium-x64.cc Fix building with clang 2012-01-24 16:36:55 +00:00
lithium-x64.h Support inlining and crankshaft optimization of Math.random. 2012-01-11 10:35:37 +00:00
macro-assembler-x64.cc Allow call-known-global and call-constant-function to be used for call-sites with mismatched number of arguments. 2012-01-17 15:53:58 +00:00
macro-assembler-x64.h Allow call-known-global and call-constant-function to be used for call-sites with mismatched number of arguments. 2012-01-17 15:53:58 +00:00
regexp-macro-assembler-x64.cc More spelling changes. 2012-01-16 12:38:59 +00:00
regexp-macro-assembler-x64.h Drastically reduce the transitive dependencies of jsregexp.h, making it (almost) 2011-07-11 09:12:17 +00:00
simulator-x64.cc Added empty files in the x64 directory. 2009-05-04 07:16:10 +00:00
simulator-x64.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
stub-cache-x64.cc Replaced LookupResult::IsProperty by LookupResult::IsFound where possible. 2012-01-23 12:01:47 +00:00