Skip to content
  1. Aug 21, 2009
  2. Aug 20, 2009
  3. Aug 19, 2009
  4. Aug 17, 2009
  5. Aug 16, 2009
  6. Aug 15, 2009
  7. Aug 14, 2009
  8. Aug 13, 2009
  9. Aug 12, 2009
  10. Aug 11, 2009
    • Fariborz Jahanian's avatar
      ir-gen support for anonymous union data member · b2197042
      Fariborz Jahanian authored
      copying in copy constructors and used in
      default constructor's initializer list.
      
      llvm-svn: 78700
      b2197042
    • Mike Stump's avatar
      Implement more of the inductive case for vtable layout involving · 78696a70
      Mike Stump authored
      virtual base primaries and improve the layout of classes with virtual
      bases.  WIP.
      
      Hey, I've decided I want a change to FileCheck, I need to ensure that
      the group is together, nothing in between.  Can we change it to check
      the match line is from the line immediately following the last matched
      line, if the source for the matched line is immediately after the
      source for the previously matched line?
      
      // CHECK: 1
      // CHECK: 2
      // CHECK: 3
      
      // CHECK: 4
      // CHECK: 5
      // CHECK: 6
      
      would require 1 2 and 3 to be continuous in the output, and 4 5 and 6
      to be continuous.
      
      llvm-svn: 78638
      78696a70
Loading