1. c63a1f2 by Chris Lattner · 16 years ago
  2. 21cb712 Remove removed header. by Bill Wendling · 16 years ago
  3. 58cbd06 Add missing include file (due to a file splitting in llvm). by Cedric Venet · 16 years ago
  4. 9ea5884 Remove tabs. by Mike Stump · 16 years ago
  5. 507de85 Generate debug descriptors for array types while generating the debug info. by Sanjiv Gupta · 16 years ago
  6. 3cd1a2d fix compiler warnings by Nuno Lopes · 16 years ago
  7. f58c27a Create debug type descriptors for aggregate/enum types. by Sanjiv Gupta · 16 years ago
  8. 686226b Emit debug information for global and static variables when -g is specified. by Sanjiv Gupta · 16 years ago
  9. cc9b163 Emit parameter and local variable debug information with -g. by Sanjiv Gupta · 16 years ago
  10. 32ea35f A couple minor fixes to make debug info usable for arbitrary code: don't by Eli Friedman · 16 years ago
  11. 1c6a38b Generate subprogram debug info with -g. by Sanjiv Gupta · 16 years ago
  12. 3f2af10 Make debugging information usable. This is barebones, but it makes -g by Eli Friedman · 16 years ago
  13. 86eb311 Detabify. by Eli Friedman · 16 years ago
  14. e8b9f5b Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. by Sanjiv Gupta · 16 years ago