Skip to content
  1. May 03, 2019
  2. May 02, 2019
  3. May 01, 2019
    • Fangrui Song's avatar
      [llvm-readobj] Change -long-option to --long-option in tests. NFC · e29e30b1
      Fangrui Song authored
      We use both -long-option and --long-option in tests. Switch to --long-option for consistency.
      
      In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf.
      
      While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf).
      
      llvm-svn: 359649
      e29e30b1
  4. Apr 30, 2019
  5. Apr 26, 2019
  6. Apr 25, 2019
  7. Apr 24, 2019
  8. Apr 22, 2019
  9. Apr 15, 2019
  10. Apr 13, 2019
  11. Apr 12, 2019
  12. Apr 10, 2019
  13. Apr 08, 2019
  14. Apr 07, 2019
  15. Apr 05, 2019
  16. Apr 03, 2019
  17. Mar 31, 2019
  18. Mar 29, 2019
  19. Mar 28, 2019
  20. Mar 25, 2019
  21. Mar 22, 2019
  22. Mar 21, 2019
  23. Mar 20, 2019
    • Tim Renouf's avatar
      [AMDGPU] Factored PAL metadata handling out into its own class · d737b551
      Tim Renouf authored
      Summary:
      This commit introduces a new AMDGPUPALMetadata class that:
      * is inside the AMDGPU target;
      * keeps an in-memory representation of PAL metadata;
      * provides a method to read the frontend-supplied metadata from LLVM IR;
      * provides methods for the asm printer to set metadata items;
      * provides methods to write the metadata as a binary blob to put in a
        .note record or as an asm directive;
      * provides a method to read the metadata as a binary blob from a .note
        record.
      
      Because llvm-readobj cannot call directly into a target, I had to remove
      llvm-readobj's ability to dump PAL metadata, pending a resolution to
      https://reviews.llvm.org/D52821
      
      Differential Revision: https://reviews.llvm.org/D57027
      
      Change-Id: I756dc830894fcb6850324cdcfa87c0120eb2cf64
      llvm-svn: 356582
      d737b551
  24. Mar 15, 2019
  25. Mar 13, 2019
Loading