summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.Devang Patel2009-07-061-27/+29
| | | | | | PIC16 developers, please verify. Thanks. llvm-svn: 74880
* Add FIXMEs.Devang Patel2009-07-061-0/+3
| | | | llvm-svn: 74879
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-06-261-1/+1
| | | | llvm-svn: 74253
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-191-1/+1
| | | | llvm-svn: 73786
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-161-146/+300
| | | | llvm-svn: 73481
* The subprogram descriptor for a function may be missing (llvm-ld linking two ↵Sanjiv Gupta2009-06-131-65/+102
| | | | | | | | | static functions with same name), so pick up the compilation unit for the function from the first valid debug loc of its instructions. This patch also emits debug info for structure (aggregate types in general) types. llvm-svn: 73295
* Emit file directives correctly in case of a .bc is generated by llvm-ld ↵Sanjiv Gupta2009-06-031-2/+24
| | | | | | after linking in several .bc files. llvm-svn: 72781
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-281-0/+132
| | | | llvm-svn: 72531
* Emit debug information for globals (which include automatic variables as ↵Sanjiv Gupta2009-05-221-0/+138
well because on PIC16 they are emitted as globals by the frontend). llvm-svn: 72262
OpenPOWER on IntegriCloud