1. d15608e Emit debug info for extended vectors. by Devang Patel · 13 years ago
  2. 1d323e0 Fix struct member's scope. Patch by Xi Wang. by Devang Patel · 13 years ago
  3. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  4. c490312 Simplify. by Devang Patel · 13 years ago
  5. 2fd5a0f Fix typedef's context. by Devang Patel · 13 years ago
  6. d127bcb Robustify objc method type description (subroutine type) by walking parameters directly. by Devang Patel · 13 years ago
  7. c478f21 List objective-c ineterfaces as public types in dwarf debug info output. by Devang Patel · 13 years ago
  8. 1c29652 List c++ class type as public type in dwarf debug info output. by Devang Patel · 13 years ago
  9. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  10. bc6a191 Set up appropriate context for member function. Radar 9440721 by Devang Patel · 13 years ago
  11. aad1609 Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. by Devang Patel · 13 years ago
  12. f568b64 Do not add AT_APPLE_objc_class_extension attribute if @implementation is not seen. by Devang Patel · 13 years ago
  13. 707b1e9 Use DW_AT_APPLE_objc_class_extension attribute to identify interfaces that represent class extension. by Devang Patel · 13 years ago
  14. 31c79b4 Do not drop uint128 on the floor. by Devang Patel · 13 years ago
  15. 855a8e7 Finish off rules for z-length bitfields in ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 13 years ago
  16. a87a2b2 Function with internal linkage name do not have mangled name. by Devang Patel · 13 years ago
  17. 2df74c0 Do not try to get mangled name of block helpers. Apply a stopgap measure to fix SingleSource/UnitTests/block-copied-in-cxxobj compile time crash. by Devang Patel · 13 years ago
  18. 340fa24 More rule enforcement of zero bitfields for ms_struct. by Fariborz Jahanian · 13 years ago
  19. 7d4b159 Remove unused variable spotted by GCC. by Nick Lewycky · 13 years ago
  20. 22a5cdf Tie constructor defintion with its declaration using AT_specification. by Devang Patel · 13 years ago
  21. fbc3cc6 Fixes debug info generation problem for ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 13 years ago
  22. 37833b0 We need pointer size in bits here. by Devang Patel · 13 years ago
  23. 50811d2 Emit intrinsic at current insert point, not at the end of current block. by Devang Patel · 13 years ago
  24. e2d0191 Simplify. There is no need to have a method to just call another method. by Devang Patel · 13 years ago
  25. c556ef2 PR9214: Convert the DIBuilder API to use ArrayRef. by Jay Foad · 13 years ago
  26. 120bf32 Tie debug information for method declaration with debug information for method definition. by Devang Patel · 13 years ago
  27. 0ebce0e Eliminate some literal 8s from EmitDeclare by converting to CharUnits. No by Ken Dyck · 13 years ago
  28. 573be63 Use CharUnits to eliminate some literal 8s in by Ken Dyck · 13 years ago
  29. 1f15c19 Fix typo in comment. by Devang Patel · 13 years ago
  30. 10292cc Hack to turn the valgrind buildbot green, until Devang can address it properly. by Eli Friedman · 13 years ago
  31. 90c1eed Emit proper selector name in debug info. by Devang Patel · 13 years ago
  32. fa936d8 Emit debug info for Objective-C properties. by Devang Patel · 13 years ago
  33. 3894c07 Apply explicit braces to avoid ambiguous 'else' [-Wparentheses] by Nick Lewycky · 13 years ago
  34. 6cf37dd Do not use zero as an upper bound for unbounded array because upper bound zero also indicates one element array. by Devang Patel · 13 years ago
  35. 14c65ca [Reapply r128776, modified so that it does not break debug info.] by Ken Dyck · 13 years ago
  36. ddd72ac Simplify. by Devang Patel · 13 years ago
  37. 5ecb1df Emit debug info for function template parameters. by Devang Patel · 13 years ago
  38. 89054fb Remove unintentional check-in. by Devang Patel · 13 years ago
  39. 12e6d83 Fix typo. by Devang Patel · 13 years ago
  40. c5ce297 Use TemplateParameterList to extract template parameter name. by Devang Patel · 13 years ago
  41. 9c1714b Refactor. by Devang Patel · 13 years ago
  42. ab868e2 Eliminate conservative check that is covered by isIncompleteType() check. by Devang Patel · 13 years ago
  43. ba690a4 Incomplete type does not have any size. by Devang Patel · 13 years ago
  44. 62c117d Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info. by Devang Patel · 13 years ago
  45. 4fbabd3 Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to by Ken Dyck · 13 years ago
  46. ae503df Do not try calculate the size of forward-declared template type array. by Devang Patel · 13 years ago
  47. e80d567 Update type cache when a type is completed. Radar 9168773 by Devang Patel · 13 years ago
  48. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 14 years ago
  49. ebc3279 Correctly unwrap 'auto' types. Fixes PR9414. by Anders Carlsson · 14 years ago
  50. 14aa217 Make AttributedTypes for GC-qualified types and fix some miscellaneous by John McCall · 14 years ago
  51. 093ac46 Encode argument numbering in debug info so that code generator can emit them in order. by Devang Patel · 14 years ago
  52. 41ba267 revert r126858. by Devang Patel · 14 years ago
  53. 810b07c by Devang Patel · 14 years ago
  54. 3da5cb2 Revert r126794. by Devang Patel · 14 years ago
  55. d113a6f Hack in something so that we emit better debug information about by John McCall · 14 years ago
  56. 8a04585 Encode argument numbering in debug info so that code generator can emit them in order. by Devang Patel · 14 years ago
  57. 5c5b587 Use single code path to handle c++ structs and classes while generating debug info. by Devang Patel · 14 years ago
  58. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
  59. 16674e8 Use LLVM coding standard. by Devang Patel · 14 years ago
  60. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  61. 4a4e2ef Start using enums from DIBuilder. by Devang Patel · 14 years ago
  62. bb6f548 If preprocessed token introduced empty filename then use main translation unit's filename for debug info entries. by Devang Patel · 14 years ago
  63. 3475380 Simplify test to check an aggregate argument that has non trivial constructor or destructor. by Devang Patel · 14 years ago
  64. 6354d68 Only c++ class arguments with non trivial constructor or destructor needs a reference. by Devang Patel · 14 years ago
  65. 0691f93 If an aggregate is returned as 'sret' argument then let debugger know about this. by Devang Patel · 14 years ago
  66. eb4c45b Do not emit AT_MIPS_linkage_name for Objective-C method static variable i. by Devang Patel · 14 years ago
  67. 6e108ce Emit debug info for objc_selector. by Devang Patel · 14 years ago
  68. 570729e If an aggregate argument is passed indirectly because it has non trivial by Devang Patel · 14 years ago
  69. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 14 years ago
  70. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  71. 0ce34c6 Emit debug info for template value parameters. by Devang Patel · 14 years ago
  72. fa275df Emit debug info for template type parameters. by Devang Patel · 14 years ago
  73. 36b8ee6 Debug info generation for rvalue references by Douglas Gregor · 14 years ago
  74. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  75. 31f7d02 Simplify. by Devang Patel · 14 years ago
  76. b1fd0eb Fix debug info for __block variable referenced outside of block. by Devang Patel · 14 years ago
  77. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  78. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  79. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  80. 170cef3 Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace(). by Devang Patel · 14 years ago
  81. 344ff5d Remove unused parameter. by Devang Patel · 14 years ago
  82. 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
  83. a6a2897 Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate type info for its component types by Douglas Gregor · 14 years ago
  84. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  85. c9e814b Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 14 years ago
  86. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  87. 8c457a8 Teach debug-info generation that SourceManager::getPresumedLoc() can by Douglas Gregor · 14 years ago
  88. 910f800 Remove broken support for variadic templates, along with the various by Douglas Gregor · 14 years ago
  89. f1d1d9a Simplify. Builtin types' context is always implied. by Devang Patel · 14 years ago
  90. a14f597 Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBaseClassOffset which returns the offset in CharUnits. Do the same thing for getVBaseClassOffset. by Anders Carlsson · 14 years ago
  91. f4dd962 After processing named unions do not fall through to handle anonymous unions. by Devang Patel · 14 years ago
  92. 532105f Basic types are language defined builtins. They are always defined at top most level. by Devang Patel · 14 years ago
  93. 8c37668 Directly use NamespaceDecl->getLocation() to find the source file. by Devang Patel · 14 years ago
  94. a2e5769 Stay within 80 columns. by Devang Patel · 14 years ago
  95. 4bc4887 Fix context info for enums. Radar 8595129 by Devang Patel · 14 years ago
  96. 3313357 Revert unintentional check-in. by Devang Patel · 14 years ago
  97. 58faf20 Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. by Devang Patel · 14 years ago
  98. 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 14 years ago
  99. 5bc794f Use root non-virtual primary base class, not just immediate primary base class, for AT_containing_type. by Devang Patel · 14 years ago
  100. cebbedd Fix debug info for anon union. This is tested by anon-union.exp. by Devang Patel · 14 years ago