Skip to content
  1. Jan 26, 2016
    • Dan Gohman's avatar
      [MC] Use .p2align instead of .align · 61d15ae4
      Dan Gohman authored
      For historic reasons, the behavior of .align differs between targets.
      Fortunately, there are alternatives, .p2align and .balign, which make the
      interpretation of the parameter explicit, and which behave consistently across
      targets.
      
      This patch teaches MC to use .p2align instead of .align, so that people reading
      code for multiple architectures don't have to remember which way each platform
      does its .align directive.
      
      Differential Revision: http://reviews.llvm.org/D16549
      
      llvm-svn: 258750
      61d15ae4
  2. Jan 25, 2016
  3. Jan 24, 2016
  4. Jan 23, 2016
  5. Jan 22, 2016
  6. Jan 21, 2016
  7. Jan 20, 2016
  8. Jan 19, 2016
  9. Jan 18, 2016
  10. Jan 17, 2016
  11. Jan 16, 2016
Loading