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