aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Unusedglob.v
Commit message (Collapse)AuthorAgeFilesLines
* Extend annotations so that they can keep track of global variables and local ↵Xavier Leroy2015-03-271-0/+1
| | | | | | | | | | variables whose address is taken. - CminorSel, RTL: add "annot" instructions. - CminorSel to Asm: use type "annot_arg" for arguments of "annot" instructions. - AST, Events: simplify EF_annot because constants are now part of the arguments. Implementation is not complete yet.
* Verification of the Unusedglob pass (removal of unreferenced static global ↵Xavier Leroy2014-11-241-0/+141
definitions). Assorted changes to ia32/Op.v. PowerPC and ARM need updating.