Skip to content
  1. Oct 18, 2013
  2. Oct 17, 2013
  3. Oct 16, 2013
  4. Oct 15, 2013
  5. Oct 14, 2013
    • Manman Ren's avatar
      Debug Info: static member DIE creation. · c6b63927
      Manman Ren authored
      Clean up creation of static member DIEs. We can create static member DIEs from
      two places, so we call getOrCreateStaticMemberDIE from the two places.
      
      getOrCreateStaticMemberDIE will get or create the context DIE first, then it
      will check if the DIE already exists, if not, we create the static member DIE
      and add it to the context.
      
      Creation of static member DIEs are handled in a similar way as subprogram DIEs.
      
      llvm-svn: 192618
      c6b63927
  6. Oct 12, 2013
  7. Oct 11, 2013
    • Justin Holewinski's avatar
      Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom... · 660597d1
      Justin Holewinski authored
      Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom comments for implicit defs
      
      For NVPTX, this fixes a crash where the emitImplicitDef implementation was expecting physical registers,
      while NVPTX uses virtual registers (with a couple of exceptions).  Now, the implicit def comment will be
      emitted as a true PTX register name. Other targets can use this to customize the output of implicit def
      comments.
      
      Fixes PR17519
      
      llvm-svn: 192444
      660597d1
  8. Oct 10, 2013
  9. Oct 09, 2013
  10. Oct 08, 2013
  11. Oct 07, 2013
  12. Oct 06, 2013
  13. Oct 05, 2013
  14. Oct 04, 2013
Loading