1. 44eeeba Preserve type info for local variables in optimized builds. by Devang Patel · 14 years ago
  2. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  3. 0fd3d1f Fix thinko in yesterday's fix. by Devang Patel · 14 years ago
  4. 8b90a78 Fix context in class static variable's debugging information entry. by Devang Patel · 14 years ago
  5. 8ab870d If given location is invalid then use current location. by Devang Patel · 14 years ago
  6. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  7. f8e10a5 Initialize Column. by Devang Patel · 14 years ago
  8. 258cf27 If variable location is invalid then use current location. by Devang Patel · 14 years ago
  9. f4e54a2 If there is not any debug info for type then do not emit debug info for this variable. by Devang Patel · 14 years ago
  10. ab69979 Avoid use of DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 14 years ago
  11. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  12. 5d822f0 Use clang::VarDecl name instead of llvm::GlobalVariable name. by Devang Patel · 14 years ago
  13. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  14. 2b594b9 Enable debug info for local variables at -O1+. by Devang Patel · 14 years ago
  15. d3651cc Fix pasto, add a comment. by Benjamin Kramer · 14 years ago
  16. 48c70f6 Factor code. No functionality change. by Benjamin Kramer · 14 years ago
  17. 970c618 Revert accidental check-in. by Devang Patel · 14 years ago
  18. f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 14 years ago
  19. 71f4ff6 Encode field accessibility. by Devang Patel · 14 years ago
  20. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 14 years ago
  21. 4800ea6 Emit debug info for objc getters and setters. by Devang Patel · 14 years ago
  22. e541d01 NewDebugLoc got renamed to DebugLoc. by Chris Lattner · 14 years ago
  23. c603463 adjust to IRBuilder change and use faster DebugLoc apis. by Chris Lattner · 14 years ago
  24. aaa210c use the new optimized debug info metadata accessors. In by Chris Lattner · 14 years ago
  25. ad46886 Replace some constant-sized SmallVectors. by Benjamin Kramer · 14 years ago
  26. 9c25039 Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap. by Ted Kremenek · 14 years ago
  27. 590838b Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces codegen time by Ted Kremenek · 14 years ago
  28. af44035 Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTableInfo class. by Anders Carlsson · 14 years ago
  29. f6728fc Comment the reasons for the strange little dance we do with the main file name for debug information by Douglas Gregor · 14 years ago
  30. f746aa6 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 14 years ago
  31. f7ad500 Try to improve computation of the main file name for debug by Douglas Gregor · 14 years ago
  32. ac91b4c For debug information, get the main file name from the source manager by Douglas Gregor · 14 years ago
  33. fea3d4d Use raw_ostream instead of sprintf. by Benjamin Kramer · 14 years ago
  34. 22fe585 If main file name is empty then use "<unknown>". by Devang Patel · 14 years ago
  35. e4c1ea0 Keep track of Record context to ensure that record elements are properly nested in debug info. by Devang Patel · 14 years ago
  36. bba1607 Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect what it actually does. by Anders Carlsson · 14 years ago
  37. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 14 years ago
  38. f338370 Use SmallString instead of alloca. by Devang Patel · 14 years ago
  39. d58562e Fix file reference for derived and composite types. Now, dwarf writer uses strict verifier that ignores debug info for such types if their file info is unknown. by Devang Patel · 14 years ago
  40. 7573f8b More then one anonymous aggregates on one line creates chaos when MDNode uniquness is combined with RAUW operation. Right solution is to avoid using RAUW. by Devang Patel · 14 years ago
  41. 683f6db Use getLast() instead of getBasename(). by Devang Patel · 14 years ago
  42. 1780055 Start using DIFile. Corresponding llvm patch is r98020. by Devang Patel · 14 years ago
  43. 0804e6e Avoid using DIDescriptor.isNull(). by Devang Patel · 14 years ago
  44. dd7b0d5 Revert r97949. by Devang Patel · 14 years ago
  45. ff03ab1 Avoid DIDescriptor.isNull() checks. by Devang Patel · 14 years ago
  46. 67b14f0 Targets (like pic16) may have mangled the name of global variables, by Sanjiv Gupta · 15 years ago
  47. 70c23cd Emit debug info for VectorType. by Devang Patel · 15 years ago
  48. d19429f Distinguish two lexical blocks at the same level. by Devang Patel · 15 years ago
  49. 4835fdd Do not ignore anonymous records. by Devang Patel · 15 years ago
  50. 4cb159c Cache new compile unit. by Devang Patel · 15 years ago
  51. 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 15 years ago
  52. 809b9bb Refactor code that generates debug info for variables that has BlocksAttr. by Devang Patel · 15 years ago
  53. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
  54. d5322da Fix virtual bases' debug info. by Devang Patel · 15 years ago
  55. 337472d Mark implicit "this" argument as an artificial argument. by Devang Patel · 15 years ago
  56. ce78c97 Fix FIXME and surrounding comment. by Devang Patel · 15 years ago
  57. 411894b Use appropriate context descriptor in RecordDecl's debug info. by Devang Patel · 15 years ago
  58. d6c5a26 Do not use clang type name to name a local variable, e.g. Decl. by Devang Patel · 15 years ago
  59. 239cec6 Do not use clang type name to name a local variable, e.g. Decl. by Devang Patel · 15 years ago
  60. eb6d79b Use DeclContext as getContextDescriptor() argument. by Devang Patel · 15 years ago
  61. abb485f Emit debug info for namespaces. by Devang Patel · 15 years ago
  62. d528905 Use appropriate context for typedefs. by Devang Patel · 15 years ago
  63. 3dd96a1 Maintain a map of regions (lexical scopes) and use it to find context for a global variable. by Devang Patel · 15 years ago
  64. 3358305 s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confusion. by Devang Patel · 15 years ago
  65. ca7daed Fix indentation. by Devang Patel · 15 years ago
  66. d774d1e Static methods do not need "this" pointer argument. by Devang Patel · 15 years ago
  67. 3064afe Emit base classes info first, as expected by the debugger. by Devang Patel · 15 years ago
  68. 89f05f8 s/FunctionNames/DebugInfoNames/g by Devang Patel · 15 years ago
  69. 4ce3f20 Emit vtable info. by Devang Patel · 15 years ago
  70. 0ac8f31 While emitting debugging infor for a C++ class, identify the holder of class's vtable, if any. by Devang Patel · 15 years ago
  71. a6da192 Include "this" pointer argument while emitting debug info for a C++ method. by Devang Patel · 15 years ago
  72. 8b752f1 Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, by Ken Dyck · 15 years ago
  73. e70d391 Fix another debug info crash with virtual bases. by Anders Carlsson · 15 years ago
  74. 4433f1c Fix the test I broke, and also fix a crash when declaring a virtual destructor. Add debug info support for pure virtual member functions. by Anders Carlsson · 15 years ago
  75. d6f9a0d Factor creating the DISubprogram for a member function out into a separate function. by Anders Carlsson · 15 years ago
  76. bea9b23 Simplify CGDebugInfo::CollectCXXMemberFunctions a little. More to come. by Anders Carlsson · 15 years ago
  77. a245c5b First cut at emitting inheritance info. by Devang Patel · 15 years ago
  78. c002464 Emit debug info for virtual functions. by Devang Patel · 15 years ago
  79. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  80. 14b1a36 simplify code. by Chris Lattner · 15 years ago
  81. 1b627dc No need to terminate this buffer. by Benjamin Kramer · 15 years ago
  82. d0f251b A Decl->getName() is not unique. However, the debug info descriptors by Devang Patel · 15 years ago
  83. 6d01276 Emit human readable names for operators. by Devang Patel · 15 years ago
  84. 4125fd2 First cut at emitting debugging information for C++ member functions. by Devang Patel · 15 years ago
  85. 1758420 Use llvm::Function name as the linkage name, but strip off leading '01' from display name. by Devang Patel · 15 years ago
  86. 428deb5 Refactor. by Devang Patel · 15 years ago
  87. 0d0d327 llvm::Function name is the linkage name. If it has a '01' as a prefix then probably there is a reason. by Devang Patel · 15 years ago
  88. 3364e62 Fix crash generating debug info for constructor for anonymous struct. by Eli Friedman · 15 years ago
  89. aa97d70 Emit linkage name even if it matches regular name. The code generator uses linkage name to find subprogram entry for the current function. by Devang Patel · 15 years ago
  90. 98a200b Add comment. by Devang Patel · 15 years ago
  91. bca1006 Because CurLoc is the current source location as far as CGDebugInfo is concerned. It is expected that this is set (usually left bracket location of function body compound statement) before EmitfunctionStart() is used. by Devang Patel · 15 years ago
  92. 9c6c3a0 Emit human readable names for c/c++ functions. Avoid emitting linkage name if it matches regular name. by Devang Patel · 15 years ago
  93. 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
  94. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  95. 23e92c0 adjust for llvm api changes. by Chris Lattner · 15 years ago
  96. d5b8902 this form of SetDebugLocation is about to go away, add some #includes that by Chris Lattner · 15 years ago
  97. 840943d Improve on my previous fix for debug information. Rather than by Douglas Gregor · 15 years ago
  98. 2101a82 Teach debug info generation to handle TemplateSpecializationType, by Douglas Gregor · 15 years ago
  99. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  100. 155fd79 Use StringRef in CGDebugInfo::EmitFunctionStart. by Benjamin Kramer · 15 years ago