1. 2c12d03 Improve handling of emitting 'null' pointers to data members. by Anders Carlsson · 15 years ago
  2. 45147d0 Move pointer to data member emission to CodeGenModule and use it in CGExprConstant. Fixes PR5674. by Anders Carlsson · 15 years ago
  3. 4581581 ARM/APCS: Fix classification of small complex integer types as "integer like". by Daniel Dunbar · 15 years ago
  4. 4cc753f ARM/APCS: Pass Complex types following llvm-gcc. by Daniel Dunbar · 15 years ago
  5. ce78c97 Fix FIXME and surrounding comment. by Devang Patel · 15 years ago
  6. 411894b Use appropriate context descriptor in RecordDecl's debug info. by Devang Patel · 15 years ago
  7. d6c5a26 Do not use clang type name to name a local variable, e.g. Decl. by Devang Patel · 15 years ago
  8. 239cec6 Do not use clang type name to name a local variable, e.g. Decl. by Devang Patel · 15 years ago
  9. eb6d79b Use DeclContext as getContextDescriptor() argument. by Devang Patel · 15 years ago
  10. 2feefe8 NeXT: Add support for -fobjc-legacy-dispatch. by Daniel Dunbar · 15 years ago
  11. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 15 years ago
  12. 31310a2 In C++, an initializer on a variable doesn't necessarily mean it's the definition. With that in mind, rename getDefinition to getAnyInitializer (to distinguish it from getInit) and reimplement it in terms of isThisDeclarationADefinition. Update all code to use this new function. by Sebastian Redl · 15 years ago
  13. abb485f Emit debug info for namespaces. by Devang Patel · 15 years ago
  14. 6997aae Switch expressions like T() and T(1,2) over to new-style initialization. I'm by Eli Friedman · 15 years ago
  15. 3bb9412 Simplify EmitMemberInitializer; no intended functionality change. by Eli Friedman · 15 years ago
  16. 3aba093 Start creating CXXBindReferenceExpr nodes when binding complex types to references. by Anders Carlsson · 15 years ago
  17. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  18. 905a100 When performing a derived-to-base cast that we know will not change the offset, we don't need to null check the input pointer. Fixes PR5965. by Anders Carlsson · 15 years ago
  19. a552ea7 When doing a base-to-derived cast we don't need to null check the derived value if the class offset is 0. by Anders Carlsson · 15 years ago
  20. bb7e17b Some class related cleanup. by Anders Carlsson · 15 years ago
  21. a5a79f7 More asm cleanup. by Anders Carlsson · 15 years ago
  22. 83c021c Yay for more StringRefs. by Anders Carlsson · 15 years ago
  23. d528905 Use appropriate context for typedefs. by Devang Patel · 15 years ago
  24. 3dd96a1 Maintain a map of regions (lexical scopes) and use it to find context for a global variable. by Devang Patel · 15 years ago
  25. 46287c7 Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876. by Douglas Gregor · 15 years ago
  26. 9cfe0ec Use EmitLValueForFieldInitialization when synthesizing the copy ctor as well. by Anders Carlsson · 15 years ago
  27. 06a2970 Add a new EmitLValueForFieldInitialization that will be used for initializing fields (and reference type fields in particular). by Anders Carlsson · 15 years ago
  28. e6d2a53 Simplify EmitLValueForField - we can get whether the field is part of a union or not from the FieldDecl (through its DeclContext). by Anders Carlsson · 15 years ago
  29. 679855a ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading by Daniel Dunbar · 15 years ago
  30. eb60edf Add an CXXBindReferenceExpr (not used just yet). by Anders Carlsson · 15 years ago
  31. 3358305 s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confusion. by Devang Patel · 15 years ago
  32. ca7daed Fix indentation. by Devang Patel · 15 years ago
  33. d774d1e Static methods do not need "this" pointer argument. by Devang Patel · 15 years ago
  34. 3064afe Emit base classes info first, as expected by the debugger. by Devang Patel · 15 years ago
  35. 21fd7d7 Fix an incorrect union layout assert. Fixes PR6164. by Anders Carlsson · 15 years ago
  36. 89f05f8 s/FunctionNames/DebugInfoNames/g by Devang Patel · 15 years ago
  37. 4ce3f20 Emit vtable info. by Devang Patel · 15 years ago
  38. 0ac8f31 While emitting debugging infor for a C++ class, identify the holder of class's vtable, if any. by Devang Patel · 15 years ago
  39. a6da192 Include "this" pointer argument while emitting debug info for a C++ method. by Devang Patel · 15 years ago
  40. 8b752f1 Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, by Ken Dyck · 15 years ago
  41. 48272a0 Unique ObjC strings (GNU Runtime); fix for PR6142. Note: Doing this in the runtime-specific code is a bit ugly. It would be a good idea to hoist all of the string / protocol uniqueing code up into CGObjCRuntime or CodeGenModule and only handle emitting the original versions in the runtime-specific code. by David Chisnall · 15 years ago
  42. a887423 Structs and classes with non-trivial destructors or copy constructors should be passed indirectly in the 32-bit ABI. Fixes PR6094. by Anders Carlsson · 15 years ago
  43. 852f5ce Refine the non-virtual this adjustments for thunks by using the offset by Mike Stump · 15 years ago
  44. 15189fb Refine the non-virtual this adjustments for thunks by using the offset by Mike Stump · 15 years ago
  45. 4f122ef Convert one last size variable to CharUnits (follow-on to 94577). by Ken Dyck · 15 years ago
  46. caf647c Use CharUnits for sizes, offsets, alignments, and padding amounts for values by Ken Dyck · 15 years ago
  47. 30a8a27 Use CharUnits for alignments in character units. by Ken Dyck · 15 years ago
  48. 4da244c Use CharUnits for alignment of UTF16 string in GetAddrOfConstantCFString(). by Ken Dyck · 15 years ago
  49. 3228f42 Use CharUnits for alignment in EmitNullInitializationLValue(). by Ken Dyck · 15 years ago
  50. 3bb9269 Use the right definition when emitting a global variable. Fixes PR5564. by Anders Carlsson · 15 years ago
  51. 0f0bbbc Change getUnique to return a GlobalDecl. Fixes PR6147. by Anders Carlsson · 15 years ago
  52. 687cc4a Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size by Ken Dyck · 15 years ago
  53. d0c4792 If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace). by Anders Carlsson · 15 years ago
  54. e70d391 Fix another debug info crash with virtual bases. by Anders Carlsson · 15 years ago
  55. 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
  56. d6f9a0d Factor creating the DISubprogram for a member function out into a separate function. by Anders Carlsson · 15 years ago
  57. bea9b23 Simplify CGDebugInfo::CollectCXXMemberFunctions a little. More to come. by Anders Carlsson · 15 years ago
  58. 071c810 Make sure to always mark a global variable as not being constant if it has a C++ initializer. by Anders Carlsson · 15 years ago
  59. d99a4d2 Be sure to track the non-virtual part of the vcall offset in complex by Mike Stump · 15 years ago
  60. cf0b9cc Fixup a missing vcall entry. WIP. by Mike Stump · 15 years ago
  61. a245c5b First cut at emitting inheritance info. by Devang Patel · 15 years ago
  62. c002464 Emit debug info for virtual functions. by Devang Patel · 15 years ago
  63. 616c173 global variable that binds reference to a non-lvalue reproted as NYI now. by Fariborz Jahanian · 15 years ago
  64. f7c00ed Fix a code gen. bug involving compiling global references. by Fariborz Jahanian · 15 years ago
  65. 165714e fix rdar://7556129 a crash in blocks debug info codegen. by Chris Lattner · 15 years ago
  66. 14b1a36 simplify code. by Chris Lattner · 15 years ago
  67. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  68. 3145525 Mangle static variables with an extra name to distinguish them from non-static variables in the same TU. by Sean Hunt · 15 years ago
  69. 08e9e45 Fix a nasty bug where temporaries weren't marked as being conditional in some cases. by Anders Carlsson · 15 years ago
  70. e6dddfd Add bzero builtin; this should help codegen quality for code using this by Eli Friedman · 15 years ago
  71. 1b627dc No need to terminate this buffer. by Benjamin Kramer · 15 years ago
  72. 0d13f6f Created __builtin___NSStringMakeConstantString() builtin, which generates constant Objective-C strings. by David Chisnall · 15 years ago
  73. 372ade2 Finish off fixing up debug information. by Mike Stump · 15 years ago
  74. 568bb2d Eliminate some Clang warnings by Douglas Gregor · 15 years ago
  75. 3cf7c5d Simplify code. by Benjamin Kramer · 15 years ago
  76. fc9f16c Ensure we output all non-virtual base vtables. Fixes PR5890. by Mike Stump · 15 years ago
  77. d658490 Update debugging code. by Mike Stump · 15 years ago
  78. 58b7eee Move the VTT related code into its own file, CGVTT.cpp by Anders Carlsson · 15 years ago
  79. d0f251b A Decl->getName() is not unique. However, the debug info descriptors by Devang Patel · 15 years ago
  80. 6d01276 Emit human readable names for operators. by Devang Patel · 15 years ago
  81. 4125fd2 First cut at emitting debugging information for C++ member functions. by Devang Patel · 15 years ago
  82. 1758420 Use llvm::Function name as the linkage name, but strip off leading '01' from display name. by Devang Patel · 15 years ago
  83. 428deb5 Refactor. by Devang Patel · 15 years ago
  84. 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
  85. 35aa62a More VTT builder fixes. With these fixes we now correctly handle the very complex VTT example from the Itanium ABI spec. by Anders Carlsson · 15 years ago
  86. 7a2132a Move some common code into BuildVTT. by Anders Carlsson · 15 years ago
  87. 20314ff Fix a bunch of VTT layout bugs, add simple tests for VTT layout. by Anders Carlsson · 15 years ago
  88. d478cc7 Minor VTT builder cleanup, no functionality change. by Anders Carlsson · 15 years ago
  89. e74f3d0 Get the ctor vtable address points directly from the VTT builder. by Anders Carlsson · 15 years ago
  90. 0b57164 Add codgen for BI__builtin_llvm_memory_barrier. by Tanya Lattner · 15 years ago
  91. 3364e62 Fix crash generating debug info for constructor for anonymous struct. by Eli Friedman · 15 years ago
  92. 8a850ba Fix a couple bugs in copy assignment operator synthesis. by Eli Friedman · 15 years ago
  93. a730583 Convert the type of the LValue offset variable in APValue to CharUnits, moving by Ken Dyck · 15 years ago
  94. 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
  95. 98a200b Add comment. by Devang Patel · 15 years ago
  96. d346736 Made ObjC method name mangling match GCC (which does it in a stupid and broken way that can give conflicts on method names containing underscores, but is needed for gdb to work because gdb does not know how to read ObjC class tables and relies on the mangling). by David Chisnall · 15 years ago
  97. 1bb6099 Store the address points for constructor vtables directly in the VTT builder, because that's the only time they're needed. by Anders Carlsson · 15 years ago
  98. 7e37a69 Add a DenseMapInfo specialization for BaseSubobject. by Anders Carlsson · 15 years ago
  99. 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
  100. 9c6c3a0 Emit human readable names for c/c++ functions. Avoid emitting linkage name if it matches regular name. by Devang Patel · 15 years ago