hanchenye-llvm-project/llvm/tools/lto2
Chris Lattner 6f2ffdb73f Change the MemoryBuffer::getFile* methods to take just a pointer to the
start of a filename, not a filename+length.  All clients can produce a
null terminated name, and the system api's require null terminated 
strings anyway.

llvm-svn: 49041
2008-04-01 18:04:03 +00:00
..
LTOCodeGenerator.cpp Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
LTOCodeGenerator.h fixes from review of first commit 2008-02-27 22:25:36 +00:00
LTOModule.cpp Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
LTOModule.h fixes from review of first commit 2008-02-27 22:25:36 +00:00
Makefile suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix whitespace. 2008-03-02 06:33:06 +00:00
lto.cpp fixes from review of first commit 2008-02-27 22:25:36 +00:00
lto.exports first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet 2008-02-26 20:26:43 +00:00