- Jun 01, 2006
-
-
Reid Spencer authored
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
-
- May 31, 2006
-
-
Reid Spencer authored
/bzlib.c:126: warning: string length `1056' is greater than the length `509' ISO C89 compilers are required to support llvm-svn: 28602
-
- May 24, 2006
-
-
Chris Lattner authored
by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447
-
- May 16, 2006
-
-
Reid Spencer authored
Add an additional catch block to ensure that this function can't throw any exceptions, even one's we're not expecting. llvm-svn: 28309
-
- Apr 28, 2006
-
-
Chris Lattner authored
llvm-svn: 28010
-
- Feb 27, 2006
-
-
Jim Laskey authored
llvm-svn: 26409
-
Jim Laskey authored
llvm-svn: 26401
-
- Feb 04, 2006
-
-
Chris Lattner authored
llvm-svn: 25958
-
- Jan 26, 2006
-
-
Andrew Lenharth authored
llvm-svn: 25652
-
Andrew Lenharth authored
llvm-svn: 25649
-
- Jan 22, 2006
-
-
Chris Lattner authored
llvm-svn: 25509
-
- Jan 17, 2006
-
-
Chris Lattner authored
llvm-svn: 25382
-
Chris Lattner authored
llvm-svn: 25379
-
- Dec 26, 2005
-
-
Duraid Madina authored
the bzip2 homepage, only ancient (gcc 2.7.x ?) versions of GCC require this? It certainly isn't needed for the current bzip2 sources. llvm-svn: 25013
-
Duraid Madina authored
to try building LLVM on HP-UX! (the Right Way seems to be to tear out the ancient STL that HP ship and use http://incubator.apache.org/stdcxx/ ) llvm-svn: 25012
-
- Dec 22, 2005
-
-
Reid Spencer authored
Move the system dependent portion to lib/System/*/Alarm.inc. This makes the SlowOperationInformer platform independent. llvm-svn: 24938
-
- Nov 16, 2005
-
-
Chris Lattner authored
llvm-svn: 24374
-
- Oct 24, 2005
-
-
Chris Lattner authored
llvm-svn: 23940
-
Chris Lattner authored
This should speed up build times. llvm-svn: 23934
-
- Aug 29, 2005
-
-
Chris Lattner authored
llvm-svn: 23128
-
- Aug 08, 2005
-
-
Chris Lattner authored
opts than they take directly. Thanks to John C for pointing this problem out to me! llvm-svn: 22717
-
Chris Lattner authored
'opt x y'). This fixes PR493. Patch contributed by Owen Anderson! llvm-svn: 22705
-
- Aug 02, 2005
-
-
Chris Lattner authored
instead of E for exponentials (e.g. 1.234D-43). Add support for this notation. llvm-svn: 22574
-
- Jul 27, 2005
-
-
Jeff Cohen authored
llvm-svn: 22523
-
- Jul 08, 2005
-
-
Reid Spencer authored
This chagne just renames some sys::Path methods to ensure they are not misused. The Path documentation now divides methods into two dimensions: Path/Disk and accessor/mutator. Path accessors and mutators only operate on the Path object itself without making any disk accesses. Disk accessors and mutators will also access or modify the file system. Because of the potentially destructive nature of disk mutators, it was decided that all such methods should end in the work "Disk" to ensure the user recognizes that the change will occur on the file system. This patch makes that change. The method name changes are: makeReadable -> makeReadableOnDisk makeWriteable -> makeWriteableOnDisk makeExecutable -> makeExecutableOnDisk setStatusInfo -> setStatusInfoOnDisk createDirectory -> createDirectoryOnDisk createFile -> createFileOnDisk createTemporaryFile -> createTemporaryFileOnDisk destroy -> eraseFromDisk rename -> renamePathOnDisk These changes pass the Linux Deja Gnu tests. llvm-svn: 22354
-
Nate Begeman authored
Add support for running bugpoint on mac os x for intel llvm-svn: 22351
-
Reid Spencer authored
Get rid of the difference between file paths and directory paths. The Path class now simply stores a path that can refer to either a file or a directory. This required various changes in the implementation and interface of the class with the corresponding impact to its users. Doxygen comments were also updated to reflect these changes. Interface changes are: appendDirectory -> appendComponent appendFile -> appendComponent elideDirectory -> eraseComponent elideFile -> eraseComponent elideSuffix -> eraseSuffix renameFile -> rename setDirectory -> set setFile -> set Changes pass Dejagnu and llvm-test/SingleSource tests. llvm-svn: 22349
-
- Jul 07, 2005
-
-
Reid Spencer authored
Change interface to Path class: readable -> canRead writable -> canWrite executable -> canExecute More (incremental) changes coming to close 495. llvm-svn: 22345
-
- May 16, 2005
-
-
Duraid Madina authored
can't patch it up for c++ (works in C though) llvm-svn: 22079
-
- May 13, 2005
-
-
Chris Lattner authored
llvm-svn: 21964
-
Reid Spencer authored
BZ_OK (meaning more data is expected) but there is no more input data. In this case, the input file is probably truncated. Generate an exception that indicates this case when its detected. llvm-svn: 21926
-
- May 11, 2005
-
-
Chris Lattner authored
llvm-svn: 21850
-
Misha Brukman authored
llvm-svn: 21845
-
- Apr 22, 2005
-
-
Misha Brukman authored
* Combine multiple ``std::cerr <<'' statements into one for simplicity llvm-svn: 21458
-
Misha Brukman authored
llvm-svn: 21440
-
Misha Brukman authored
llvm-svn: 21422
-
- Mar 22, 2005
-
-
Chris Lattner authored
llvm-svn: 20765
-
- Mar 17, 2005
-
-
Chris Lattner authored
leading whitespace. llvm-svn: 20647
-
- Mar 10, 2005
-
-
Andrew Lenharth authored
llvm-svn: 20552
-
- Mar 09, 2005
-
-
Chris Lattner authored
llvm-svn: 20525
-