summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch to getNameStr().Daniel Dunbar2009-07-241-2/+2
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-221-1/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-1/+1
* Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.Devang Patel2009-07-061-27/+29
* Add FIXMEs.Devang Patel2009-07-061-0/+3
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-06-261-1/+1
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-191-1/+1
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-161-146/+300
* The subprogram descriptor for a function may be missing (llvm-ld linking two ...Sanjiv Gupta2009-06-131-65/+102
* Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta2009-06-031-2/+24
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-281-0/+132
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-221-0/+138
OpenPOWER on IntegriCloud