Skip to content
  1. Oct 22, 2013
  2. Oct 21, 2013
  3. Oct 20, 2013
    • Peter Collingbourne's avatar
      Emit prefix data after debug and EH directives. · e9f45e25
      Peter Collingbourne authored
      This ensures that the prefix data is treated as part of the function for
      the purpose of debug info.  This provides a better debugging experience,
      among other things by allowing a debug info client to correctly look up
      a function in debug info given a function pointer.
      
      llvm-svn: 193042
      e9f45e25
  4. Oct 19, 2013
  5. Oct 18, 2013
  6. Oct 17, 2013
  7. Oct 16, 2013
  8. Oct 15, 2013
  9. 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
  10. Oct 12, 2013
  11. 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
  12. Oct 10, 2013
  13. Oct 09, 2013
  14. Oct 08, 2013
  15. Oct 07, 2013
  16. Oct 06, 2013
Loading