aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16DebugInfo.h
AgeCommit message (Expand)Author
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-04-04Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner
2010-04-02rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner
2010-04-02Switch the code generator (except the JIT) onto the new DebugLocChris Lattner
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22revert 79764, my dependencies failed me again.Chris Lattner
2009-08-22remove dead member.Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-15Revert a few changes that were done in 78603.Sanjiv Gupta
2009-08-10Do not rely on magic "llvm.dbg.*" global variable name to find debug info.Devang Patel
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-06-16Code Restructuring. No functionality change.Sanjiv Gupta
2009-06-13The subprogram descriptor for a function may be missing (llvm-ld linking two ...Sanjiv Gupta
2009-06-03Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta
2009-05-28Emit debug info for locals with proper scope.Sanjiv Gupta
2009-05-22Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta