Frame offsets for variables are emitted using a symbolic name based on the variable's name. This makes it a bit easier to digest the asm code. For example, if variable Foo gets an esp offset 24, asm like this: ... 24(%esp) ... will instead be emitted like this: lv$Foo = 24 ... ... lv$Foo(%esp) ... Predecessor labels are printed for each basic block. Loop nest depth is printed for each basic block. (Would be nice if we had loop header info as well.) BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/1377323002 .
| Name |
Last commit
|
Last update |
|---|---|---|
| bloat | Loading commit data... | |
| crosstest | Loading commit data... | |
| pydir | Loading commit data... | |
| runtime | Loading commit data... | |
| src | Loading commit data... | |
| tests_lit | Loading commit data... | |
| unittest | Loading commit data... | |
| .dir-locals.el | Loading commit data... | |
| .gitignore | Loading commit data... | |
| ALLOCATION.rst | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| DESIGN.rst | Loading commit data... | |
| Doxyfile | Loading commit data... | |
| LICENSE.TXT | Loading commit data... | |
| LOWERING.rst | Loading commit data... | |
| Makefile | Loading commit data... | |
| Makefile.standalone | Loading commit data... | |
| OWNERS | Loading commit data... | |
| README.rst | Loading commit data... | |
| codereview.settings | Loading commit data... |