1. 4d939e6 Remove unused argument. by Devang Patel · 14 years ago
  2. 700a1cb Print template argument names for template class. by Devang Patel · 14 years ago
  3. 257d1d3 Correct line info for declarations/definitions. Radar 8063111. by Stuart Hastings · 14 years ago
  4. 15a3d7d Set "optimization is ON" and supply other optional parameters. This helps codegenerator preserve info in case the symbol is deleted. by Devang Patel · 14 years ago
  5. 4089491 Mark implementation generated methods as artificial. by Devang Patel · 14 years ago
  6. db30c0f Revert 108220 and subsequent patch. by Devang Patel · 14 years ago
  7. 2ecebc2 Add volatile qualifiers for "this". by Devang Patel · 14 years ago
  8. 769640e const qualify debug info for "this" for const methods. by Devang Patel · 14 years ago
  9. a5c5bab While collecting members for a class, always create delcaration entry for methods. Debug info for method definition will be generated while generating code for method body. by Devang Patel · 14 years ago
  10. 0b89799 Handle forward declarations properly in debug info. by Devang Patel · 14 years ago
  11. 9a20d55 Switch over to the new caching version of getMangledName. by Anders Carlsson · 14 years ago
  12. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 14 years ago
  13. 44eeeba Preserve type info for local variables in optimized builds. by Devang Patel · 14 years ago
  14. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  15. 0fd3d1f Fix thinko in yesterday's fix. by Devang Patel · 14 years ago
  16. 8b90a78 Fix context in class static variable's debugging information entry. by Devang Patel · 14 years ago
  17. 8ab870d If given location is invalid then use current location. by Devang Patel · 14 years ago
  18. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  19. f8e10a5 Initialize Column. by Devang Patel · 15 years ago
  20. 258cf27 If variable location is invalid then use current location. by Devang Patel · 15 years ago
  21. f4e54a2 If there is not any debug info for type then do not emit debug info for this variable. by Devang Patel · 15 years ago
  22. ab69979 Avoid use of DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 15 years ago
  23. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 15 years ago
  24. 5d822f0 Use clang::VarDecl name instead of llvm::GlobalVariable name. by Devang Patel · 15 years ago
  25. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
  26. 2b594b9 Enable debug info for local variables at -O1+. by Devang Patel · 15 years ago
  27. d3651cc Fix pasto, add a comment. by Benjamin Kramer · 15 years ago
  28. 48c70f6 Factor code. No functionality change. by Benjamin Kramer · 15 years ago
  29. 970c618 Revert accidental check-in. by Devang Patel · 15 years ago
  30. f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 15 years ago
  31. 71f4ff6 Encode field accessibility. by Devang Patel · 15 years ago
  32. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 15 years ago
  33. 4800ea6 Emit debug info for objc getters and setters. by Devang Patel · 15 years ago
  34. e541d01 NewDebugLoc got renamed to DebugLoc. by Chris Lattner · 15 years ago
  35. c603463 adjust to IRBuilder change and use faster DebugLoc apis. by Chris Lattner · 15 years ago
  36. aaa210c use the new optimized debug info metadata accessors. In by Chris Lattner · 15 years ago
  37. ad46886 Replace some constant-sized SmallVectors. by Benjamin Kramer · 15 years ago
  38. 9c25039 Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap. by Ted Kremenek · 15 years ago
  39. 590838b Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces codegen time by Ted Kremenek · 15 years ago
  40. af44035 Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTableInfo class. by Anders Carlsson · 15 years ago
  41. f6728fc Comment the reasons for the strange little dance we do with the main file name for debug information by Douglas Gregor · 15 years ago
  42. f746aa6 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 15 years ago
  43. f7ad500 Try to improve computation of the main file name for debug by Douglas Gregor · 15 years ago
  44. ac91b4c For debug information, get the main file name from the source manager by Douglas Gregor · 15 years ago
  45. fea3d4d Use raw_ostream instead of sprintf. by Benjamin Kramer · 15 years ago
  46. 22fe585 If main file name is empty then use "<unknown>". by Devang Patel · 15 years ago
  47. e4c1ea0 Keep track of Record context to ensure that record elements are properly nested in debug info. by Devang Patel · 15 years ago
  48. bba1607 Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect what it actually does. by Anders Carlsson · 15 years ago
  49. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  50. f338370 Use SmallString instead of alloca. by Devang Patel · 15 years ago
  51. 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 · 15 years ago
  52. 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 · 15 years ago
  53. 683f6db Use getLast() instead of getBasename(). by Devang Patel · 15 years ago
  54. 1780055 Start using DIFile. Corresponding llvm patch is r98020. by Devang Patel · 15 years ago
  55. 0804e6e Avoid using DIDescriptor.isNull(). by Devang Patel · 15 years ago
  56. dd7b0d5 Revert r97949. by Devang Patel · 15 years ago
  57. ff03ab1 Avoid DIDescriptor.isNull() checks. by Devang Patel · 15 years ago
  58. 67b14f0 Targets (like pic16) may have mangled the name of global variables, by Sanjiv Gupta · 15 years ago
  59. 70c23cd Emit debug info for VectorType. by Devang Patel · 15 years ago
  60. d19429f Distinguish two lexical blocks at the same level. by Devang Patel · 15 years ago
  61. 4835fdd Do not ignore anonymous records. by Devang Patel · 15 years ago
  62. 4cb159c Cache new compile unit. by Devang Patel · 15 years ago
  63. 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 15 years ago
  64. 809b9bb Refactor code that generates debug info for variables that has BlocksAttr. by Devang Patel · 15 years ago
  65. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
  66. d5322da Fix virtual bases' debug info. by Devang Patel · 15 years ago
  67. 337472d Mark implicit "this" argument as an artificial argument. by Devang Patel · 15 years ago
  68. ce78c97 Fix FIXME and surrounding comment. by Devang Patel · 15 years ago
  69. 411894b Use appropriate context descriptor in RecordDecl's debug info. by Devang Patel · 15 years ago
  70. d6c5a26 Do not use clang type name to name a local variable, e.g. Decl. by Devang Patel · 15 years ago
  71. 239cec6 Do not use clang type name to name a local variable, e.g. Decl. by Devang Patel · 15 years ago
  72. eb6d79b Use DeclContext as getContextDescriptor() argument. by Devang Patel · 15 years ago
  73. abb485f Emit debug info for namespaces. by Devang Patel · 15 years ago
  74. d528905 Use appropriate context for typedefs. by Devang Patel · 15 years ago
  75. 3dd96a1 Maintain a map of regions (lexical scopes) and use it to find context for a global variable. by Devang Patel · 15 years ago
  76. 3358305 s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confusion. by Devang Patel · 15 years ago
  77. ca7daed Fix indentation. by Devang Patel · 15 years ago
  78. d774d1e Static methods do not need "this" pointer argument. by Devang Patel · 15 years ago
  79. 3064afe Emit base classes info first, as expected by the debugger. by Devang Patel · 15 years ago
  80. 89f05f8 s/FunctionNames/DebugInfoNames/g by Devang Patel · 15 years ago
  81. 4ce3f20 Emit vtable info. by Devang Patel · 15 years ago
  82. 0ac8f31 While emitting debugging infor for a C++ class, identify the holder of class's vtable, if any. by Devang Patel · 15 years ago
  83. a6da192 Include "this" pointer argument while emitting debug info for a C++ method. by Devang Patel · 15 years ago
  84. 8b752f1 Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, by Ken Dyck · 15 years ago
  85. e70d391 Fix another debug info crash with virtual bases. by Anders Carlsson · 15 years ago
  86. 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
  87. d6f9a0d Factor creating the DISubprogram for a member function out into a separate function. by Anders Carlsson · 15 years ago
  88. bea9b23 Simplify CGDebugInfo::CollectCXXMemberFunctions a little. More to come. by Anders Carlsson · 15 years ago
  89. a245c5b First cut at emitting inheritance info. by Devang Patel · 15 years ago
  90. c002464 Emit debug info for virtual functions. by Devang Patel · 15 years ago
  91. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  92. 14b1a36 simplify code. by Chris Lattner · 15 years ago
  93. 1b627dc No need to terminate this buffer. by Benjamin Kramer · 15 years ago
  94. d0f251b A Decl->getName() is not unique. However, the debug info descriptors by Devang Patel · 15 years ago
  95. 6d01276 Emit human readable names for operators. by Devang Patel · 15 years ago
  96. 4125fd2 First cut at emitting debugging information for C++ member functions. by Devang Patel · 15 years ago
  97. 1758420 Use llvm::Function name as the linkage name, but strip off leading '01' from display name. by Devang Patel · 15 years ago
  98. 428deb5 Refactor. by Devang Patel · 15 years ago
  99. 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
  100. 3364e62 Fix crash generating debug info for constructor for anonymous struct. by Eli Friedman · 15 years ago