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

Unified Diff: src/IceTimerTree.def

Issue 1784243006: Subzero: Improve the use of timers. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceTimerTree.cpp ('k') | 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 687275a38eb7a3c78eb64e2e456820e989305b50..340b5b8d8285043395ea8fa58dd12483aedf5c15 100644
--- a/src/IceTimerTree.def
+++ b/src/IceTimerTree.def
@@ -20,6 +20,7 @@
X(O2) \
X(Om1) \
X(advancedPhiLowering) \
+ X(alloca) \
X(computeLoopNestDepth) \
X(convertToIce) \
X(deletePhis) \
@@ -29,14 +30,17 @@
X(doNopInsertion) \
X(emitAsm) \
X(emitGlobalInitializers) \
+ X(findRMW) \
X(genCode) \
X(genFrame) \
+ X(genHelpers) \
X(initUnhandled) \
X(linearScan) \
X(liveRange) \
X(liveness) \
X(livenessLightweight) \
X(llvmConvert) \
+ X(loadOpt) \
X(lowerPhiAssignments) \
X(parse) \
X(parseConstants) \
@@ -49,6 +53,10 @@
X(phiValidation) \
X(placePhiLoads) \
X(placePhiStores) \
+ X(qEmitPop) \
+ X(qEmitPush) \
+ X(qTransPop) \
+ X(qTransPush) \
X(regAlloc) \
X(renumberInstructions) \
X(szmain) \
« no previous file with comments | « src/IceTimerTree.cpp ('k') | src/PNaClTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698