- Nov 19, 2004
-
-
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
-
- Oct 10, 2004
-
-
Reid Spencer authored
llvm-svn: 16885
-
- Oct 04, 2004
-
-
Reid Spencer authored
previously temporary NULLCOMP implementation that merely copies the data verbatim without compression. Also, don't warn if there's no compression library as that is taken care of during configuration time. llvm-svn: 16654
-
Reid Spencer authored
distinguished. Tidy up documentation. Thanks, Chris. llvm-svn: 16652
-
Chris Lattner authored
llvm-svn: 16650
-
Reid Spencer authored
LLVM that handles availability and unavailability of bzip2 and zlib. llvm-svn: 16648
-
- Sep 28, 2004
-
-
Alkis Evlogimenos authored
compile on windows. This patch was contributed by Paolo Invernizzi. llvm-svn: 16539
-
- Sep 20, 2004
-
-
Reid Spencer authored
into memor. This is just a reminder that the ReadFileIntoAddressSpace function needs to be properly converted to lib/System and implemented via read/write if there's no mmap of file support. llvm-svn: 16428
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Sep 01, 2004
-
-
Reid Spencer authored
llvm-svn: 16129
-
- Aug 29, 2004
-
-
Reid Spencer authored
llvm-svn: 16097
-
- Aug 16, 2004
-
-
Misha Brukman authored
llvm-svn: 15825
-
- Aug 13, 2004
-
-
Reid Spencer authored
absolute position on the command line. Similarly allow any cl::list to use the method getPosition(n) to retrieve the absolute position of the nth option in the list. This provides support for two things: (a) options like -l that are actually positional and their order of occurrence matters when they are intermixed with positional arguments like "a.o"; and (b) options like -x LANG which affect only the positional arguments that come after the option. In both cases, knowing the absolute position of a given option helps. llvm-svn: 15725
-
- Aug 04, 2004
-
-
Chris Lattner authored
llvm-svn: 15496
-
Reid Spencer authored
Low Level Virtual Machine ($PACKAGE_NAME) $PACKAGE_VERSION llvm-svn: 15454
-
- Jul 25, 2004
-
-
Chris Lattner authored
llvm-svn: 15195
-
- Jul 24, 2004
-
-
Chris Lattner authored
llvm-svn: 15161
-
Chris Lattner authored
llvm-svn: 15160
-
Chris Lattner authored
llvm-svn: 15158
-
- Jul 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 15089
-
Brian Gaeke authored
llvm-svn: 15058
-