1. 2fb3ea3 Simplify the interesting-region code by assimmilating blocks of non-whitespace text with each expansion step. It's easier and seems to have better results. by Douglas Gregor · 15 years ago
  2. fd6b4f3 Handle 'long x = 0; char *y = (char *) x;' by layering an by Ted Kremenek · 15 years ago
  3. cfe1f9d Tweak the extraction of the "interesting" part of a source range in two ways: by Douglas Gregor · 15 years ago
  4. f936f45 Per conversations with Zhongxing, add an 'element type' to by Ted Kremenek · 15 years ago
  5. 0c6db94 Implement support for comparing pointers with <, >, <=, >=, ==, and != by Douglas Gregor · 15 years ago
  6. 885c27b retain checker: by Ted Kremenek · 15 years ago
  7. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  8. 7faca82 retain checker: RetainSummaryManager now has a 'DefaultSummary' object by Ted Kremenek · 15 years ago
  9. 3189e4b PR4143: don't crash generating debug info for incomplete enum types. by Eli Friedman · 15 years ago
  10. 22fe248 retain checker: Don't bother using a FoldingSet to unique summaries. by Ted Kremenek · 15 years ago
  11. 5c66760 Remove unnecessary push_back (at least, I think it's unnecessary); by Eli Friedman · 15 years ago
  12. 3715328 Don't allow clients to traverse into superclass synthesized properties by Daniel Dunbar · 15 years ago
  13. 609e5c3 Set COLUMNS=0 to disable wrapping instead of a random large number. by Daniel Dunbar · 15 years ago
  14. 5f86567 Test a few more bits of the driver. by Daniel Dunbar · 15 years ago
  15. b987631 Nightly test coverage reporting is back online. by Daniel Dunbar · 15 years ago
  16. e05cc98 Inline GetFieldBaseOffset into sole callsite. by Daniel Dunbar · 15 years ago
  17. 900c198 Avoid recomputing field offsets. by Daniel Dunbar · 15 years ago
  18. 31682fd Normalize formatting by Daniel Dunbar · 15 years ago
  19. f4287fd Make diagnostic printing more deterministic when running tests. by Daniel Dunbar · 15 years ago
  20. 613e12a svn:ignore Debug+Coverage dirs by Daniel Dunbar · 15 years ago
  21. 1ef29d2 Fix an infinite loop in diagnostic printing. by Daniel Dunbar · 15 years ago
  22. 6fdca0e Fix for PR3841: follow gcc's example and fall back to the system by Eli Friedman · 15 years ago
  23. 5320285 PR2524: downgrade taking address of expression of type 'void' to an by Eli Friedman · 15 years ago
  24. c0d600c Fix/re-enable test. by Eli Friedman · 15 years ago
  25. 9c2b347 Disable this test case, I'm tired of seeing red. :) by Daniel Dunbar · 15 years ago
  26. 5a5a803 Use the implementation decl for looking up offset while building the by Daniel Dunbar · 15 years ago
  27. a74869c Rename test case by Daniel Dunbar · 15 years ago
  28. 686a21b Fix the testcase for PR4132. by Eli Friedman · 15 years ago
  29. 9668255 Add RegionStore test that illustrates a bogus array-out-of-bounds error. by Ted Kremenek · 15 years ago
  30. 3b660ef PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 15 years ago
  31. d9b856f Fix for PR4132: make sure to insert whitespace consistently before a by Eli Friedman · 15 years ago
  32. 953e8ab Add failing test case. by Ted Kremenek · 15 years ago
  33. 43907e8 Fix comment to account for r70786. by Eli Friedman · 15 years ago
  34. 5e22213 PR4133: fix always_inline implementation to be consistent with gcc. by Eli Friedman · 15 years ago
  35. 31ccf37 Make codegen for constructors work again. by Anders Carlsson · 15 years ago
  36. ed4ec8f One can use "class" and "struct" interchangeably to refer to a class by Douglas Gregor · 15 years ago
  37. 578aa64 assert that mangleName is not called for C++ ctors/dtors. by Anders Carlsson · 15 years ago
  38. 2167de4 Fix crash in source-line truncation code for diagnostic by Douglas Gregor · 15 years ago
  39. ee1ec39 Remove ASTContext::addRecordToClass. by Daniel Dunbar · 15 years ago
  40. 7c9f6c5 It turns out BuildAggrIvarLayout wasn't even using the shadow struct, by Daniel Dunbar · 15 years ago
  41. 25d583e Lift common subexpression, remove dead "base" variable. by Daniel Dunbar · 15 years ago
  42. d58edcb Factor out BuildAggrIvarRecordLayout routine. by Daniel Dunbar · 15 years ago
  43. 5e563dd Lift out GetGCAttrTypeForType routine. by Daniel Dunbar · 15 years ago
  44. 8b2926c Add constructors for GC_IVAR and SKIP_SCAN, tighten up uses. by Daniel Dunbar · 15 years ago
  45. 73c64e5 Hook msp430 in by Anton Korobeynikov · 15 years ago
  46. a7c4717 Whitespace cleanup by Anton Korobeynikov · 15 years ago
  47. 487993b Normalize style, remove a dead assert. by Daniel Dunbar · 15 years ago
  48. 532d4da Use ASTRecordLayout for computing ivar offsets instead of shadow by Daniel Dunbar · 15 years ago
  49. 9f89f2b Add a ComputeIvarBaseOffset overload taking an implementation by Daniel Dunbar · 15 years ago
  50. d8fd6ff Fix a possible memory error, the record layout entry could be by Daniel Dunbar · 15 years ago
  51. 453addb Implement the interface/implementation layout distinction. by Daniel Dunbar · 15 years ago
  52. 2bebbf0 Compute Objective-C metadata size information from the record layout, by Daniel Dunbar · 15 years ago
  53. b2dbbb9 Split out getASTObjCImplementationLayout by Daniel Dunbar · 15 years ago
  54. 24cbfb9 Remove an unneeded special case. by Daniel Dunbar · 15 years ago
  55. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 15 years ago
  56. 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 15 years ago
  57. 0bdaa5b look at the right operand when increasing the size of an asm output, by Chris Lattner · 15 years ago
  58. 5384b09 Remove unused argument. by Daniel Dunbar · 15 years ago
  59. 1d7e539 Coalesce the ivar offset calculation further. by Daniel Dunbar · 15 years ago
  60. cb6929b temporary hack to work around PR4128 by Chris Lattner · 15 years ago
  61. ebfc985 don't shadow 'i' by Chris Lattner · 15 years ago
  62. 3351f11 allow references to the larger value in a tied constraint by Chris Lattner · 15 years ago
  63. 58bce89 code cleanup, avoid shadowing i. by Chris Lattner · 15 years ago
  64. a077b5c add support for tying asm operands where the result is smaller than by Chris Lattner · 15 years ago
  65. 50ac766 Remove typo by Daniel Dunbar · 15 years ago
  66. ede9d90 implement support for asm outputs targetting non-simple lvalue destinations by Chris Lattner · 15 years ago
  67. e38df86 Use type from ivar instead of from shadow struct field. by Daniel Dunbar · 15 years ago
  68. 72056a2 Don't insert an extra ParenExpr around asm operands. by Eli Friedman · 15 years ago
  69. 4df4ee0 handle codegen of asms where a small input is tied to a large output. by Chris Lattner · 15 years ago
  70. 481fef9 refactor some code to get the input/output constraint info before by Chris Lattner · 15 years ago
  71. f69fcae If we have mismatched integer tied operands, but the operand by Chris Lattner · 15 years ago
  72. fa780fc add a flag to output asm constraints so that we efficiently know by Chris Lattner · 15 years ago
  73. c1f3b28 avoid a crash when we encounter a implicit cast of the paren expr due to by Chris Lattner · 15 years ago
  74. 9251143 Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or "copy" in their name should be treated as owned by Ted Kremenek · 15 years ago
  75. 586d6a8 Fix silly mistake that was breaking tests. Sorry for any inconvenience. by Eli Friedman · 15 years ago
  76. 7adaa18 rename some variables, improve comments. by Chris Lattner · 15 years ago
  77. 806503f refactor matched operand type checking to happen after the AsmStmt is created, by Chris Lattner · 15 years ago
  78. b77449c Convert ArgEffects from an std::vector to an ImmutableMap. This will make it much easier to clean up the summary generation logic with annotations. by Ted Kremenek · 15 years ago
  79. 3c77f72 Add diagnostic for r70658. by Eli Friedman · 15 years ago
  80. d875fed Add Sema support for __builtin_setjmp/__builtin_longjmp. The primary by Eli Friedman · 15 years ago
  81. eff4b3c Rename isTrackedObjectType() -> isTrackedObjCObjectType(). by Ted Kremenek · 15 years ago
  82. 844da34 When a fix-it hint would span multiple lines, don't print it; half a by Douglas Gregor · 15 years ago
  83. 7d101f6 When we truncate a source line to fit it within the terminal width, by Douglas Gregor · 15 years ago
  84. 44cf08e Respect the COLUMNS environment variable for word-wrapping (so we get by Douglas Gregor · 15 years ago
  85. ad04e67 Fix invalid error about duplicate declaration of padding bit field in by Daniel Dunbar · 15 years ago
  86. 3e001f3 region store: make Retrieve() can retrieve embedded array correctly. Also by Zhongxing Xu · 15 years ago
  87. 45d604e Remove ccc from the makefile as well. by Daniel Dunbar · 15 years ago
  88. b83074d ccc is dead. by Daniel Dunbar · 15 years ago
  89. 08617b1 Driver: Treat -m32 and -m64 as "driver-only" arguments. by Daniel Dunbar · 15 years ago
  90. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 15 years ago
  91. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  92. 5ddce19 Use clang to find clang-cc, if it isn't in path. by Daniel Dunbar · 15 years ago
  93. a7e1898 when creating custom warning diagnostics, do not attempt to map by Chris Lattner · 15 years ago
  94. dd924e2 retain/release checker: Enhance leak description to say that the bug by Ted Kremenek · 15 years ago
  95. 5992e4a Fix a thinko and a test. by Anders Carlsson · 15 years ago
  96. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  97. f9b8bc6 Downgrade the invalid offsetof error to a warning. by Anders Carlsson · 15 years ago
  98. 33bbbc5 When determining whether an expression refers to a bit-field, look by Douglas Gregor · 15 years ago
  99. b3b0b36 Add CFG support for @synchronized. This fixes <rdar://problem/6848820>. by Ted Kremenek · 15 years ago
  100. ac7c814 When creating a dwarf record type for an objc interface, make sure to propagate by Chris Lattner · 15 years ago