v8/test/cctest/compiler
Jakob Linke cbbdf48bab [code] Update Code names and remove obsolete functions
- Remove camel-case Code accessors like InstructionStream since
  they only make sense on Code (where we have to distinguish between
  embedded builtins and other Code).
- Remove the prefix from 'raw_'-prefixed accessors since it was
  intended to clearly disambiguate from the camel-case accessors and
  is now no longer needed.
- Remove various dead functions.
- Update comments.

Bug: v8:13654
Change-Id: Ife51e4aef502fc30ab1526c205a49e5620be96f7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4205925
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Jakob Linke <jgruber@chromium.org>
Reviewed-by: Dominik Inführ <dinfuehr@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85580}
2023-02-01 08:56:56 +00:00
..
codegen-tester.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
codegen-tester.h Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
function-tester.cc Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
function-tester.h Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
graph-and-builders.h [zone] Cleanup zone allocations in src/compiler and tests, pt.3 2020-07-10 16:39:05 +00:00
serializer-tester.h [compiler] Fix serialization for Function#bind 2021-06-22 12:42:19 +00:00
test-atomic-load-store-codegen.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-basic-block-profiler.cc [profiling] Do not instrument the End block 2022-11-18 14:54:34 +00:00
test-branch-combine.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-calls-with-arraylike-or-spread.cc [compiler] Use v8_flags for accessing flag values 2022-09-15 12:54:30 +00:00
test-code-assembler.cc Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
test-code-generator.cc Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
test-concurrent-shared-function-info.cc Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
test-gap-resolver.cc [gap-resolver] Emit move based on destination representation 2023-01-19 14:32:57 +00:00
test-graph-visualizer.cc Reland "[zone-compr] Introduce ZoneTypeTraits and ZoneCompression" 2020-07-31 11:43:08 +00:00
test-instruction-scheduler.cc Simplify DeoptimizeKind usage in compiler/ 2022-04-06 16:54:03 +00:00
test-instruction.cc [zone-compr] Add kCompressGraphZone constant 2020-07-24 08:50:11 +00:00
test-js-constant-cache.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-js-context-specialization.cc [runtime] Enable basic Context extension slot verification. 2021-10-12 09:33:26 +00:00
test-js-typed-lowering.cc [compiler] Remove support for --no-concurrent-inlining 2022-01-17 11:29:48 +00:00
test-jump-threading.cc [turbofan] Improve jump threading phase 2022-09-19 03:44:11 +00:00
test-linkage.cc Reland "[include] Split out v8.h" 2021-08-24 13:08:55 +00:00
test-loop-analysis.cc [compiler] Use v8_flags for accessing flag values 2022-09-15 12:54:30 +00:00
test-machine-operator-reducer.cc [turbofan] Introduce enum for signalling NaN propagation 2022-11-17 06:49:36 +00:00
test-multiple-return.cc [code] Update Code names and remove obsolete functions 2023-02-01 08:56:56 +00:00
test-node.cc Reland "[zone-compr] Introduce ZoneTypeTraits and ZoneCompression" 2020-07-31 11:43:08 +00:00
test-operator.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
test-representation-change.cc [turbofan] Fix a bug of SignedBigInt64 in representation changer 2023-01-04 15:30:31 +00:00
test-run-calls-to-external-references.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-run-load-store.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-run-machops.cc Rename CodeDataContainer to Code 2023-01-18 08:44:08 +00:00
test-run-native-calls.cc Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
test-run-stackcheck.cc Move relevant files to src/execution 2019-05-22 08:36:33 +00:00
test-run-unwinding-info.cc [compiler] Use v8_flags for accessing flag values 2022-09-15 12:54:30 +00:00
test-run-variables.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
test-verify-type.cc [compiler] Use v8_flags for accessing flag values 2022-09-15 12:54:30 +00:00