aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16DebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-5/+4
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-021-1/+1
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-021-1/+1
* Reapply 79977.Devang Patel2009-08-281-1/+1
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-1/+1
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-2/+2
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-221-1/+3
* remove dead member.Chris Lattner2009-08-221-5/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* Revert a few changes that were done in 78603.Sanjiv Gupta2009-08-151-1/+1
* Do not rely on magic "llvm.dbg.*" global variable name to find debug info.Devang Patel2009-08-101-2/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-3/+4
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-161-10/+43
* The subprogram descriptor for a function may be missing (llvm-ld linking two ...Sanjiv Gupta2009-06-131-8/+15
* Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta2009-06-031-1/+6
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-281-1/+22
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-221-0/+93