llvm-6502/lib
Benjamin Kramer 6a9cd41549 Various improvements to MemoryBuffer::getFile:
- Use a RAII object to close the FD.
- Use sys::StrError instead of thread-unsafe strerror calls.
- Recover gracefully if read returns zero. This works around an issue on
  DragonFlyBSD where /dev/null has an st_size of 136 but we can't read 136 bytes
  from it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100106 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-01 14:35:22 +00:00
..
Analysis s/getNameStr/getName/ 2010-03-31 16:06:22 +00:00
Archive
AsmParser include header. 2010-04-01 05:20:21 +00:00
Bitcode
CodeGen Fix sdisel memcpy, memset, memmove lowering: 2010-04-01 06:04:33 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Various improvements to MemoryBuffer::getFile: 2010-04-01 14:35:22 +00:00
System AddSignalHandler was not releasing the critical section on win32. 2010-03-31 12:07:16 +00:00
Target Fix sdisel memcpy, memset, memmove lowering: 2010-04-01 06:04:33 +00:00
Transforms Introduce ImmutableCallSite, useful for contexts where no mutation 2010-04-01 08:21:08 +00:00
VMCore Introduce ImmutableCallSite, useful for contexts where no mutation 2010-04-01 08:21:08 +00:00
Makefile