1. 31 Mar, 2016 1 commit
  2. 30 Mar, 2016 1 commit
    • Alex Light's avatar
      Support dex 37 for DexMerger · 3e7edcb6
      Alex Light authored
      Make DexMerger take the largest dex-file version that is given.
      
      Bug: 27538761
      Bug: 27809626
      
      Change-Id: Iddca99477f5edbfc7b9cf3b3deda37fd84e4eeda
      3e7edcb6
  3. 29 Mar, 2016 2 commits
  4. 01 Mar, 2016 2 commits
  5. 23 Feb, 2016 2 commits
  6. 22 Feb, 2016 2 commits
  7. 18 Feb, 2016 2 commits
  8. 17 Feb, 2016 1 commit
  9. 11 Feb, 2016 1 commit
    • Liam Miller-Cushon's avatar
      Improve dx error handling · bd156605
      Liam Miller-Cushon authored
      If a class file cannot be parsed, print the error message and context
      (including file name), and omit the stack trace unless --debug is
      enabled.
      
      Bug: 25075831
      Change-Id: I0a790a5b329640acb7185dbf94408b21dd17de8c
      bd156605
  10. 05 Feb, 2016 2 commits
  11. 28 Jan, 2016 2 commits
  12. 07 Nov, 2015 8 commits
  13. 06 Nov, 2015 1 commit
    • Rohit Agrawal's avatar
      Handle ACONST_NULL multidimensional arrays. · c2ea99d6
      Rohit Agrawal authored
      Instead of inferring that an AALOAD following an ACONST_NULL means that
      the null constant was of type Object[] and the result is of type Object,
      infer that the result is also null and don't infer the type of the null
      constant. Note that this is also incorrect but it doesn't matter since
      the code will always throw a NullPointerException at runtime.
      
      This removes dx's reliance on javac bug
      https://bugs.openjdk.java.net/browse/JDK-7040592
      
      Bug: 25075957
      
      (cherry picked from commit 54576c56)
      
      Change-Id: I021a6686cfc298ada50df04fd6b345f4ad838229
      c2ea99d6
  14. 14 Oct, 2015 2 commits
  15. 07 Oct, 2015 4 commits
  16. 06 Oct, 2015 1 commit
  17. 24 Sep, 2015 4 commits
  18. 15 Sep, 2015 1 commit
  19. 14 Sep, 2015 1 commit