| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove dalvik/tests in favor of art/test which is a superset | Brian Carlstrom | 2013-10-28 | 1 | -337/+0 |
| | | | | | Change-Id: Id2c666797ec328c935d637755def2380523583a7 | ||||
| * | Remove repeated newlines at the end of files. | Carl Shapiro | 2010-06-08 | 1 | -1/+0 |
| | | | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f | ||||
| * | Inline some java.lang.Math functions. | Andy McFadden | 2009-06-30 | 1 | -0/+46 |
| | | | | | | | | | | | | | For a first pass, I inlined the various flavors of abs(), min()/max() on integers, sqrt(), cos(), and sin(). These were selected based on a static analysis of a few of our jar files. A test of repeated sin/cos/sqrt calls on a G1-class device showed an improvement of 28%. This would improve more on devices with VFP support if the VM is compiled with -mfpu=vfp. Also: clarified a warning and removed some "#if 0" stuff. | ||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+292 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -292/+0 |
| | | |||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+292 |
