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