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

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: Cleanup 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
« src/IceTargetLowering.cpp ('K') | « 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 16 matching lines...) Expand all
27 X(doAddressOpt) \ 27 X(doAddressOpt) \
28 X(doArgLowering) \ 28 X(doArgLowering) \
29 X(doBranchOpt) \ 29 X(doBranchOpt) \
30 X(doNopInsertion) \ 30 X(doNopInsertion) \
31 X(emitAsm) \ 31 X(emitAsm) \
32 X(emitGlobalInitializers) \ 32 X(emitGlobalInitializers) \
33 X(findRMW) \ 33 X(findRMW) \
34 X(genCode) \ 34 X(genCode) \
35 X(genFrame) \ 35 X(genFrame) \
36 X(genHelpers) \ 36 X(genHelpers) \
37 X(globalSplitting) \
Jim Stichnoth 2016/07/29 17:04:07 How about "splitGlobalVars"? (for extra clarity,
manasijm 2016/08/01 22:20:05 Done.
37 X(initUnhandled) \ 38 X(initUnhandled) \
38 X(linearScan) \ 39 X(linearScan) \
39 X(liveRange) \ 40 X(liveRange) \
40 X(liveness) \ 41 X(liveness) \
41 X(livenessLightweight) \ 42 X(livenessLightweight) \
42 X(llvmConvert) \ 43 X(llvmConvert) \
43 X(loadOpt) \ 44 X(loadOpt) \
44 X(localCse) \ 45 X(localCse) \
45 X(loopInvariantCodeMotion) \ 46 X(loopInvariantCodeMotion) \
46 X(lowerPhiAssignments) \ 47 X(lowerPhiAssignments) \
(...skipping 20 matching lines...) Expand all
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
« src/IceTargetLowering.cpp ('K') | « src/IceTargetLoweringX86Base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698