llvm/lib
Reid Spencer 2923f34533 For PR351:
The ReadFileIntoAddressSpace and UnmapFileFromAddressSpace functions are no
longer used by LLVM. Remove them. Replacement functionality for both
functions is now encapsulated in the sys::MappedFile class.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18903 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-13 18:28:59 +00:00
..
Analysis
Archive Make sure the Archive gets deleted if there's an error. 2004-12-13 03:22:31 +00:00
AsmParser
Bytecode For PR351: 2004-12-13 18:25:27 +00:00
CodeGen
Debugger For PR351: \ 2004-12-13 17:01:53 +00:00
ExecutionEngine Get rid of some leaks found by VC leak detector. 2004-12-13 16:04:04 +00:00
Linker * Fix header block. 2004-12-13 03:50:50 +00:00
Support For PR351: 2004-12-13 18:28:59 +00:00
System Fix a bug where "." or any single character file name doesn't get the 2004-12-13 07:51:52 +00:00
Target Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We 2004-12-13 17:23:11 +00:00
Transforms Change indentation of a whole bunch of code, no real changes here. 2004-12-12 23:49:37 +00:00
VMCore Check in the file I forgot last night, to solve all of the crashes in every 2004-12-11 22:10:29 +00:00
Makefile