1. f4a15b0 Add getCGRecordLayout helper function. No functionality change. by Anders Carlsson · 15 years ago
  2. 41f5e66 Fix warning: enumeration value 'IndirectField' not handled in switch. by Francois Pichet · 15 years ago
  3. 75f91d6 Minor cleanup. No change otherwise. by Fariborz Jahanian · 15 years ago
  4. a762514 Fix a bug where write-barriers for assignment through reference by Fariborz Jahanian · 15 years ago
  5. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 15 years ago
  6. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 15 years ago
  7. aa4fe05 comparison of AltiVec vectors now gives bool result (fix for 7533) by Anton Yartsev · 15 years ago
  8. 5d93653 When forming the !srcloc mdnode for an inline asm, add the SourceLocations by Chris Lattner · 15 years ago
  9. 063e476 adjust for llvm mainline, yay type safety by Chris Lattner · 15 years ago
  10. 47fc7e9 factor some code out to a helper function, no functionality change. by Chris Lattner · 15 years ago
  11. e38be61 Fixes synthesis of type for the object which holds info. by Fariborz Jahanian · 15 years ago
  12. 74fb0ed Reset the lifetime-managed flag between emission of the agg conditional by John McCall · 15 years ago
  13. 83ce9d4 Support compound complex operations as l-values in C++. Add a test by John McCall · 15 years ago
  14. e220455 Implements __block API for c++ objects. There is still by Fariborz Jahanian · 15 years ago
  15. b418d74 Simplify some complex emission and implement correct semantics for by John McCall · 15 years ago
  16. 61ad0e6 Now that we have reliable cast kinds, simplify scalar cast IR gen. by John McCall · 15 years ago
  17. e2b7688 Kill CK_Unknown and flesh out the documentation for the existing CastKinds. by John McCall · 15 years ago
  18. 641ca7d Teach complex compound assignment IR-generation that the RHS of by John McCall · 15 years ago
  19. 57147a8 Change CXXNameMangler::mangleNeonVectorType to require the vector type to be by Bob Wilson · 15 years ago
  20. 3a72302 Use getTypeSize() method. by Bob Wilson · 15 years ago
  21. 7cd7d1a Add a new expression kind, OpaqueValueExpr, which is useful for by John McCall · 15 years ago
  22. 2715b20 Some cleanup of block API code. by Fariborz Jahanian · 15 years ago
  23. 858a546 Silence an unused variable warning during release builds by folding the by Chandler Carruth · 15 years ago
  24. daa8e4e Assorted work leading towards the elimination of CK_Unknown. by John McCall · 15 years ago
  25. ff624c1 Always emit full loads from volatile complex l-values. by John McCall · 15 years ago
  26. f3ea8cf Add a few more complex-related cast kinds that arise due to arbitrary by John McCall · 15 years ago
  27. eec8217 Removed unnecessary initialization of a flag which by Fariborz Jahanian · 15 years ago
  28. bc74764 Initialize couple of fields. by Fariborz Jahanian · 15 years ago
  29. 3499987 Block API patch to do copy ctor of copied-in cxx objects in by Fariborz Jahanian · 15 years ago
  30. 2bb5d00 Introduce five new cast kinds for various conversions into and by John McCall · 15 years ago
  31. 404cd16 Introduce a null-to-pointer implicit cast kind. by John McCall · 15 years ago
  32. 2348c62 Reduce string thrashing. by Benjamin Kramer · 15 years ago
  33. 4cfaa5d Use ASTContext::getTypeInfo to find the vector element size. by Bob Wilson · 15 years ago
  34. 491328c Add a separate NeonPolyVector kind to distinguish polynomial vector types. by Bob Wilson · 15 years ago
  35. c7df92d Add special-case mangling for Neon vector types. by Bob Wilson · 15 years ago
  36. 77d6605 Use a twine. by Benjamin Kramer · 15 years ago
  37. 8c457a8 Teach debug-info generation that SourceManager::getPresumedLoc() can by Douglas Gregor · 15 years ago
  38. e27e9d6 Adding couple of Block API, a bug fix and a test change, all for blocks. wip. by Fariborz Jahanian · 15 years ago
  39. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 15 years ago
  40. ee743f9 Use the right calling convention when mangling names in the Microsoft C++ by Charles Davis · 15 years ago
  41. 0b9c22b Remove the use of aliases in outputted code from ObjC (GNU runtime). by David Chisnall · 15 years ago
  42. cb0511c Remove debugging printf. Fix linux build. by Nick Lewycky · 15 years ago
  43. 3d155e6 Introduce the concept of a non-virtual base type to CGRecordLayoutBuilder as a first step towards fixing PR6995. by Anders Carlsson · 15 years ago
  44. 981b6fd Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect. by Argyrios Kyrtzidis · 15 years ago
  45. 4e3b17c When re-using a vtable slot for the nearest overridden method, just because by John McCall · 15 years ago
  46. 910f800 Remove broken support for variadic templates, along with the various by Douglas Gregor · 15 years ago
  47. 4468078 ARM EH uses a different personality function in C. by John McCall · 15 years ago
  48. 3030eb8 Simplify the logic for emitting guard variables for template static by John McCall · 15 years ago
  49. 2bd6250 std::nullptr_t is a fundamental type for RTTI purposes. by Anders Carlsson · 15 years ago
  50. e292368 Mangle std::nullptr_t as specified by the Itanium C++ ABI. by Anders Carlsson · 15 years ago
  51. e0d9876 Some fixes for synthesized ivar metadata (GNU runtime). by David Chisnall · 15 years ago
  52. 112c967 Ensure that static local variables in function templates inherit the by John McCall · 15 years ago
  53. 7281d1f Fix a crash mangling decayed val argument-typed function. by Fariborz Jahanian · 15 years ago
  54. f1d1d9a Simplify. Builtin types' context is always implied. by Devang Patel · 15 years ago
  55. a14f597 Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBaseClassOffset which returns the offset in CharUnits. Do the same thing for getVBaseClassOffset. by Anders Carlsson · 15 years ago
  56. af14603 Better solution: calculate the visibility of functions and variables by John McCall · 15 years ago
  57. f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 15 years ago
  58. bc07a55 Use CodeGenFunction's getContext(), for consistency. by Dan Gohman · 15 years ago
  59. 110e8e5 Restore r117644, this time properly ignoring -fvisibility and type visibility by John McCall · 15 years ago
  60. f4dd962 After processing named unions do not fall through to handle anonymous unions. by Devang Patel · 15 years ago
  61. 034f55c Revert r117644, "Apply visibility in IR gen to variables that are merely by Daniel Dunbar · 15 years ago
  62. 14e1bc9 Don't assert on attempts to throw 'bool'. I wonder if in the history of C++ by John McCall · 15 years ago
  63. 87a4ed9 Apply visibility in IR gen to variables that are merely declared by John McCall · 15 years ago
  64. 532105f Basic types are language defined builtins. They are always defined at top most level. by Devang Patel · 15 years ago
  65. 46ec70e When emitting l-values for bool non-__block decl references, make a pointer by John McCall · 15 years ago
  66. 8c37668 Directly use NamespaceDecl->getLocation() to find the source file. by Devang Patel · 15 years ago
  67. a2e5769 Stay within 80 columns. by Devang Patel · 15 years ago
  68. 95c225d Implement an indirect-goto optimization for goto *&&lbl and respect this by John McCall · 15 years ago
  69. 4bc4887 Fix context info for enums. Radar 8595129 by Devang Patel · 15 years ago
  70. 26815d9 Restore r117403 (fixing IR gen for bool atomics), this time being less by John McCall · 15 years ago
  71. 1189332 Revert r117403 as it caused PR8480. by Rafael Espindola · 15 years ago
  72. 354e712 Do the guarding of instantiated static data members by Fariborz Jahanian · 15 years ago
  73. d66f428 Also devirtualize calls to a member functions where the containing class has been marked final. by Anders Carlsson · 15 years ago
  74. bd2bfae If a virtual member function has the 'final' attribute, we can devirtualize calls to it. by Anders Carlsson · 15 years ago
  75. 92d835a Patch to provide guard when initializing instances by Fariborz Jahanian · 15 years ago
  76. 789a159 Extract procedures to do scalar-to-memory and memory-to-scalar conversions by John McCall · 15 years ago
  77. 043fb9a Factor out the code for emitting code to load vtable pointer members by Dan Gohman · 15 years ago
  78. 455553b Add infrastructure for emitting TBAA metadata with the "constant" flag. by Dan Gohman · 15 years ago
  79. b31c289 Trim an unnecessary #include. by Dan Gohman · 15 years ago
  80. 224d759 Factor out the code for creating the Root and Char nodes, so that by Dan Gohman · 15 years ago
  81. 8a97005 After discussion with Doug and John, I am reverting the patch. by Fariborz Jahanian · 15 years ago
  82. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 15 years ago
  83. 07ed93f Patch fixes miscompile with non-trivial copy constructors and by Fariborz Jahanian · 15 years ago
  84. 6802027 Delay record type's debug info emission, in -flimit-debug-info mode, if member expression's base is call expr. by Devang Patel · 15 years ago
  85. 3313357 Revert unintentional check-in. by Devang Patel · 15 years ago
  86. 58faf20 Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. by Devang Patel · 15 years ago
  87. 79ba2a6 More class anonymization. by Benjamin Kramer · 15 years ago
  88. 31da545 Rename clang's TBAA tree root from "experimental" to "simple". by Dan Gohman · 15 years ago
  89. 565cc44 Add some more comments. by Dan Gohman · 15 years ago
  90. 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 15 years ago
  91. 9cac494 Fix Whitespace. by Michael J. Spencer · 15 years ago
  92. 99aaae8 We shouldn't keep track of MMX registers "needed" separately from the SSE by Bill Wendling · 15 years ago
  93. 82b7d7b Fix some bugs in local class mangling brought up in PR8355. by John McCall · 15 years ago
  94. 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 15 years ago
  95. bb465d7 Reapply r116684 with fixes. The test cases needed to be updated. by Bill Wendling · 15 years ago
  96. b70fba4 Temporarily revert r116684. It was causing failures with by Bill Wendling · 15 years ago
  97. 51a9f53 The "gcc.dg/compat/vector-1 -m32" test was broken after the MMX rewrite. The by Bill Wendling · 15 years ago
  98. fd186ac Coding by inspection has its problems. by John McCall · 15 years ago
  99. 7ec404c objc_exception_rethrow does not take an exception argument. by John McCall · 15 years ago
  100. b10ce9f Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for by Daniel Dunbar · 15 years ago