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

Unified Diff: src/IceTimerTree.def

Issue 688543003: Add timing of bitcode parser to Subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix formatting. Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/PNaClTranslator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTimerTree.def
diff --git a/src/IceTimerTree.def b/src/IceTimerTree.def
index 6de505543f37c60b212efb0816b0ff0acfe7ea55..1fbd709a947ec1ddd940fd41d5b1d6928785a298 100644
--- a/src/IceTimerTree.def
+++ b/src/IceTimerTree.def
@@ -14,35 +14,42 @@
#ifndef SUBZERO_SRC_ICETIMERTREE_DEF
-#define TIMERTREE_TABLE \
- /* enum value */ \
- X(O2) \
- X(Om1) \
- X(advancedPhiLowering) \
- X(convertToIce) \
- X(deletePhis) \
- X(doAddressOpt) \
- X(doArgLowering) \
- X(doBranchOpt) \
- X(doNopInsertion) \
- X(emit) \
- X(genCode) \
- X(genFrame) \
- X(initUnhandled) \
- X(linearScan) \
- X(liveRange) \
- X(liveRangeCtor) \
- X(liveness) \
- X(livenessLightweight) \
- X(llvmConvert) \
- X(parse) \
- X(placePhiLoads) \
- X(placePhiStores) \
- X(regAlloc) \
- X(renumberInstructions) \
- X(szmain) \
- X(translate) \
- X(validateLiveness) \
+#define TIMERTREE_TABLE \
+ /* enum value */ \
+ X(O2) \
+ X(Om1) \
+ X(advancedPhiLowering) \
+ X(convertToIce) \
+ X(deletePhis) \
+ X(doAddressOpt) \
+ X(doArgLowering) \
+ X(doBranchOpt) \
+ X(doNopInsertion) \
+ X(emit) \
+ X(genCode) \
+ X(genFrame) \
+ X(initUnhandled) \
+ X(linearScan) \
+ X(liveRange) \
+ X(liveRangeCtor) \
+ X(liveness) \
+ X(livenessLightweight) \
+ X(llvmConvert) \
+ X(parse) \
+ X(parseConstants) \
+ X(parseFunctions) \
+ X(parseFunctionValuesymtabs) \
+ X(parseGlobals) \
+ X(parseModule) \
+ X(parseModuleValuesymtabs) \
+ X(parseTypes) \
+ X(placePhiLoads) \
+ X(placePhiStores) \
+ X(regAlloc) \
+ X(renumberInstructions) \
+ X(szmain) \
+ X(translate) \
+ X(validateLiveness) \
X(vmetadata)
//#define X(tag)
« no previous file with comments | « no previous file | src/PNaClTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698