1. 5143196 avoid std::string yet again. by Chris Lattner · 17 years ago
  2. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  3. b638a30 Fix two paste-avoidance bugs I introduced last night. Patch by Chris Lattner · 17 years ago
  4. f063721 avoid creating std::strings in MoveToLine by Chris Lattner · 17 years ago
  5. e225e37 In OutputString, avoid calling memcpy for really tiny strings. by Chris Lattner · 17 years ago
  6. 2933f41 Avoid calling getSpelling at all for identifiers, which are by Chris Lattner · 17 years ago
  7. f0f2b29 change the concatenation avoidance algorithm to be partially table-driven by Chris Lattner · 17 years ago
  8. b19f5e8 If a token doesn't need cleaning, we can get its first character by Chris Lattner · 17 years ago
  9. 822f940 A minor tweak to -E output, speeding up -E 1.5% on 447.dealII by Chris Lattner · 17 years ago
  10. 349b42a no need to avoid pasting >* It can't form ->*, because we know the previous by Chris Lattner · 17 years ago
  11. 94fea5a GCC doesn't set __STDC_VERSION__ usually. It never sets it in by Chris Lattner · 17 years ago
  12. 83769ab remove redundant test by Chris Lattner · 17 years ago
  13. 0cbc4b5 avoid a small bit of string traffic by not storing the ""'s around a string in CurFilename by Chris Lattner · 17 years ago
  14. bd24776 when running in -E mode on multiple files, there is no reason to accumulate by Chris Lattner · 17 years ago
  15. 96f1a64 Return an exit code of 1 if errors occur, not an exit code equal to the # errors :) by Chris Lattner · 17 years ago
  16. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  17. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  18. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  19. 20e6ccd add better comments. by Chris Lattner · 17 years ago
  20. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  21. c3f8937 non-apple targets should be like i386, not the mythical, bogus, linux target. by Chris Lattner · 17 years ago
  22. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  23. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  24. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago