1. 7a22f02 revert r101568, which miscompiles this testcase, distilled from ldecod: by Chris Lattner · 14 years ago
  2. 26d2427 New test to verify that we see constant integers here. by Eric Christopher · 14 years ago
  3. 691ebc3 Consolidate most of the integer constant expression builtin requirement by Eric Christopher · 14 years ago
  4. 1c6c64b emit warn_char_constant_too_large at most once per literal, fixing PR6852 by Chris Lattner · 14 years ago
  5. 2b334bb make our existing "switch on bool" warning work for C. Since by Chris Lattner · 14 years ago
  6. ca7eaee If a non-noreturn virtual member function is guaranteed not to return, by Douglas Gregor · 14 years ago
  7. 6784704 fix PR6766: codegen of var initialized with wide char by Nuno Lopes · 14 years ago
  8. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 14 years ago
  9. e74ef12 Rework USR generation for symbols with no linkage. Many of the USRs are now shortened, by Ted Kremenek · 14 years ago
  10. 69cf5de add another test for the undef patch just for to have peace of mind :) by Nuno Lopes · 14 years ago
  11. d39a0d6 fix a bogus assertion exposed by a recent change: packing the by Chris Lattner · 14 years ago
  12. cdb30b4 emit padding as undef values, take 2 by Nuno Lopes · 14 years ago
  13. d617b85 Static analyzer: Don't crash when casting a symbolic region address to a float. Fixes PR 6854. by Ted Kremenek · 14 years ago
  14. 4cf6f5f More work on wide bit-fields, WIP. by Anders Carlsson · 14 years ago
  15. 72468ec Start working on handling wide bitfields in C++ by Anders Carlsson · 14 years ago
  16. 66791df Only predefine the macro _GNU_SOURCE in C++ mode when we're on a by Douglas Gregor · 14 years ago
  17. ce487ef Fix a bug in caret-line-pruning logic that only happens when we have a by Douglas Gregor · 14 years ago
  18. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 14 years ago
  19. 2ba6c81 Specify temporary file for -emit-llvm output in test case so that we don't deposit the file by Ted Kremenek · 14 years ago
  20. c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 14 years ago
  21. bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 14 years ago
  22. 1b49d76 Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default by Ted Kremenek · 14 years ago
  23. 9791357 Split adding the primary virtual base offsets out into a separate pass. This fixes a bug where we would lay out virtual bases in the wrong order. by Anders Carlsson · 14 years ago
  24. af68d4e Fix a few cases where enum constant handling was using by Douglas Gregor · 14 years ago
  25. d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 14 years ago
  26. 2677261 IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  27. e57aa9e Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. by Eric Christopher · 14 years ago
  28. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 14 years ago
  29. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  30. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 14 years ago
  31. 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 14 years ago
  32. ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  33. 1aae80b Thread a Scope pointer into BuildRecoveryCallExpr to help typo by Douglas Gregor · 14 years ago
  34. aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 14 years ago
  35. 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 14 years ago
  36. 96c250a Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself.", I think it might be breaking bootstrap. by Daniel Dunbar · 14 years ago
  37. 86d0ef7 Improve line marker directive locations, patch by Jordy Rose by Chris Lattner · 14 years ago
  38. 89cdaa9 IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  39. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 14 years ago
  40. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  41. 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 14 years ago
  42. f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 14 years ago
  43. 74256f5 Parse friend template ids as types instead of ending up in by John McCall · 14 years ago
  44. aa1d761 Add encoding of reference types like gcc does for objc methods and by Fariborz Jahanian · 14 years ago
  45. 21c0160 Fix an embarrasing memory error. I was apparently very tired when I wrote this by John McCall · 14 years ago
  46. 77e8b11 Support befriending members of class template specializations. by John McCall · 14 years ago
  47. 15bd588 Variation of objc_copyStruct API generation when by Fariborz Jahanian · 14 years ago
  48. 8ce9e45 Rework the ConstStructBuilder code to emit missing initializer by Chris Lattner · 14 years ago
  49. 553e583 make the rewriter add a #ifndef around the #define of __attribute__. by Chris Lattner · 14 years ago
  50. aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 14 years ago
  51. d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 14 years ago
  52. 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 14 years ago
  53. b21b1c9 Remove this test for now until I can figure out by Fariborz Jahanian · 14 years ago
  54. 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 14 years ago
  55. 984152f Modify test to be darwin specific. by Fariborz Jahanian · 14 years ago
  56. 0b2bd47 Add support for objc_copyStruct to enforce by Fariborz Jahanian · 14 years ago
  57. cd9199e Fix debug info for cleanup block. by Devang Patel · 14 years ago
  58. a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 14 years ago
  59. 88aae91 make the preprocessor listen to linemarker directives in -E mode, by Chris Lattner · 14 years ago
  60. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 14 years ago
  61. 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 14 years ago
  62. 987aa87 Add fixit hint for missing ':' in ternary expressions. by Ted Kremenek · 14 years ago
  63. 0eea9f9 fix PR6660/6168: emit padding as zeros instead of undef. Because by Chris Lattner · 14 years ago
  64. 01e56ae Implement C++ [temp.local]p4, which specifies how we eliminate by Douglas Gregor · 14 years ago
  65. a7a98c9 fix PR6819 by Chris Lattner · 14 years ago
  66. 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 14 years ago
  67. 6275e0c When creating the implicitly-declared special member functions, be by Douglas Gregor · 14 years ago
  68. 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 14 years ago
  69. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 14 years ago
  70. 7683a3f Add another test case for r101029, which verifies that we now by Douglas Gregor · 14 years ago
  71. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 14 years ago
  72. 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 14 years ago
  73. a823d6a fix a rejects-valid bug that I introduced, pointed out by David Chisnall by Chris Lattner · 14 years ago
  74. 236beab fix a rejects-valid testcase involving super that I dreamt up. by Chris Lattner · 14 years ago
  75. 966c78b change Scope::WithinElse to be a normal scope flag, widen the by Chris Lattner · 14 years ago
  76. cf7cfe8 fix this test. by Chris Lattner · 14 years ago
  77. 3023747 xfail this test for now. by Chris Lattner · 14 years ago
  78. 00e2c63 fix an invalid use of super, you can't use super like this in a block! by Chris Lattner · 14 years ago
  79. 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 14 years ago
  80. 69c05d5 Typo. by Nick Lewycky · 14 years ago
  81. e8551e4 fix PR6287 by accepting and ignoring the returns_twice attribute. by Chris Lattner · 14 years ago
  82. 21b7323 Unbreak test on windows. by Ted Kremenek · 14 years ago
  83. 73e6fa0 Fix another bug where we wouldn't generate secondary vtables for construction vtables in some cases. by Anders Carlsson · 14 years ago
  84. 1ee6cad Add CIndex support for blocks. by Ted Kremenek · 14 years ago
  85. af6ddf2 Fix a bug where we were adding too many vcall offsets in some cases. by Anders Carlsson · 14 years ago
  86. b9342fb avoid double negatives by Chris Lattner · 14 years ago
  87. 115c1b9 Fix CFG bug where bases of member expressions were not always evaluated in a lvalue context. Fixes <rdar://problem/7813989>. by Ted Kremenek · 14 years ago
  88. e6da20f Fix run line so this test actually tests something. by Benjamin Kramer · 14 years ago
  89. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 14 years ago
  90. 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 14 years ago
  91. 5f6480d Simplify test, in the hopes of making linux happy. by Daniel Dunbar · 14 years ago
  92. 573021f Fix another vbase layout bug. by Anders Carlsson · 14 years ago
  93. f622b45 Fix a bug where we would add the same function twice in a vtable. by Anders Carlsson · 14 years ago
  94. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 14 years ago
  95. bdda6c1 Simplify the virtual base layout code and fix a bug where we wouldn't store the offset for a virtual base. by Anders Carlsson · 14 years ago
  96. c24b9c4 fix PR6805: llvm.objectsize changed to take an i1 instead of an i32. by Chris Lattner · 14 years ago
  97. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 14 years ago
  98. 467ebc9 Tweak test for portability. by Daniel Dunbar · 14 years ago
  99. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  100. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 14 years ago