| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-16 | give a type to OP_PHISOURCEs | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-11 | fix: volatile stores must not be simplified | Luc Van Oostenryck | 1 | -1/+5 |
| 2017-07-31 | fix some crashes in add_dominators() | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-02-13 | missing load simplification | Luc Van Oostenryck | 1 | -7/+3 |
| 2017-02-13 | volatile loads must not be simplified | Luc Van Oostenryck | 1 | -0/+3 |
| 2011-01-03 | memops.c: always true expression | Nicolas Kaiser | 1 | -1/+1 |
| 2007-03-09 | Fix typos in comments | Josh Triplett | 1 | -2/+2 |
| 2007-01-16 | Add instruction to pseudo user tracking. | Christopher Li | 1 | -17/+5 |
| 2006-11-06 | Typo fixes | Pavel Roskin | 1 | -1/+1 |
| 2005-04-07 | Add warning for accessing outside of a symbol | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Fix "address_taken()" function to work at least pitifully | Linus Torvalds | 1 | -2/+14 |
| 2005-04-07 | Split OP_SETVAL into OP_SETVAL (fp expressions and labels) and OP_SYMADDR | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Much cleaner entrypoint dominance handling: instead of making | Linus Torvalds | 1 | -7/+0 |
| 2005-04-07 | Oops. The "entry instruction" changes missed the check for the | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Associate pseudos with the symbol name whose value they got. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Start using instruction sizes properly. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Fix test for entrypoint. Since we can rewrite branches | Linus Torvalds | 1 | -1/+5 |
| 2005-04-07 | Add "memop" simplification phase. | Linus Torvalds | 1 | -0/+195 |