1. c1b607d fix constness issues. by Chris Lattner · 17 years ago
  2. 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  3. d04fdd5 by Steve Naroff · 17 years ago
  4. dd652cdb fix a buggy comment I added by Chris Lattner · 17 years ago
  5. 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
  6. 4d0ac88 add OCUVectorComponent::getNumComponents() by Chris Lattner · 17 years ago
  7. b8f849d Add support for encoding a OCUVectorComponent into a single integer. by Chris Lattner · 17 years ago
  8. 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
  9. 667405a mark some methods static, don't consider a vector to be an ocuvector by Chris Lattner · 17 years ago
  10. cb92a11 Minor comment improvements. by Chris Lattner · 17 years ago
  11. 4cabcfe switch a fixme to an assert. by Chris Lattner · 17 years ago
  12. 7f28fe8 by Steve Naroff · 17 years ago
  13. 389cecc by Steve Naroff · 17 years ago
  14. 363bcff by Steve Naroff · 17 years ago
  15. d34e915 by Steve Naroff · 17 years ago
  16. 8d1a3b8 by Steve Naroff · 17 years ago
  17. 611c1ff move trivial type predicates inline. by Chris Lattner · 17 years ago
  18. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  19. a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  20. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  21. d1861fd by Steve Naroff · 17 years ago
  22. fcac0ff Upgrade a comment... by Steve Naroff · 17 years ago
  23. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  24. bea0b34 by Steve Naroff · 17 years ago
  25. 31a4584 by Steve Naroff · 17 years ago
  26. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  27. 7064f5c by Steve Naroff · 17 years ago
  28. dfa6aae by Steve Naroff · 17 years ago
  29. 82c7e6d - Fix commit in Parser.h (patch by Kevin Andre). by Steve Naroff · 17 years ago
  30. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  31. 700204c by Steve Naroff · 17 years ago
  32. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  33. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  34. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  35. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  36. f1c99ac refactor the interface to Preprocessor::GetIncludeFilenameSpelling, by Chris Lattner · 17 years ago
  37. 448cec4 Change hte lexer to start a start pointer to the underlying by Chris Lattner · 17 years ago
  38. 9960ae8 Implement a simple cache in headersearch. This speeds up by Chris Lattner · 17 years ago
  39. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  40. bd24776 when running in -E mode on multiple files, there is no reason to accumulate by Chris Lattner · 17 years ago
  41. 9c68306 Fix a really subtle bug in the macro expander caching code, where by Chris Lattner · 17 years ago
  42. d1623a8 Add support for reusing macroid's with negative physical loc deltas. This by Chris Lattner · 17 years ago
  43. aa4166c implement getSourceRange for ImplicitCast by Chris Lattner · 17 years ago
  44. 4565d4e better wording for an error, suggested by Neil. by Chris Lattner · 17 years ago
  45. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  46. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  47. 942cfd3 Fix a valgrind error noticed by Benoit Boissinot by Chris Lattner · 17 years ago
  48. 31bb8be improve comments, implement a trivial single-entry cache in by Chris Lattner · 17 years ago
  49. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  50. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  51. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  52. aff1edd Finish fixing crasher with compound literals. by Steve Naroff · 17 years ago
  53. 4aa88f8 by Steve Naroff · 17 years ago
  54. 76e773a implement i-c-e correct evaluation for sizeof/alignof, remove some obsolete fixme's. by Chris Lattner · 17 years ago
  55. 5d2a630 implement sizeof/alignof support for structs, unions and complex. by Chris Lattner · 17 years ago
  56. 7332292 by Steve Naroff · 17 years ago
  57. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 17 years ago
  58. a8fe39e add accessors by Chris Lattner · 17 years ago
  59. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  60. 251dcaf Return the correct type from isReferenceType(). by Bill Wendling · 17 years ago
  61. 08ad47c Fix references: by Bill Wendling · 17 years ago
  62. 16beff8 by Steve Naroff · 17 years ago
  63. a2c7767 In the final step for preserving typedef info better in the AST, upgrade by Chris Lattner · 17 years ago
  64. ca51c97 Constify the is*Lvalue() methods. by Bill Wendling · 17 years ago
  65. 97ba77c Add a new Preprocessor::AdvanceToTokenCharacter method which, given a sloc by Chris Lattner · 17 years ago
  66. f66d3e3 factor a common predicate into a static method. by Chris Lattner · 17 years ago
  67. 9505581 Doug Gregor pointed out that _Complex actually isn't C++ at all. by Chris Lattner · 17 years ago
  68. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  69. 7a2e047 Now that isPointerType can return a pointer type, avoid stripping off typedef by Chris Lattner · 17 years ago
  70. 3acb138 as a very useful feature, make isVectorType and isPointerType return by Chris Lattner · 17 years ago
  71. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  72. 2eadfb6 set the correct width for a character literal when evaluating it as an i-c-e. by Chris Lattner · 17 years ago
  73. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  74. abca2bb Change SourceManager::getInstantiationLoc to take virtual locations, doing its by Chris Lattner · 17 years ago
  75. fa2eaab by Steve Naroff · 17 years ago
  76. 9594acf Cache macro expander objects to avoid thrashing malloc in heavy expansion situations. by Chris Lattner · 17 years ago
  77. 9e344c6 Make parser scope cache be a member of the parser instead of a global, by Chris Lattner · 17 years ago
  78. 25c9648 switch function-like macros from using a vector for their arguments to an by Chris Lattner · 17 years ago
  79. f46f68b switch from using a vector to a smallvector for macro replacement tokens by Chris Lattner · 17 years ago
  80. c215bd6 expose an iterator interface to getReplacementTokens instead of the datastructure itself. by Chris Lattner · 17 years ago
  81. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  82. 90045e8 by Steve Naroff · 17 years ago
  83. 692233e Use target info to decide the sizes of basic types. by Chris Lattner · 17 years ago
  84. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  85. d0d560a eliminate extraneous type, add accessors. by Chris Lattner · 17 years ago
  86. 49b4526 by Steve Naroff · 17 years ago
  87. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  88. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  89. 6fa5f09 Fix "no newline at end of file" warnings. Patch contributed by by Chris Lattner · 17 years ago
  90. 9dc62f0 Improve portability to compilers where <cassert> is not implicitly by Chris Lattner · 17 years ago
  91. f866383 Allow this to compile on compilers where <string> doesn't imply <cassert>. by Chris Lattner · 17 years ago
  92. 3724c00 add missing specification for a default argument. I guess g++ 4.0 doesn't by Chris Lattner · 17 years ago
  93. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
  94. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago