Daniel Dunbar
|
12368685d8
|
Switch to getNameStr().
llvm-svn: 76962
|
2009-07-24 08:24:36 +00:00 |
Daniel Dunbar
|
5899dda08c
|
Switch some clients to Value::getName(), and other getName() user
simplification.
- NFC
llvm-svn: 76789
|
2009-07-22 21:33:09 +00:00 |
David Greene
|
a31f96cf2b
|
Have asm printers use formatted_raw_ostream directly to avoid a
dynamic_cast<>.
llvm-svn: 75670
|
2009-07-14 20:18:05 +00:00 |
Devang Patel
|
8e8028eac3
|
Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.
PIC16 developers, please verify. Thanks.
llvm-svn: 74880
|
2009-07-06 23:28:36 +00:00 |
Devang Patel
|
c4744b9e22
|
Add FIXMEs.
llvm-svn: 74879
|
2009-07-06 23:11:08 +00:00 |
Daniel Dunbar
|
e7d42501c2
|
Fix may-be-used-uninitialized warning.
llvm-svn: 74253
|
2009-06-26 02:03:52 +00:00 |
Devang Patel
|
da10358c84
|
mv CodeGen/DebugLoc.h Support/DebugLoc.h
llvm-svn: 73786
|
2009-06-19 22:08:58 +00:00 |
Sanjiv Gupta
|
5372d4a568
|
Code Restructuring. No functionality change.
llvm-svn: 73481
|
2009-06-16 09:45:18 +00:00 |
Sanjiv Gupta
|
c16c947071
|
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.
llvm-svn: 73295
|
2009-06-13 17:35:54 +00:00 |
Sanjiv Gupta
|
215921ef94
|
Emit file directives correctly in case of a .bc is generated by llvm-ld after linking in several .bc files.
llvm-svn: 72781
|
2009-06-03 16:27:49 +00:00 |
Sanjiv Gupta
|
ae028d48be
|
Emit debug info for locals with proper scope.
llvm-svn: 72531
|
2009-05-28 18:24:11 +00:00 |
Sanjiv Gupta
|
43becc23c2
|
Emit debug information for globals (which include automatic variables as well because on PIC16 they are emitted as globals by the frontend).
llvm-svn: 72262
|
2009-05-22 13:58:45 +00:00 |