1. 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
  2. be2ab45 prune dead #includes by Chris Lattner · 17 years ago
  3. 3c1f7b6 MemoryBuffer::getFile got smarter, obviating the need for readfilefast. by Chris Lattner · 17 years ago
  4. ff72152 Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages). by Steve Naroff · 17 years ago
  5. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/SourceManager.cpp]
  6. f848454 the macro start and macro end bits in source location are dead, remove them. by Chris Lattner · 17 years ago
  7. 1309992 Don't add an extra line to the end of the buffer, it doesn't really exist. by Chris Lattner · 17 years ago
  8. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  9. 76edd0e Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
  10. 82dfaf7 When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
  11. db9c229 Add hack to SourceManager to support missing source files during by Ted Kremenek · 17 years ago
  12. 1f2c7d1 Added newline to end of file. by Ted Kremenek · 17 years ago
  13. 665dd4a Removed dependence on including iostream (use llvm/Support/Streams.h instead). by Ted Kremenek · 17 years ago
  14. 1f94100 Renamed SourceManager::Read to SourceManager::CreateAndRegister. by Ted Kremenek · 17 years ago
  15. 099b474 Implemented initial serialization support for SourceManager. by Ted Kremenek · 17 years ago
  16. e21272f Implemented serialization of SrcMgr::ContentCache. by Ted Kremenek · 17 years ago
  17. 18807d2 rename getInstantiationLoc to match the scheme of isPhysicalLoc. by Chris Lattner · 17 years ago
  18. b7489d8 change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  19. d1c0eee Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 17 years ago
  20. 0d892d8 Updated some comments. by Ted Kremenek · 17 years ago
  21. 78d85f5 Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a by Ted Kremenek · 17 years ago
  22. bd0be39 Unbreak mingw32. Maybe there should be something like libClandSystem? :) by Anton Korobeynikov · 17 years ago
  23. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  24. 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
  25. 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  26. 8b6ca88 constify a method. by Chris Lattner · 17 years ago
  27. c1e50fc Fix a bug in my previous commit by Chris Lattner · 17 years ago
  28. 991ae51 Increase the macro id cache to look up several recent entries, not just the last one. by Chris Lattner · 17 years ago
  29. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  30. 1cf12bf check in an experiment that didn't work out, to allow for future investigation. by Chris Lattner · 17 years ago
  31. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  32. d1623a8 Add support for reusing macroid's with negative physical loc deltas. This by Chris Lattner · 17 years ago
  33. 45011cf remove some old cruft by Chris Lattner · 17 years ago
  34. 31bb8be improve comments, implement a trivial single-entry cache in by Chris Lattner · 17 years ago
  35. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  36. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  37. abca2bb Change SourceManager::getInstantiationLoc to take virtual locations, doing its by Chris Lattner · 17 years ago
  38. 1501218 add missing header (needed on Solaris) by Gabor Greif · 17 years ago
  39. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago