Skip to content
  1. Nov 12, 2012
  2. Nov 09, 2012
    • Nico Weber's avatar
      [Windows] Fix mangling of number literal '0' · 7d37f05a
      Nico Weber authored
      Do this by making the mangleNumber(APSInt) overload look like
      the int64_t version. (The latter should probably just delegate
      to the former).
      
      Test from Evgeny Eltsin!
      
      llvm-svn: 167599
      7d37f05a
  3. Nov 08, 2012
  4. Nov 06, 2012
  5. Nov 05, 2012
  6. Nov 03, 2012
  7. Nov 02, 2012
  8. Oct 31, 2012
    • Bill Schmidt's avatar
      This patch removes the XFAIL for powerpc for · 22bd6d18
      Bill Schmidt authored
      test/CodeGenCXX/member-alignment.cpp.  The test succeeds for
      powerpc64-unknown-linux-gnu.  If other flavors of powerpc are
      shown by buildbots to still be broken, we can adjust the test
      at that time.
      
      llvm-svn: 167143
      22bd6d18
  9. Oct 27, 2012
    • Douglas Gregor's avatar
      When an externally-supplied record layout has a size that clearly · 1423a5cf
      Douglas Gregor authored
      doesn't include padding up to the alignment of the record, take this
      as a cue that the alignment of the record should (conservatively) be
      set to 1. This is similar to other the other cues we use to determine
      that the record has a lower alignment, e.g., that the
      externally-supplied layout places fields at lower offsets than we
      would. Fixes <rdar://problem/12582052>; test case in LLDB.
      
      llvm-svn: 166824
      1423a5cf
  10. Oct 26, 2012
  11. Oct 25, 2012
  12. Oct 24, 2012
  13. Oct 23, 2012
  14. Oct 20, 2012
  15. Oct 19, 2012
  16. Oct 18, 2012
  17. Oct 17, 2012
  18. Oct 16, 2012
  19. Oct 15, 2012
  20. Oct 11, 2012
  21. Oct 10, 2012
  22. Oct 09, 2012
  23. Oct 05, 2012
  24. Oct 03, 2012
Loading