1. 46ea8eb implement lvalue to rvalue conversion for ocuvector components. We can now compile stuff by Chris Lattner · 17 years ago
  2. 349aaec add support for codegen of an OCUVectorComponent as an lvalue. by Chris Lattner · 17 years ago
  3. b8f849d Add support for encoding a OCUVectorComponent into a single integer. by Chris Lattner · 17 years ago
  4. f13ebf0 oops, this is the real fix. by Chris Lattner · 17 years ago
  5. 6f66c26 update test by Chris Lattner · 17 years ago
  6. 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
  7. b4878f4 Use static methods, which don't require an instance of OCUVectorType by Chris Lattner · 17 years ago
  8. 667405a mark some methods static, don't consider a vector to be an ocuvector by Chris Lattner · 17 years ago
  9. d14faaa silence some warnings. by Chris Lattner · 17 years ago
  10. cb92a11 Minor comment improvements. by Chris Lattner · 17 years ago
  11. 281a492 make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
  12. ad43ad4 Hyphenate a word, to check auto-update feature. Third times the charm! by Reid Spencer · 17 years ago
  13. 06ddd81 Expand a contraction to test auto-update on commit. by Reid Spencer · 17 years ago
  14. 2f291ba Test auto-update with minor grammaro fix. by Reid Spencer · 17 years ago
  15. c1e50fc Fix a bug in my previous commit by Chris Lattner · 17 years ago
  16. 4cabcfe switch a fixme to an assert. by Chris Lattner · 17 years ago
  17. 7b658aa by Steve Naroff · 17 years ago
  18. 991ae51 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 17 years ago
  19. 9dfa7b4 by Steve Naroff · 17 years ago
  20. 7f28fe8 by Steve Naroff · 17 years ago
  21. 389cecc by Steve Naroff · 17 years ago
  22. 363bcff by Steve Naroff · 17 years ago
  23. d34e915 by Steve Naroff · 17 years ago
  24. 9752f25 by Steve Naroff · 17 years ago
  25. 8d1a3b8 by Steve Naroff · 17 years ago
  26. bf98651 update this to build with LLVM ToT by Chris Lattner · 17 years ago
  27. 86e499d Print floating point literal values better. by Chris Lattner · 17 years ago
  28. 2cb64ec by Steve Naroff · 17 years ago
  29. 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  30. 2dcb6bb simplify some type checking code, don't explicitly access canonical types. by Chris Lattner · 17 years ago
  31. 611c1ff move trivial type predicates inline. by Chris Lattner · 17 years ago
  32. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  33. 2ad07f0 add internals manual to project by Chris Lattner · 17 years ago
  34. 33fc68a Owen pointed out that this made no sense :) by Chris Lattner · 17 years ago
  35. b39eec4 add two missing files to the xcode project. by Chris Lattner · 17 years ago
  36. a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  37. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  38. 11406c1 update name by Chris Lattner · 17 years ago
  39. d1861fd by Steve Naroff · 17 years ago
  40. 8a2bc62 Oops, I committed the wrong file before. This expands the description of type. by Chris Lattner · 17 years ago
  41. 86920d3 Add a start at a clang internals manual, documenting some by Chris Lattner · 17 years ago
  42. 8993e90 add a link by Chris Lattner · 17 years ago
  43. d51d890 Don't use canonical type for sema here. In by Chris Lattner · 17 years ago
  44. fcac0ff Upgrade a comment... by Steve Naroff · 17 years ago
  45. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  46. bea0b34 by Steve Naroff · 17 years ago
  47. 31a4584 by Steve Naroff · 17 years ago
  48. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  49. 7064f5c by Steve Naroff · 17 years ago
  50. 08f794b Fix the following bogus diagnostic...reported by Jeroen. by Steve Naroff · 17 years ago
  51. 18cf0ff add another link. by Chris Lattner · 17 years ago
  52. eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  53. adc0185 Forgot a return stmt (oops). by Steve Naroff · 17 years ago
  54. dfa6aae by Steve Naroff · 17 years ago
  55. 82c7e6d - Fix commit in Parser.h (patch by Kevin Andre). by Steve Naroff · 17 years ago
  56. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  57. 700204c by Steve Naroff · 17 years ago
  58. 9572a5f add documentation skeleton by Chris Lattner · 17 years ago
  59. 706c99a add a bare bones web page by Chris Lattner · 17 years ago
  60. 012cf46 Fix a comment, patch by Kevin Andre! by Chris Lattner · 17 years ago
  61. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  62. 5143196 avoid std::string yet again. by Chris Lattner · 17 years ago
  63. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  64. 1cf12bf check in an experiment that didn't work out, to allow for future investigation. by Chris Lattner · 17 years ago
  65. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  66. b638a30 Fix two paste-avoidance bugs I introduced last night. Patch by Chris Lattner · 17 years ago
  67. dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 17 years ago
  68. f11ccfc Fix a scoping bug that apple gcc doesn't catch for some reason. by Chris Lattner · 17 years ago
  69. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  70. f063721 avoid creating std::strings in MoveToLine by Chris Lattner · 17 years ago
  71. e225e37 In OutputString, avoid calling memcpy for really tiny strings. by Chris Lattner · 17 years ago
  72. 2933f41 Avoid calling getSpelling at all for identifiers, which are by Chris Lattner · 17 years ago
  73. f0f2b29 change the concatenation avoidance algorithm to be partially table-driven by Chris Lattner · 17 years ago
  74. b19f5e8 If a token doesn't need cleaning, we can get its first character by Chris Lattner · 17 years ago
  75. 822f940 A minor tweak to -E output, speeding up -E 1.5% on 447.dealII by Chris Lattner · 17 years ago
  76. 706ab50 implement a missing feature in the #include handler, where by Chris Lattner · 17 years ago
  77. f1c99ac refactor the interface to Preprocessor::GetIncludeFilenameSpelling, by Chris Lattner · 17 years ago
  78. 0f67032 fix a bug getting the spelling of an identifier token by Chris Lattner · 17 years ago
  79. 349b42a no need to avoid pasting >* It can't form ->*, because we know the previous by Chris Lattner · 17 years ago
  80. 94fea5a GCC doesn't set __STDC_VERSION__ usually. It never sets it in by Chris Lattner · 17 years ago
  81. e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
  82. 448cec4 Change hte lexer to start a start pointer to the underlying by Chris Lattner · 17 years ago
  83. 409a036 split the slow path out of Lexer::getSourceLocation and do not let the by Chris Lattner · 17 years ago
  84. 9960ae8 Implement a simple cache in headersearch. This speeds up by Chris Lattner · 17 years ago
  85. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  86. 83769ab remove redundant test by Chris Lattner · 17 years ago
  87. 0cbc4b5 avoid a small bit of string traffic by not storing the ""'s around a string in CurFilename by Chris Lattner · 17 years ago
  88. 8133cfc avoid recursion between SkipBCPLComment and SkipWhitespace. In cases like this: by Chris Lattner · 17 years ago
  89. bd24776 when running in -E mode on multiple files, there is no reason to accumulate by Chris Lattner · 17 years ago
  90. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  91. 9c68306 Fix a really subtle bug in the macro expander caching code, where by Chris Lattner · 17 years ago
  92. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  93. 731ec57 Minor simplification to Expr::isLvalue(). by Steve Naroff · 17 years ago
  94. d1623a8 Add support for reusing macroid's with negative physical loc deltas. This by Chris Lattner · 17 years ago
  95. aa4166c implement getSourceRange for ImplicitCast by Chris Lattner · 17 years ago
  96. 96f1a64 Return an exit code of 1 if errors occur, not an exit code equal to the # errors :) by Chris Lattner · 17 years ago
  97. cb4f9a6 minor simplifications by Chris Lattner · 17 years ago
  98. 4fc37c5 testcase from neil by Chris Lattner · 17 years ago
  99. 78c75fb recover from void argument types more nicely. by Chris Lattner · 17 years ago
  100. 4565d4e better wording for an error, suggested by Neil. by Chris Lattner · 17 years ago