summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16DebugInfo.h
Commit message (Expand)AuthorAge
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-22
* remove dead member.Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Revert a few changes that were done in 78603.Sanjiv Gupta2009-08-15
* Do not rely on magic "llvm.dbg.*" global variable name to find debug info.Devang Patel2009-08-10
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-16
* The subprogram descriptor for a function may be missing (llvm-ld linking two ...Sanjiv Gupta2009-06-13
* Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta2009-06-03
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-28
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-22