1. d76d47e Fix bug in BasicStore::getLValueElement where if the base of an array subscript expression was an ElementRegion we stacked another ElementRegion on top of that. by Ted Kremenek · 15 years ago
  2. 34ebde4 add a new "getPreferredTypeAlign" method to return the preferred alignment by Chris Lattner · 15 years ago
  3. 12444a2 Support CodeGen for __extension__ operator on aggregates. by Eli Friedman · 15 years ago
  4. adf077f Fix for PR3418: make sure to handle the RHS of expressions starting with by Eli Friedman · 15 years ago
  5. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 15 years ago
  6. 52c2908 rename getFullFilePos -> getFileOffset. by Chris Lattner · 15 years ago
  7. 202fd2c Fix a bug that I noticed by inspection. by Chris Lattner · 15 years ago
  8. 08c375c make -print-stats print stats about the amount of the SLoc by Chris Lattner · 15 years ago
  9. e160c9b improvements for GNU objc runtime support, patch by David Chisnall! by Chris Lattner · 15 years ago
  10. 7a6605d x86_64: Classify __m64 and __m128 "correctly". by Daniel Dunbar · 15 years ago
  11. e957f53 add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 15 years ago
  12. a26ddab PathDiagnostics: by Ted Kremenek · 15 years ago
  13. 54d1ccb Implement support for coercion to wider types during ABI handling. by Daniel Dunbar · 15 years ago
  14. 277faca PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading. by Ted Kremenek · 15 years ago
  15. 5284733 Added a FIXME. by Fariborz Jahanian · 15 years ago
  16. 1c1d607 Pull EmitReturnBlock out of FinishFunction and catch unified return by Daniel Dunbar · 15 years ago
  17. f6317dd Build method-description-list for category meta-data by Fariborz Jahanian · 15 years ago
  18. 5ac8aff Some micro-optimizations for DISABLE_SMART_POINTERS: by Douglas Gregor · 15 years ago
  19. 7216dc9 rename getSpelledCharacterAt to getSpellingOfSingleCharacterNumericConstant, by Chris Lattner · 15 years ago
  20. 363fdc2 Fix a bug I introduced in my changes, which caused MeasureTokenLength by Chris Lattner · 15 years ago
  21. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 15 years ago
  22. 4adc71a Silence warning. by Ted Kremenek · 15 years ago
  23. 67d1505 Add version number checking to PTH files. by Ted Kremenek · 15 years ago
  24. e1b6498 Embed the offset of the PTH table inside the prologue of the PTH file. This will help improve gradual versioning of PTH files instead of relying that the PTH table is at a fixed offset. by Ted Kremenek · 15 years ago
  25. 493dab7 Method decription meta-data and its setting in class_ro_t meta-data. by Fariborz Jahanian · 15 years ago
  26. 1143492 Add Ignore ABIArgInfo kind, for handling void & empty structures. by Daniel Dunbar · 15 years ago
  27. d7d6e6a Skip emission of final return block if possible (e.g., functions with by Daniel Dunbar · 15 years ago
  28. e768988 remove my hacks that aggressively threw away multiple by Chris Lattner · 15 years ago
  29. 071831d allow _Pragmas formed from #defines to keep their full instantiation history by Chris Lattner · 15 years ago
  30. 3c12557 now that everything properly handles multiply instantiated by Chris Lattner · 15 years ago
  31. addb797 make getInstantiationLoc and getSpellingLoc handle multiply instantiated by Chris Lattner · 15 years ago
  32. 9e5e4aa Remove an implemented FIXME and extend test cases. Follow-up on Doug's review. by Sebastian Redl · 15 years ago
  33. 1be3da5 Correct size assumption; fixes a crash on amd64. by Sebastian Redl · 15 years ago
  34. bcd1a1b fix a negated conditional in getDecomposedInstantiationLocSlowCase, by Chris Lattner · 15 years ago
  35. 47246be This change refactors some of the low-level lexer interfaces a bit. by Chris Lattner · 15 years ago
  36. eb062d9 Meta-data for nonfragile-abi's categories by Fariborz Jahanian · 15 years ago
  37. e12d8e3 Comment fix. by Daniel Dunbar · 15 years ago
  38. 5b9a504 start plumbing together the line table information. So far we just by Chris Lattner · 15 years ago
  39. 987cd3d Lazily paging in file contents is a big win for PTH, strip out the old by Chris Lattner · 15 years ago
  40. 478a18e add parsing and constraint enforcement for GNU line marker directives. by Chris Lattner · 15 years ago
  41. 8ee74d5 Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq'. This avoids collisions in the GDM. by Ted Kremenek · 15 years ago
  42. 099dd05 a few minor cleanups by Chris Lattner · 15 years ago
  43. 359cc44 parse and enforce required constraints on #line directives. Right now by Chris Lattner · 15 years ago
  44. 7c35122 eagerly resolve the spelling locations of macro argument preexpansions. by Chris Lattner · 15 years ago
  45. 9bd0d59 Eagerly resolve the spelling location of the tokens in a definition by Chris Lattner · 15 years ago
  46. b99bdad Only resolve a macro's instantiation loc once per macro, instead of once by Chris Lattner · 15 years ago
  47. 1d24259 PR3269: create an empty InitListExpr as a child for the by Eli Friedman · 15 years ago
  48. de7aeef Check in the long promised SourceLocation rewrite. This lays the by Chris Lattner · 15 years ago
  49. 4433aaf Implement implicit conversions for pointers-to-member. by Sebastian Redl · 15 years ago
  50. 424c51d Introduce an explicit case for member pointers in CodeGenTypes. However, it simply asserts. by Sebastian Redl · 15 years ago
  51. 4e716e0 Fix compile error from r62953. by Sebastian Redl · 15 years ago
  52. 32a311e One more case for Expr::isConstantInitializer; I think this covers by Eli Friedman · 15 years ago
  53. c39dc9a Enhancements to Expr::isConstantInitializer to deal with a few by Eli Friedman · 15 years ago
  54. c9e8f60 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 15 years ago
  55. 1ef0965 Get rid of some code that should be unnecessary. by Eli Friedman · 15 years ago
  56. 3941b18 Make the constant folder aware of by Eli Friedman · 15 years ago
  57. f011589 Fix the address of a label to be properly considered and emitted as a constant. by Eli Friedman · 15 years ago
  58. 13ca96a Fix for PR2100: merge types for variables. by Eli Friedman · 15 years ago
  59. f6a077e Compute instaceStart/instanceSize fields of the class_ro_t meta-data by Fariborz Jahanian · 15 years ago
  60. 8edef7c Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. by Sebastian Redl · 15 years ago
  61. dca2b73 PR3062: statement expressions should be illegal at file scope. I don't by Eli Friedman · 15 years ago
  62. 769e411 Fix for PR2910: implement CodeGen for non-constant offsetof. by Eli Friedman · 15 years ago
  63. f2da9df Refactor sizeof handling to use constant folding logic for constant by Eli Friedman · 15 years ago
  64. af707ab add initial support for the gcc "alignof(decl) is the alignment of the decl by Chris Lattner · 15 years ago
  65. da02747 Implement C99 6.5.3.4p1, rejecting sizeof(bitfield) by Chris Lattner · 15 years ago
  66. 84394a5 Patch to build class meta-data for each implementation by Fariborz Jahanian · 15 years ago
  67. f30208a Add support for declaring pointers to members. by Sebastian Redl · 15 years ago
  68. 91daf4d remove a bunch of alignment handling code out of CGExprScalar, since by Chris Lattner · 15 years ago
  69. e9feb47 Improve handling of alignof. alignof(VLA) now works properly for example. by Chris Lattner · 15 years ago
  70. 9b6f4de remove dead code. by Chris Lattner · 15 years ago
  71. 058a1b7 This patch builds the meta-class object for each by Fariborz Jahanian · 15 years ago
  72. 31e21e0 Fix PR3386 by handling GCC's rules for alignof, which are substantially by Chris Lattner · 15 years ago
  73. 694b1e4 fix a fixme, don't leak the expr on error. by Chris Lattner · 15 years ago
  74. 0107292 minor formatting changes, no functionality change. by Chris Lattner · 15 years ago
  75. 8f826f0 Fix invalid evaluation of _Complex float (real & imaginary parts had by Daniel Dunbar · 15 years ago
  76. 79bc64c Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 15 years ago
  77. 91b9f20 Ignore parens when determining if an expr is a string literal. Fixes PR3382. by Anders Carlsson · 15 years ago
  78. 6f3e7fa Start filling in x86_64 ABI implementation. by Daniel Dunbar · 15 years ago
  79. 8318304 Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegion is a typedef and not (directly) a pointer. by Ted Kremenek · 15 years ago
  80. 3148eb4 More hacking on static analyzer diagnostics. When emitting summary diagnostics the code paths for diagnostics involving paths or single locations are now unified. This patch also constifies many arguments/methods that are touched by this logic, leading to a nice overall code cleanup. by Ted Kremenek · 16 years ago
  81. aa23b57 Some very early work for new objc's meta-data generation. by Fariborz Jahanian · 16 years ago
  82. 36a32eb Output summary diagnostic for each bug report. by Ted Kremenek · 16 years ago
  83. d6f584f More APSInt appeasement by Douglas Gregor · 16 years ago
  84. 3fd56d7 Make sure that all NamedDecls have an identifier namespace. by Douglas Gregor · 16 years ago
  85. 53d3d8e Hopefully the last of the APSInt signedness issues with initializers. Fixes PR clang/3378 by Douglas Gregor · 16 years ago
  86. cabe668 Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'. by Ted Kremenek · 16 years ago
  87. c472d79 When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 16 years ago
  88. 0804888 Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707 by Douglas Gregor · 16 years ago
  89. e3fa2de Make sure all of the isUnsigned flags line up when comparing initializer values, to really really fix PR clang/3377 by Douglas Gregor · 16 years ago
  90. b09fae7 Handle pointer arithmetic on function pointers. by Daniel Dunbar · 16 years ago
  91. 863c486 This is a follow-up to r62675: by Chris Lattner · 16 years ago
  92. f31c729 Checked in an oops! by Fariborz Jahanian · 16 years ago
  93. 45c2ba0 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 16 years ago
  94. f6c717c Properly manage the bit-widths of APInts/APSInts in array initialization. by Douglas Gregor · 16 years ago
  95. be109b3 Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 16 years ago
  96. 562c4d9 Implement retrieval of the default value of element and field regions. by Zhongxing Xu · 16 years ago
  97. cbb0b47 Now this comment should be resolved. See the comments for the KillSet. by Zhongxing Xu · 16 years ago
  98. c496f14 When getting the element region type, we should get the rvalue type of the super by Zhongxing Xu · 16 years ago
  99. d55b6fc Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 16 years ago
  100. c983b86 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 16 years ago