• Tobias Tebbi's avatar
    [torque] refactor: use -tq only in filenames derived from .tq files · 64caf2b0
    Tobias Tebbi authored
    This is to establish a naming rule for Torque-generated files:
    - If the file is called foo/bar-tq..., then it is derived from a
      file foo/bar.tq
    - Otherwise it doesn't belong to a specific .tq file.
    
    So far, we attached -tq to all Torque-generated file names, where it
    sometimes corresponded to a .tq file name and sometimes not.
    It is not necessary to add -tq to file names to indicate that they are
    Torque-generated, since they are already in a directory called
    torque-generated, and we always refer to them as
    "torque-generated/filename", so there is no confusion even though some
    files now have the same name as a corresponding hand-written file, for
    example factory.cc.
    
    TBR: hpayer@chromium.org
    Bug: v8:7793
    Change-Id: Ie172babad1fc7422fd1059c48f5dafaa53e50c8b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2414218
    Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70060}
    64caf2b0
Name
Last commit
Last update
..
ls Loading commit data...
OWNERS Loading commit data...
ast.h Loading commit data...
cfg.cc Loading commit data...
cfg.h Loading commit data...
class-debug-reader-generator.cc Loading commit data...
constants.h Loading commit data...
contextual.h Loading commit data...
csa-generator.cc Loading commit data...
csa-generator.h Loading commit data...
declarable.cc Loading commit data...
declarable.h Loading commit data...
declaration-visitor.cc Loading commit data...
declaration-visitor.h Loading commit data...
declarations.cc Loading commit data...
declarations.h Loading commit data...
earley-parser.cc Loading commit data...
earley-parser.h Loading commit data...
global-context.cc Loading commit data...
global-context.h Loading commit data...
implementation-visitor.cc Loading commit data...
implementation-visitor.h Loading commit data...
instance-type-generator.cc Loading commit data...
instructions.cc Loading commit data...
instructions.h Loading commit data...
parameter-difference.h Loading commit data...
runtime-support.h Loading commit data...
server-data.cc Loading commit data...
server-data.h Loading commit data...
source-positions.cc Loading commit data...
source-positions.h Loading commit data...
torque-compiler.cc Loading commit data...
torque-compiler.h Loading commit data...
torque-parser.cc Loading commit data...
torque-parser.h Loading commit data...
torque.cc Loading commit data...
type-inference.cc Loading commit data...
type-inference.h Loading commit data...
type-oracle.cc Loading commit data...
type-oracle.h Loading commit data...
type-visitor.cc Loading commit data...
type-visitor.h Loading commit data...
types.cc Loading commit data...
types.h Loading commit data...
utils.cc Loading commit data...
utils.h Loading commit data...