Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix a bunch of compiler warnings on Win64. | Neal Norwitz | 2008-03-25 | 1 | -2/+2 |
| | |||||
* | Fix indentation | Neal Norwitz | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | Use macro version of GET_SIZE to avoid Coverity warning (#150) about a ↵ | Neal Norwitz | 2007-06-09 | 1 | -1/+1 |
| | | | | possible error. | ||||
* | Fix embarrassing typo and fix constantification of None | Raymond Hettinger | 2007-03-02 | 1 | -6/+10 |
| | |||||
* | Update the peephole optimizer to remove more dead code (jumps after returns) | Neal Norwitz | 2006-10-14 | 1 | -4/+15 |
| | | | | and inline jumps to returns. | ||||
* | Move peephole optimizer to separate file. | Jeremy Hylton | 2006-08-21 | 1 | -0/+615 |