1. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  2. 1cf12bf check in an experiment that didn't work out, to allow for future investigation. by Chris Lattner · 17 years ago
  3. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  4. e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
  5. d1623a8 Add support for reusing macroid's with negative physical loc deltas. This by Chris Lattner · 17 years ago
  6. 45011cf remove some old cruft by Chris Lattner · 17 years ago
  7. 31bb8be improve comments, implement a trivial single-entry cache in by Chris Lattner · 17 years ago
  8. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  9. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  10. abca2bb Change SourceManager::getInstantiationLoc to take virtual locations, doing its by Chris Lattner · 17 years ago
  11. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  12. 1501218 add missing header (needed on Solaris) by Gabor Greif · 17 years ago
  13. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago