Skip to content
  1. Nov 19, 2012
  2. Nov 12, 2012
  3. Nov 07, 2012
  4. Nov 01, 2012
    • Chandler Carruth's avatar
      Revert the majority of the next patch in the address space series: · 5da3f051
      Chandler Carruth authored
      r165941: Resubmit the changes to llvm core to update the functions to
               support different pointer sizes on a per address space basis.
      
      Despite this commit log, this change primarily changed stuff outside of
      VMCore, and those changes do not carry any tests for correctness (or
      even plausibility), and we have consistently found questionable or flat
      out incorrect cases in these changes. Most of them are probably correct,
      but we need to devise a system that makes it more clear when we have
      handled the address space concerns correctly, and ideally each pass that
      gets updated would receive an accompanying test case that exercises that
      pass specificaly w.r.t. alternate address spaces.
      
      However, from this commit, I have retained the new C API entry points.
      Those were an orthogonal change that probably should have been split
      apart, but they seem entirely good.
      
      In several places the changes were very obvious cleanups with no actual
      multiple address space code added; these I have not reverted when
      I spotted them.
      
      In a few other places there were merge conflicts due to a cleaner
      solution being implemented later, often not using address spaces at all.
      In those cases, I've preserved the new code which isn't address space
      dependent.
      
      This is part of my ongoing effort to clean out the partial address space
      code which carries high risk and low test coverage, and not likely to be
      finished before the 3.2 release looms closer. Duncan and I would both
      like to see the above issues addressed before we return to these
      changes.
      
      llvm-svn: 167222
      5da3f051
  5. Oct 31, 2012
  6. Oct 30, 2012
  7. Oct 15, 2012
  8. Oct 11, 2012
  9. Oct 08, 2012
  10. Oct 04, 2012
  11. Oct 03, 2012
  12. Oct 02, 2012
  13. Sep 22, 2012
  14. 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
  15. Sep 12, 2012
  16. Sep 11, 2012
  17. Aug 24, 2012
  18. Aug 23, 2012
  19. Aug 01, 2012
  20. Jul 28, 2012
  21. Jul 13, 2012
  22. Jul 06, 2012
    • Alexey Samsonov's avatar
      Fix PR13202 and a regtest. · 39602781
      Alexey Samsonov authored
      DwarfDebug class could generate the same (inlined) DIVariable twice:
      1) when trying to find abstract debug variable for a concrete inlined instance.
      2) when explicitly collecting info for variables that were optimized out.
      
      This change makes sure that this duplication won't happen and makes
      Clang pass "gdb.opt/inline-locals" test from gdb testsuite.
      
      Reviewed by Eric Christopher.
      
      llvm-svn: 159811
      39602781
  23. Jun 29, 2012
  24. Jun 28, 2012
  25. Jun 22, 2012
Loading