- Dec 14, 2004
-
-
Reid Spencer authored
Adjust to changes in the interface of FindExecutable, getting ToolRunner ready for bigger things to come. llvm-svn: 18919
-
Reid Spencer authored
* Remove isExecutable as its now implemented by sys::Path::executable * Make FindExecutable a thin veneer over sys::Program::FindProgramByName. llvm-svn: 18918
-
- Dec 13, 2004
-
-
Reid Spencer authored
Remove AllocateRWXMemory as it is not used any more in LLVM. The function has been replaced with sys::Memory::AllocateRWX several months ago. llvm-svn: 18912
-
Reid Spencer authored
Remove the MakeFileReadable and MakeFileExecutable functions which are no longer present in LLVM. They have been replaced with the sys::Path methods makeReadable and makeExecutable, respectively. llvm-svn: 18910
-
Reid Spencer authored
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. llvm-svn: 18903
-
Reid Spencer authored
The getFileTimestamp and getFileSize functions have been removed from \ FileUtilities.{h,cpp}. They are replaced by Path::getTimestamp and \ Path::getSize,respectively. llvm-svn: 18892
-
Reid Spencer authored
Patch contributed by Morten Ofsted. llvm-svn: 18889
-
Reid Spencer authored
llvm-svn: 18846
-
- Dec 04, 2004
-
-
Reid Spencer authored
llvm-svn: 18505
-
- Nov 30, 2004
-
-
Reid Spencer authored
bytecode files. This should help linking substantially. llvm-svn: 18378
-
- Nov 29, 2004
-
-
Reid Spencer authored
implementation llvm-svn: 18358
-
Reid Spencer authored
llvm-svn: 18356
-
Reid Spencer authored
llvm-svn: 18353
-
- Nov 25, 2004
-
-
Reid Spencer authored
llvm-svn: 18251
-
Reid Spencer authored
llvm-svn: 18250
-
Reid Spencer authored
llvm-svn: 18246
-
Reid Spencer authored
llvm-svn: 18245
-
- Nov 24, 2004
-
-
Reid Spencer authored
= sign. This needed to support -DNAME=value options as pass-through in llvmc. llvm-svn: 18203
-
- Nov 21, 2004
-
-
Tanya Lattner authored
Fixed assertion from triggering. We need to check if the commandline map is empty before checking if an arg exists. llvm-svn: 18057
-
- Nov 19, 2004
-
-
Chris Lattner authored
Morten Ofstad! llvm-svn: 17998
-
Reid Spencer authored
NOT have the bzlib.h header file. Go figure. llvm-svn: 17989
-
Reid Spencer authored
llvm-svn: 17985
-
Reid Spencer authored
llvm-svn: 17977
-
- Nov 16, 2004
-
-
Reid Spencer authored
llvm-svn: 17886
-
Reid Spencer authored
*Implement/Document the cl::extrahelp feature instead of the MoreHelp ptr. llvm-svn: 17871
-
- Nov 14, 2004
-
-
Reid Spencer authored
llvm-svn: 17775
-
Reid Spencer authored
Implement the MoreHelp utility that calls a function to printmore help information if the MoreHelp global is not null. llvm-svn: 17774
-
- Nov 09, 2004
-
-
Reid Spencer authored
bzip2: block size 9 -> 5, reduces memory by 400Kbytes, doesn't affect speed or compression ratio on all but the largest bytecode files (>1MB) zip: level 9 -> 6, this speeds up compression time by ~30% but only degrades the compressed size by a few bytes per megabyte. Those few bytes aren't worth the effort. llvm-svn: 17647
-
Misha Brukman authored
* Order #includes according to style guide * Remove extraneous blank lines llvm-svn: 17639
-
Nate Begeman authored
llvm-svn: 17637
-
- Nov 08, 2004
-
-
Misha Brukman authored
llvm-svn: 17634
-
- Nov 07, 2004
-
-
Misha Brukman authored
llvm-svn: 17549
-
- Oct 30, 2004
-
-
Misha Brukman authored
* Move file comment to the top of the header where it belongs llvm-svn: 17349
-
- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17286
-
- Oct 25, 2004
-
-
Chris Lattner authored
llvm-svn: 17220
-
Chris Lattner authored
llvm-svn: 17219
-
- Oct 22, 2004
-
-
Reid Spencer authored
llvm-svn: 17155
-
- Oct 19, 2004
-
-
Reid Spencer authored
llvm-svn: 17136
-
- Oct 18, 2004
-
-
Nate Begeman authored
Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files llvm-svn: 17102
-
- Oct 13, 2004
-
-
Reid Spencer authored
llvm-svn: 16950
-