1. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  2. a31f030 avoid accessing off the end of identifiers. by Chris Lattner · 17 years ago
  3. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  4. d15fa82 speed up clang startup another 28% by avoiding std::vector<std::string> by Chris Lattner · 17 years ago
  5. eab7792 speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  6. 1c9bdae work around bugs and missing features in apfloat. by Chris Lattner · 17 years ago
  7. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  8. 3494725 Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files. by Hartmut Kaiser · 17 years ago
  9. f3a031f remove the FATAL classifier. by Chris Lattner · 17 years ago
  10. a8c11c6 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
  11. 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  12. 8b6ca88 constify a method. by Chris Lattner · 17 years ago
  13. c1e50fc Fix a bug in my previous commit by Chris Lattner · 17 years ago
  14. 991ae51 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 17 years ago
  15. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  16. 1cf12bf check in an experiment that didn't work out, to allow for future investigation. by Chris Lattner · 17 years ago
  17. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  18. e36751b Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using by Chris Lattner · 17 years ago
  19. d1623a8 Add support for reusing macroid's with negative physical loc deltas. This by Chris Lattner · 17 years ago
  20. 45011cf remove some old cruft by Chris Lattner · 17 years ago
  21. 31bb8be improve comments, implement a trivial single-entry cache in by Chris Lattner · 17 years ago
  22. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  23. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  24. abca2bb Change SourceManager::getInstantiationLoc to take virtual locations, doing its by Chris Lattner · 17 years ago
  25. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  26. 1501218 add missing header (needed on Solaris) by Gabor Greif · 17 years ago
  27. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago