1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 3925326 Fix a bug where the bcreader could crash on .bc files that were an exact by Chris Lattner · 17 years ago
  3. 1ea733d Use the stat information in the Path object, if it is already obtained. This by Reid Spencer · 17 years ago
  4. 0554575 For PR797: by Reid Spencer · 18 years ago
  5. 6d045fc For PR797: Make MappedFile not throw any exceptions. by Reid Spencer · 18 years ago
  6. ff3d80f simple optimization: don't bother calling "exists" (which calls the syscall by Chris Lattner · 18 years ago
  7. 84bad2f Remove a dead conditional: info_ can only be allocated if FD is good. Improve by Chris Lattner · 18 years ago
  8. 0af7093 The only entry in the stat buf this code cares about is the size. Keep just by Chris Lattner · 18 years ago
  9. cca68fa Reduce code in the error path by only allocating info_ if everything looks good. by Chris Lattner · 18 years ago
  10. c22c7d3 Unindent some code by Chris Lattner · 18 years ago
  11. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 19 years ago
  12. 946af52 If errno is zero strerror_r does not modify the buffer, leaving it unterminated. by Chris Lattner · 20 years ago
  13. cdf54d0 For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards by Reid Spencer · 20 years ago
  14. 56c3ed8 Make the size() method const by Reid Spencer · 20 years ago
  15. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  16. 083507c Fix bugs in class invariant by Reid Spencer · 20 years ago
  17. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  18. e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 20 years ago
  19. c5a0bbf Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 20 years ago
  20. 341e1da Solaris doesn't have MAP_FILE. by Chris Lattner · 20 years ago
  21. 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 20 years ago