Skip to content
  1. Jul 28, 2012
  2. Jul 13, 2012
  3. 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
  4. Jun 29, 2012
  5. Jun 28, 2012
  6. Jun 22, 2012
  7. Jun 09, 2012
  8. Jun 02, 2012
    • Jakob Stoklund Olesen's avatar
      Switch all register list clients to the new MC*Iterator interface. · 54038d79
      Jakob Stoklund Olesen authored
      No functional change intended.
      
      Sorry for the churn. The iterator classes are supposed to help avoid
      giant commits like this one in the future. The TableGen-produced
      register lists are getting quite large, and it may be necessary to
      change the table representation.
      
      This makes it possible to do so without changing all clients (again).
      
      llvm-svn: 157854
      54038d79
  9. May 18, 2012
  10. May 08, 2012
  11. Apr 05, 2012
  12. Apr 03, 2012
  13. Apr 02, 2012
  14. Mar 27, 2012
  15. Mar 26, 2012
  16. Mar 11, 2012
  17. Mar 04, 2012
  18. Mar 02, 2012
  19. Mar 01, 2012
  20. Feb 22, 2012
  21. Feb 05, 2012
  22. Jan 24, 2012
  23. Jan 07, 2012
  24. Jan 06, 2012
  25. Dec 17, 2011
  26. Dec 04, 2011
  27. Dec 02, 2011
    • Nick Lewycky's avatar
      Move global variables in TargetMachine into new TargetOptions class. As an API · 50f02cb2
      Nick Lewycky authored
      change, now you need a TargetOptions object to create a TargetMachine. Clang
      patch to follow.
      
      One small functionality change in PTX. PTX had commented out the machine
      verifier parts in their copy of printAndVerify. That now calls the version in
      LLVMTargetMachine. Users of PTX who need verification disabled should rely on
      not passing the command-line flag to enable it.
      
      llvm-svn: 145714
      50f02cb2
  28. Nov 12, 2011
    • Rafael Espindola's avatar
      The dwarf standard says that the only differences between a out-of-line · e7cc8bff
      Rafael Espindola authored
      instance and a concrete inlined instance are the use of DW_TAG_subprogram
      instead of DW_TAG_inlined_subroutine and the who owns the tree.
      
      We were also omitting DW_AT_inline from the abstract roots. To fix this,
      make sure we mark abstract instance roots with DW_AT_inline even when
      we have only out-of-line instances referring to them with DW_AT_abstract_origin.
      
      FileCheck is not a very good tool for tests like this, maybe we should add
      a -verify mode to llvm-dwarfdump.
      
      llvm-svn: 144441
      e7cc8bff
  29. Nov 10, 2011
  30. Nov 09, 2011
Loading