Skip to content
  1. Oct 12, 2012
    • Sean Silva's avatar
      Remove unnecessary classof()'s · 506a1c5a
      Sean Silva authored
      isa<> et al. automatically infer when the cast is an upcast (including a
      self-cast), so these are no longer necessary.
      
      llvm-svn: 165767
      506a1c5a
  2. Oct 11, 2012
  3. Oct 09, 2012
  4. Oct 08, 2012
  5. Oct 04, 2012
  6. Oct 03, 2012
  7. Oct 02, 2012
  8. Sep 25, 2012
  9. Sep 22, 2012
  10. Sep 21, 2012
  11. Sep 15, 2012
  12. Sep 13, 2012
    • Eric Christopher's avatar
      Recommit, with fixes: · e341776c
      Eric Christopher authored
          Add some support for dealing with an object pointer on arguments.
      
          Part of rdar://9797999
      
      which now supports adding the object pointer attribute to the
      subprogram as it should.
      
      llvm-svn: 163754
      e341776c
  13. Sep 12, 2012
  14. Sep 11, 2012
  15. Sep 10, 2012
  16. Sep 07, 2012
    • Benjamin Kramer's avatar
      Fix alignment of .comm and .lcomm on mingw32. · 68b9f058
      Benjamin Kramer authored
      For some reason .lcomm uses byte alignment and .comm log2 alignment so we can't
      use the same setting for both. Fix this by reintroducing the LCOMM enum.
      I verified this against mingw's gcc.
      
      llvm-svn: 163420
      68b9f058
    • Chad Rosier's avatar
      Fix indent. · 1f57bcb1
      Chad Rosier authored
      llvm-svn: 163416
      1f57bcb1
    • Chad Rosier's avatar
      b759ede9
    • Benjamin Kramer's avatar
      MC: Overhaul handling of .lcomm · 47f9ec92
      Benjamin Kramer authored
      - Darwin lied about not supporting .lcomm and turned it into zerofill in the
        asm parser. Push the zerofill-conversion down into macho-specific code.
      - This makes the tri-state LCOMMType enum superfluous, there are no targets
        without .lcomm.
      - Do proper error reporting when trying to use .lcomm with alignment on a target
        that doesn't support it.
      - .comm and .lcomm alignment was parsed in bytes on COFF, should be power of 2.
      - Fixes PR13755 (.lcomm crashes on ELF).
      
      llvm-svn: 163395
      47f9ec92
  17. Sep 06, 2012
  18. Sep 05, 2012
  19. Aug 29, 2012
  20. Aug 25, 2012
  21. Aug 24, 2012
  22. Aug 23, 2012
Loading