1. e2be95b [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointer by David Majnemer · 10 years ago
  2. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  3. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  4. cb77930 Implementing C99 partial re-initialization behavior (DR-253) by Yunzhong Gao · 10 years ago
  5. 4e51dfc [CodeGen] Indirect fields can initialize a union by David Majnemer · 10 years ago
  6. 67fa0b8 [CodeGen] Handle flexible array members containing pointers to members by David Majnemer · 10 years ago
  7. 5fd33e0 Replace getPointeeType()->isFunctionType with isMemberDataPointerType by David Majnemer · 11 years ago
  8. e3b172a [opaque pointer type] Update for GEP API changes in LLVM by David Blaikie · 11 years ago
  9. 8062eb6 CodeGen: Correctly initialize bitfields with non-constant initializers by David Majnemer · 11 years ago
  10. 90d8544 CodeGen: Optimize emssion of zeroinitialzied arrays by David Majnemer · 11 years ago
  11. 17e2633 CodeGen: Compound literals with funny types shouldn't crash by David Majnemer · 11 years ago
  12. ee7cf84 Use nullptr to silence -Wsentinel when self-hosting on Windows by Reid Kleckner · 11 years ago
  13. 8e13396 CodeGen: ConstStructBuilder must verify packed constraints after padding by David Majnemer · 11 years ago
  14. bf972bb Revert r220153: "CodeGen: ConstStructBuilder must verify packed constraints after padding" by Chandler Carruth · 11 years ago
  15. afefe97 CodeGen: ConstStructBuilder must verify packed constraints after padding by David Majnemer · 11 years ago
  16. 2213bfe CodeGen: Kill FillInNullDataMemberPointers by David Majnemer · 11 years ago
  17. 453e056 Fix IRGen for referencing a static local before emitting its decl by Reid Kleckner · 11 years ago
  18. ed8ecc8 Allow __fp16 as a function arg or return type for AArch64 by Oliver Stannard · 11 years ago
  19. 77be48a PR18097: Support initializing an _Atomic(T) from an object of C++ class type T by Richard Smith · 11 years ago
  20. 8a13c41 [C++11] Use 'nullptr'. CodeGen edition. by Craig Topper · 11 years ago
  21. 9da2a79 Objective-C [IRGen]. Fixes a crash in IRGen involving use of by Fariborz Jahanian · 12 years ago
  22. 10e3ef8 Bug 18567: Fix constantexpr pointer casts with address spaces. by Matt Arsenault · 12 years ago
  23. 445a939 [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() with iterator_range vbases(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  24. 574705e [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  25. e8a8bae [C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  26. a724cff Rename isBuiltinCall() to getBuiltinCallee() by Alp Toker · 12 years ago
  27. e146832 Add front-end infrastructure now address space casts are in LLVM IR. by David Tweed · 12 years ago
  28. 8b5987e Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 12 years ago
  29. 143c55e AST: Handle qualified array types in typeid() expressions by David Majnemer · 12 years ago
  30. 75807f2 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 12 years ago
  31. 4c27ac2 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 12 years ago
  32. 2782dac Rewrite record layout for ms_struct structs. by Eli Friedman · 12 years ago
  33. cc1b96d PR12086, PR15117 by Richard Smith · 12 years ago
  34. e6c0144 Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 12 years ago
  35. 852c9db C++1y: Allow aggregates to have default initializers. by Richard Smith · 13 years ago
  36. cb9efbe Allow EmitConstantInit() to emit constant initializers for objects with trivial constructors and non-trivial destructors. Test that such objects are ignored by init-order checker. by Alexey Samsonov · 13 years ago
  37. d03d99d Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 13 years ago
  38. dd7f456 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 13 years ago
  39. 1b4fb3e Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 13 years ago
  40. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  41. cc7f008 c++ IRGen. In trivial cases that object is going into static by Fariborz Jahanian · 13 years ago
  42. 33accdf Don't assert/crash on reference variables in lambdas bound to a by Eli Friedman · 13 years ago
  43. ffd5551 Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 13 years ago
  44. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  45. 9ee2d047 Make -mms-bitfields behave consistently. by Eli Friedman · 13 years ago
  46. cf4ff586 Add codegen support for __uuidof(). by Nico Weber · 13 years ago
  47. dd31ca1 Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  48. c030bcd Remove some redundancy from constant aggregate emission. No functionality change. by Richard Smith · 13 years ago
  49. 1a5e423 Changing of type checking order on InitListExpr by Jin-Gu Kang · 13 years ago
  50. 34866c7 Change the representation of builtin functions in the AST by Eli Friedman · 13 years ago
  51. 2ef3031 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 13 years ago
  52. d3b01bc Support the tls_model attribute (PR9788) by Hans Wennborg · 13 years ago
  53. 40ed297 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 13 years ago
  54. 2d7c57e Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 14 years ago
  55. 9ec1e48 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 14 years ago
  56. 5a125b4 Missing piece of r153720: make sure the vtable pointer is handled correctly. by Eli Friedman · 14 years ago
  57. a154dd5 ConstStructBuilder: fix offset math for base classes so it works correctly in general. Found by inspection. by Eli Friedman · 14 years ago
  58. effcd47 Make sure constant emission handles initializer lists with strings correctly. Part of <rdar://problem/10957867>. by Eli Friedman · 14 years ago
  59. bc638767 Reinstate r151879, r151880, reverted in r151922, along with a bugfix for by Richard Smith · 14 years ago
  60. 4a7eab2 CodeGen support for global variables of type std::initializer_list<X>. by Sebastian Redl · 14 years ago
  61. c899892 PR12067: When emitting an evaluated constant structure in C++11 mode, don't by Richard Smith · 14 years ago
  62. ed90df3 Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 14 years ago
  63. e6c32e6 Refuse to compile global std::initializer_lists instead of doing completely the wrong thing. by Sebastian Redl · 14 years ago
  64. c62bb39 Split reinterpret_casts of member pointers out from CK_BitCast; this by John McCall · 14 years ago
  65. 8001f74 Use a simpler (and more efficient) pattern to pad vectors. by Benjamin Kramer · 14 years ago
  66. 6331c40 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 14 years ago
  67. 7ac7472 Bump up the initial vector size to avoid having to grow the vector more often. by Bill Wendling · 14 years ago
  68. ece0409 simplify a bunch of code to use the well-known LLVM IR types computed by CodeGenModule. by Chris Lattner · 14 years ago
  69. 9972958 Use a more efficient container for these values. Also reserve space when using a by Bill Wendling · 14 years ago
  70. 1e375fa Use a SmallVector instead of std::vector. This improves compilation time in by Bill Wendling · 14 years ago
  71. bf21cac Don't recalculate the size of the array each time through the for-loop. by Bill Wendling · 14 years ago
  72. 72977a1 simplify code and smallvectorize. by Chris Lattner · 14 years ago
  73. 9c81833 reapply the patches reverted in r149477, which enable ConstantDataArray. by Chris Lattner · 14 years ago
  74. a11b35a Revert r149363 which was part a series of commits that were reverted in llvm by Argyrios Kyrtzidis · 14 years ago
  75. f4a4bec ConstantArray::get() (for strings) is going away, use by Chris Lattner · 14 years ago
  76. dd5bdd8 Remove constant member pointer support from Expr-based constant emission now by Richard Smith · 14 years ago
  77. fa35df6 Some improvements to the handling of C11 atomic types: by David Chisnall · 14 years ago
  78. dafff94 constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, by Richard Smith · 14 years ago
  79. c4b251d Implement the missing pieces of Evaluate for _Complex types. With that complete, remove some code from CGExprConstant which is no longer necessary. While I'm here, a couple minor tweaks to _Complex-in-C++. (Specifically, make _Complex types literal types, and don't warn for _Complex int.) by Eli Friedman · 14 years ago
  80. b1bc368 Address Richard's review comments on r147561 (Evaluate support for address-of-label differences). by Eli Friedman · 14 years ago
  81. fd5e54d Add an APValue representation for the difference between two address-of-label expressions. Add support to Evaluate and CGExprConstant for generating/handling them. Remove the special-case for such differences in Expr::isConstantInitializer. by Eli Friedman · 14 years ago
  82. 6e52514 constexpr: support for evaluation and codegen of typeid constants. by Richard Smith · 14 years ago
  83. 5c9cd7a Fix a failure (which led to a crash) in constant emission code with vector compound literals. by Eli Friedman · 14 years ago
  84. dae858a Make sure we correctly zero-initialize unions containing a pointer to data member as the first field. PR11487. by Eli Friedman · 14 years ago
  85. 2d988f0 Use static storage duration for file-scope compound literals, even when they by Richard Smith · 14 years ago
  86. 027bf11 Constant expression evaluation: add support for evaluation of member pointers by Richard Smith · 14 years ago
  87. ce40ad6 Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 14 years ago
  88. d62306a Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 14 years ago
  89. f3e9e43 Constant expression evaluation: support for arrays. by Richard Smith · 14 years ago
  90. ffc8ca2 Rip out CK_GetObjCProperty. by John McCall · 14 years ago
  91. fcec630 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 14 years ago
  92. 7b553f1 Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will by Richard Smith · 14 years ago
  93. 9190e19 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 14 years ago
  94. f0c267e Provide half floating point support as a storage only type. by Anton Korobeynikov · 14 years ago
  95. fde961d PR11124: Don't overwrite memory outside of a base class when performing zero-initialization before running its constructor. by Eli Friedman · 14 years ago
  96. caf3390 Constant expression evaluation refactoring: by Richard Smith · 14 years ago
  97. aa347f9 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 14 years ago
  98. 83d382b Switch assert(0/false) llvm_unreachable. by David Blaikie · 14 years ago
  99. 6b9c41e Add list initialization for complex numbers in C. Essentially, this allows "_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. by Eli Friedman · 14 years ago
  100. 2d637d2 Rename the ARC cast kinds to start with "ARC". by John McCall · 14 years ago