1. db75ad9 Fix test, which could miss failures, and also avoid leaving temporary .i file in by Daniel Dunbar · 15 years ago
  2. 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 15 years ago
  3. 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
  4. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  5. 994b6cb Address comments from Doug. by Anders Carlsson · 15 years ago
  6. 1fe067a Test template argument deduction on function types a little more by Douglas Gregor · 15 years ago
  7. a27fad5 Template argument deduction for function types. by Anders Carlsson · 15 years ago
  8. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  9. 02d95ba Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. by Anders Carlsson · 15 years ago
  10. fc0f021 Template instantiation support for Obj-C @encode expressions. by Anders Carlsson · 15 years ago
  11. 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
  12. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  13. 61d004a PR4339: make sure to properly extend/trunc the index of a vector element by Eli Friedman · 15 years ago
  14. dc5a1bd Test changes to account for removed builtins. by Eli Friedman · 15 years ago
  15. 7986519 Switch CMake testing over to use Daniels new(er) Python-based infrastructure. by Douglas Gregor · 15 years ago
  16. 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
  17. 547d495 Fix: by Ted Kremenek · 15 years ago
  18. b9d8db8 Enhance attribute cf_returns_retained to also work (in the analyzer) by Ted Kremenek · 15 years ago
  19. 2968b77 weak_import should not make definitions have weak linkage. by Daniel Dunbar · 15 years ago
  20. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  21. f5dba38 Clean up Clang regression testing in CMake, so that we get more by Douglas Gregor · 15 years ago
  22. eb357b6 First cut at regression testing Clang with CMake by Douglas Gregor · 15 years ago
  23. fdf4986 ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read by Daniel Dunbar · 15 years ago
  24. fcf3de3 Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. by Daniel Dunbar · 15 years ago
  25. 1dbe36a Update test to work with the limited Sema for #pragma weak. by Eli Friedman · 15 years ago
  26. f4e2a2c Fix another crash and actually make the test case work. by Anders Carlsson · 15 years ago
  27. 9bff9a9 Fix a case when the TemplateArgs vector can be empty. by Anders Carlsson · 15 years ago
  28. 199d991 Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
  29. 29b1d07 Test for parsing #pragma weak. by Eli Friedman · 15 years ago
  30. a59cadc NoRedZone attribute test case. by Devang Patel · 15 years ago
  31. 147bd64 PR4326: Handle constant evaluation for void* pointer subtraction correctly. by Eli Friedman · 15 years ago
  32. 0b308ad Clean up builtin lists, add a few new builtins. (I re-sorted the by Eli Friedman · 15 years ago
  33. 4d6fb50 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 15 years ago
  34. d560d50 Template argument deduction for references by Douglas Gregor · 15 years ago
  35. 0b9247f When performing template argument deduction, ensure that multiple by Douglas Gregor · 15 years ago
  36. 34ebf4d PR4316: Fix IRGen for cast-to-union extension. by Eli Friedman · 15 years ago
  37. 56db7e8 Add more retain-checker tests for GC mode when using NSMakeCollectable. by Ted Kremenek · 15 years ago
  38. 4027cd1 Place the GC attribute on the same relative pointer by Fariborz Jahanian · 15 years ago
  39. e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
  40. bb32e6d Back out r72764; I should have looked more carefully before committing by Eli Friedman · 15 years ago
  41. a3c29e1 PR3678: Add support for "Yt" asm register constraint. by Eli Friedman · 15 years ago
  42. c4db24a PR4290: Handle vfprintf in a way that doesn't give any diagnostics for by Eli Friedman · 15 years ago
  43. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  44. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 15 years ago
  45. 86f4385 Diagnose misuse of __strong attribute in a redeclaration. by Fariborz Jahanian · 15 years ago
  46. 8df7a28 Issue diagnostics on __weak attribute mismatch. by Fariborz Jahanian · 15 years ago
  47. a6d75c0 Add support for __builtin_unwind_init. by Eli Friedman · 15 years ago
  48. b92abb4 PR4142: Add %m format string specifier. by Eli Friedman · 15 years ago
  49. 3e753e2 PR4288: Make -dD (dump macros with preprocessed source) play nicely with by Eli Friedman · 15 years ago
  50. 22869e6 Remove test which doesn't pass with gcc. by Eli Friedman · 15 years ago
  51. 585f7b2 This patch attempts to fix the merging of __strong/__weak attributes by Fariborz Jahanian · 15 years ago
  52. 102e390 A corner case of objc2 gc's write-barrier generation for the Next runtime. by Fariborz Jahanian · 15 years ago
  53. 6c9b315 Fixed a test case which I am to blame for making it not runaable. by Fariborz Jahanian · 15 years ago
  54. bacf3d7 Update test case. by Daniel Dunbar · 15 years ago
  55. 3fbc473 PR4289: Make sure "&func" has the right LLVM type when "func" is a by Eli Friedman · 15 years ago
  56. bc4e29f PR4287: allow a variadic prototype to make a subsequent K&R style by Eli Friedman · 15 years ago
  57. c13f9f0 Simplify run line. by Eli Friedman · 15 years ago
  58. 2a1c363 PR4283: Don't truncate multibyte character constants in the preprocessor. by Eli Friedman · 15 years ago
  59. 852d63b Disable type merging with gc attributes. This has a number of nasty by Eli Friedman · 15 years ago
  60. a53f93b After spending 15 minutes trying to figure out why this was crashing, I realized it was a bug in the test case :) by Anders Carlsson · 15 years ago
  61. 215bd20 Fix a thinko. by Anders Carlsson · 15 years ago
  62. f110853 Check for null correctly for new expressions. by Anders Carlsson · 15 years ago
  63. d3fd6ba Improve irgen of 'new' further. by Anders Carlsson · 15 years ago
  64. 627a3e5 ...and aggregate POD types. by Anders Carlsson · 15 years ago
  65. 3923e95 Support for complex types. by Anders Carlsson · 15 years ago
  66. 6d0ffad Better support for scalar POD types in 'new' expressions. by Anders Carlsson · 15 years ago
  67. d958389 Make sure to copy back arguments that can be changed by FindAllocationOverload. This fixes placement new. (Sebastian, please review). by Anders Carlsson · 15 years ago
  68. ed4e367 Very basic irgen support for new expressions. by Anders Carlsson · 15 years ago
  69. fc27d26 Fix an off by one error when trying to perform copy initialization of operator new and operator delete arguments. Sebastian, please review. by Anders Carlsson · 15 years ago
  70. 8662587 Downgrade an error about "return in a no-return function" from being by Chris Lattner · 15 years ago
  71. 3cc9726 Disallow exception specs on typedefs. by Sebastian Redl · 15 years ago
  72. bb6415c Fix for PR4285: allow intializing a const wchar_t array with a wide string. by Eli Friedman · 15 years ago
  73. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago
  74. 2be5861 Some small fixes for fields of reference type. by Eli Friedman · 15 years ago
  75. f89bb0f Replace a cast with a dyn_cast as suggested by Doug. by Anders Carlsson · 15 years ago
  76. 59e6357 AST printing for C++ base classes by Douglas Gregor · 15 years ago
  77. 6c9c940 Pretty printing and improved representation for namespace alias declarations by Douglas Gregor · 15 years ago
  78. 8419fa3 Printing for using directives, e.g., by Douglas Gregor · 15 years ago
  79. 6620a62 Never suppress specifiers when printing the parameters of a function by Douglas Gregor · 15 years ago
  80. 4572bab Improve __builtin_nanf support; we now can deal with them as constants. by Mike Stump · 15 years ago
  81. d12ef8d Add a member lookup criteria constructor for searching for overridden virtual member functions. Use this instead of regular name lookup when checking for overriding functions so we will see declarations that would otherwise be hidden. Fixes 6902298. by Anders Carlsson · 15 years ago
  82. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  83. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
  84. e540858 Make sure we don't give the wrong warning, and make sure not to set by Eli Friedman · 15 years ago
  85. bdad6b6 Re-add a slightly more general version of the check from r72578; it is by Eli Friedman · 15 years ago
  86. 8718a6a Revert r72575, which isn't really right, and fix up other code to by Eli Friedman · 15 years ago
  87. ef65f06 Reject incomplete types in exception specs. by Sebastian Redl · 15 years ago
  88. e47590e Fix usage of placement new. Placement new is not actually declared implicitly. by Sebastian Redl · 15 years ago
  89. 4f54f4e Avoid dumping during semantic analysis when checking array types when by Mike Stump · 15 years ago
  90. 46cd81f We don't want to validate bad code, by Mike Stump · 15 years ago
  91. 2d3b36e Note another case that doesn't work yet. by Mike Stump · 15 years ago
  92. 7f79f9b Fixup the rest of the trivial cases of the codegen of volatile. If by Mike Stump · 15 years ago
  93. 6a7330c Disallow exception specifications on multi-level indirections. by Sebastian Redl · 15 years ago
  94. 7b0a572 Follow-on test case for template instantiation of interesting DeclGroups by Douglas Gregor · 15 years ago
  95. 8e92bf3 Now that we have declared/defined tag types within DeclGroups, by Douglas Gregor · 15 years ago
  96. 402abb5 When we parse a tag specifier, keep track of whether that tag by Douglas Gregor · 15 years ago
  97. 2dce5f8 PR4281: Fix bogus CodeGen assertion. The issue is that by Eli Friedman · 15 years ago
  98. c177aa2 Add the missing public: thanks, Fariborz by Douglas Gregor · 15 years ago
  99. bc22163 Introduced DeclContext::isDependentContext, which determines whether a by Douglas Gregor · 15 years ago
  100. 8c0d8a2 update test for r72519 by Chris Lattner · 15 years ago