Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: src/IceTimerTree.def

Issue 2172313002: Subzero : Live Range Splitting after initial Register Allocation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add comment Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/IceTargetLoweringX86Base.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/src/IceTimerTree.def - X-macros for timing -------*- C++ -*-===// 1 //===- subzero/src/IceTimerTree.def - X-macros for timing -------*- C++ -*-===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file lists predefined timing tags. New tags can be added to avoid a 10 // This file lists predefined timing tags. New tags can be added to avoid a
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 X(phiValidation) \ 56 X(phiValidation) \
57 X(placePhiLoads) \ 57 X(placePhiLoads) \
58 X(placePhiStores) \ 58 X(placePhiStores) \
59 X(qEmitPop) \ 59 X(qEmitPop) \
60 X(qEmitPush) \ 60 X(qEmitPush) \
61 X(qTransPop) \ 61 X(qTransPop) \
62 X(qTransPush) \ 62 X(qTransPush) \
63 X(regAlloc) \ 63 X(regAlloc) \
64 X(renumberInstructions) \ 64 X(renumberInstructions) \
65 X(shortCircuit) \ 65 X(shortCircuit) \
66 X(splitGlobalVars) \
66 X(szmain) \ 67 X(szmain) \
67 X(translate) \ 68 X(translate) \
68 X(translateFunctions) \ 69 X(translateFunctions) \
69 X(validateLiveness) \ 70 X(validateLiveness) \
70 X(vmetadata) \ 71 X(vmetadata) \
71 X(wasm) \ 72 X(wasm) \
72 X(wasmGenIce) \ 73 X(wasmGenIce) \
73 X(writeELF) 74 X(writeELF)
74 //#define X(tag) 75 //#define X(tag)
75 76
76 #endif // SUBZERO_SRC_ICETIMERTREE_DEF 77 #endif // SUBZERO_SRC_ICETIMERTREE_DEF
OLDNEW
« no previous file with comments | « src/IceTargetLoweringX86Base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698