Devang Patel
|
715c66251c
|
Do not rely on magic "llvm.dbg.*" global variable name to find debug info.
PIC16 developers, please verify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78603 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-10 22:11:20 +00:00 |
|
David Greene
|
71847813bc
|
Have asm printers use formatted_raw_ostream directly to avoid a
dynamic_cast<>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75670 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-07-14 20:18:05 +00:00 |
|
Sanjiv Gupta
|
bde7942072
|
Code Restructuring. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73481 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-06-16 09:45:18 +00:00 |
|
Sanjiv Gupta
|
dcb6da3efd
|
The subprogram descriptor for a function may be missing (llvm-ld linking two 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73295 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-06-13 17:35:54 +00:00 |
|
Sanjiv Gupta
|
3fc7e532aa
|
Emit file directives correctly in case of a .bc is generated by llvm-ld after linking in several .bc files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72781 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-06-03 16:27:49 +00:00 |
|
Sanjiv Gupta
|
dd4694b519
|
Emit debug info for locals with proper scope.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72531 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-05-28 18:24:11 +00:00 |
|
Sanjiv Gupta
|
a57bc3ba02
|
Emit debug information for globals (which include automatic variables as well because on PIC16 they are emitted as globals by the frontend).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72262 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-05-22 13:58:45 +00:00 |
|