1. 58bf610 Update for IRBuilder template change (update LLVM!) by Daniel Dunbar · 16 years ago
  2. 85e3568 update to make IRBuilder API change. by Chris Lattner · 16 years ago
  3. 507de85 Generate debug descriptors for array types while generating the debug info. by Sanjiv Gupta · 16 years ago
  4. f58c27a Create debug type descriptors for aggregate/enum types. by Sanjiv Gupta · 16 years ago
  5. 686226b Emit debug information for global and static variables when -g is specified. by Sanjiv Gupta · 16 years ago
  6. cc9b163 Emit parameter and local variable debug information with -g. by Sanjiv Gupta · 16 years ago
  7. 32ea35f A couple minor fixes to make debug info usable for arbitrary code: don't by Eli Friedman · 16 years ago
  8. 1c6a38b Generate subprogram debug info with -g. by Sanjiv Gupta · 16 years ago
  9. 3f2af10 Make debugging information usable. This is barebones, but it makes -g by Eli Friedman · 16 years ago
  10. 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