aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16DebugInfo.cpp
AgeCommit message (Expand)Author
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-07-14fix a bug found by a warning I added to clang this morning.Chris Lattner
2010-05-07Use overloaded operators instead of DIDescriptor::getNode()Devang Patel
2010-04-04Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner
2010-04-02Switch the code generator (except the JIT) onto the new DebugLocChris Lattner
2010-03-08Avoid using DIDescriptor.isNull(). Devang Patel
2010-03-08Revert r97947.Devang Patel
2010-03-08Avoid using DIDescriptor.isNull().Devang Patel
2010-02-25Each field of auxiliary debug entry is only 1 byte long.Sanjiv Gupta
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel
2009-11-25Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer
2009-11-25Use StringRef (again) in DebugInfo interface.Devang Patel
2009-11-14revert 88761 as it fails builds.Sanjiv Gupta
2009-11-14Fix debug info crashes for PIC16.Sanjiv Gupta
2009-10-15Re-apply 84180 with the fixed test case.Sanjiv Gupta
2009-10-15Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar
2009-10-15Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta
2009-10-15Few changes to comply with new DebugInfo Metadata representation.Sanjiv Gupta
2009-10-13s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel
2009-09-29Remove std::string uses from DebugInfo interface.Devang Patel
2009-08-31Simplify isDerivedType() and other predicate interface.Devang Patel
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-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-08-07Minor fixes to avoid using invalid debugloc.Sanjiv Gupta
2009-08-06Use DebugInfoFinderDevang Patel
2009-07-24Switch to getNameStr().Daniel Dunbar
2009-07-22Switch some clients to Value::getName(), and other getName() userDaniel Dunbar
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-06Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.Devang Patel
2009-07-06Add FIXMEs.Devang Patel
2009-06-26Fix may-be-used-uninitialized warning.Daniel Dunbar
2009-06-19mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel
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