1. 16 Sep, 2014 1 commit
  2. 15 Sep, 2014 2 commits
  3. 12 Sep, 2014 4 commits
  4. 11 Sep, 2014 3 commits
  5. 10 Sep, 2014 3 commits
  6. 09 Sep, 2014 5 commits
  7. 08 Sep, 2014 4 commits
  8. 05 Sep, 2014 2 commits
  9. 04 Sep, 2014 4 commits
  10. 03 Sep, 2014 2 commits
  11. 02 Sep, 2014 3 commits
  12. 29 Aug, 2014 1 commit
    • Convert lit tests to check disassembled assembly. · dddc3069
      Jan Voung authored
      Then when we have an integrated assembler, we can check
      its disassembly and the result should be the same.
      This only touches the tests that invoke llvm-mc currently.
      There are other tests which check for .s file output.
      
      There are quite a bit of quirks with llvm-objdump,
      which is unfortunate:
      
      (*) The symbolizer doesn't pick up non-section-local
      function calls. Some externals were converted to be
      local functions. Workaround: where it counts, I just
      left a check via .s files and a new --check-prefix.
      It's a little better in 3.6.
      
      (*) The symbolizer doesn't pick up global variable names.
      I just checked for the relocation addend instead.
      Didn't check if it was better in 3.6, but maybe.
      
      (*) We have a bug in bundling lock + instructions.
      See
      BUG=https://code.google.com/p/nativeclient/issues/detail?id=3929
      
      (*) There's no disassembly for branch lables.
      Checks of jump instructions were converted to check
      for positive or negative values, depending on whether
      it is a forward or backward branch.
      
      BUG=none
      R=stichnot@chromium.org
      
      Review URL: https://codereview.chromium.org/509233002
  13. 28 Aug, 2014 2 commits
  14. 27 Aug, 2014 4 commits