1. a1a5178 fix a bunch of regressions I introduced :( by Chris Lattner · 17 years ago
  2. 6f688e1 clang -E should not print tokens from the predefines buffer. by Chris Lattner · 17 years ago
  3. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  4. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  5. 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  6. 5143196 avoid std::string yet again. by Chris Lattner · 17 years ago
  7. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  8. b638a30 Fix two paste-avoidance bugs I introduced last night. Patch by Chris Lattner · 17 years ago
  9. f063721 avoid creating std::strings in MoveToLine by Chris Lattner · 17 years ago
  10. e225e37 In OutputString, avoid calling memcpy for really tiny strings. by Chris Lattner · 17 years ago
  11. 2933f41 Avoid calling getSpelling at all for identifiers, which are by Chris Lattner · 17 years ago
  12. f0f2b29 change the concatenation avoidance algorithm to be partially table-driven by Chris Lattner · 17 years ago
  13. b19f5e8 If a token doesn't need cleaning, we can get its first character by Chris Lattner · 17 years ago
  14. 822f940 A minor tweak to -E output, speeding up -E 1.5% on 447.dealII by Chris Lattner · 17 years ago
  15. 349b42a no need to avoid pasting >* It can't form ->*, because we know the previous by Chris Lattner · 17 years ago
  16. 83769ab remove redundant test by Chris Lattner · 17 years ago
  17. 0cbc4b5 avoid a small bit of string traffic by not storing the ""'s around a string in CurFilename by Chris Lattner · 17 years ago
  18. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  19. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  20. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago