Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Add -Wunused | Andreas Gampe | 2015-02-24 | 1 | -1/+3 |
* | Move code around and address growable_array comment. | Nicolas Geoffray | 2015-01-26 | 1 | -270/+2 |
* | Introduce a SideEffectsAnalysis class. | Nicolas Geoffray | 2015-01-26 | 1 | -34/+48 |
* | Fix a bug in GVN. | Nicolas Geoffray | 2014-11-28 | 1 | -10/+62 |
* | Fix a bug in the type analysis phase of optimizing. | Nicolas Geoffray | 2014-11-25 | 1 | -3/+18 |
* | Use HOptimization abstraction for running optimizations. | Nicolas Geoffray | 2014-11-19 | 1 | -5/+5 |
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. | Ian Rogers | 2014-11-03 | 1 | -2/+2 |
* | Make ART compile with GCC -O0 again. | Ian Rogers | 2014-10-16 | 1 | -2/+1 |
* | First optimization in new compiler: simple GVN. | Nicolas Geoffray | 2014-09-19 | 1 | -0/+230 |