- Dec 13, 2004
-
-
Reid Spencer authored
llvm-svn: 18852
-
- Dec 11, 2004
-
-
Reid Spencer authored
llvm-svn: 18785
-
- Dec 08, 2004
-
-
Chris Lattner authored
llvm-svn: 18626
-
- Dec 02, 2004
-
-
Reid Spencer authored
llvm-svn: 18422
-
- Nov 29, 2004
-
-
Reid Spencer authored
opened as if it was a dynamic library so its symbols can be searched too. llvm-svn: 18341
-
- Nov 18, 2004
-
-
Reid Spencer authored
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940
-
- Nov 16, 2004
-
-
Reid Spencer authored
* Don't use variable length arrays (replaced with alloca) llvm-svn: 17901
-
Reid Spencer authored
* get rid of (void) construct in function declarations * make toString a const member * add a default implementation of toString for Win32 llvm-svn: 17873
-
Reid Spencer authored
* Clean up the StatusInfo constructor to construct all members and give them reasonable values. * Get rid of the Vector typedef and make the interface to getDirectoryContent use a std::set instead of a std::vector so the dir content is sorted. * Make the getStatusInfo method const and not return a useless boolean. llvm-svn: 17872
-
- Nov 15, 2004
-
-
Reid Spencer authored
llvm-svn: 17815
-
Reid Spencer authored
seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813
-
Reid Spencer authored
returnn false if the file doesn't exist rather than throw ane exception. llvm-svn: 17809
-
- Nov 14, 2004
-
-
Reid Spencer authored
llvm-svn: 17783
-
Reid Spencer authored
llvm-svn: 17782
-
Reid Spencer authored
llvm-svn: 17781
-
Reid Spencer authored
* Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile llvm-svn: 17780
-
Reid Spencer authored
llvm-svn: 17779
-
- Nov 09, 2004
-
-
Reid Spencer authored
* Implement createTemporaryFile for mkstemp(3) functionality * Fix isBytecodeFile to accept llvc magic # (compressed) as bytecode. llvm-svn: 17654
-
- Nov 05, 2004
-
-
Reid Spencer authored
llvm-svn: 17498
-
- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17286
-
- Oct 05, 2004
-
-
Brian Gaeke authored
llvm-svn: 16728
-
Reid Spencer authored
llvm-svn: 16686
-
Tanya Lattner authored
llvm-svn: 16685
-
Chris Lattner authored
llvm-svn: 16682
-
- Oct 04, 2004
-
-
Reid Spencer authored
mapping of files. This first version uses mmap where its available. The class needs to implement an alternate mechanism based on malloc'd memory and file reading/writing for platforms without virtual memory. llvm-svn: 16649
-
- Sep 25, 2004
-
-
Reid Spencer authored
llvm-svn: 16513
-
- Sep 18, 2004
-
-
Reid Spencer authored
llvm-svn: 16395
-
- Sep 16, 2004
-
-
Reid Spencer authored
llvm-svn: 16381
-
- Sep 14, 2004
-
-
Reid Spencer authored
llvm-svn: 16323
-
- Sep 13, 2004
-
-
Reid Spencer authored
cleanly dissociated from the sys::Path class. llvm-svn: 16315
-
- Sep 11, 2004
-
-
Reid Spencer authored
llvm-svn: 16291
-
Reid Spencer authored
llvm-svn: 16290
-
Reid Spencer authored
path and suffix to leave basename, and getting the DLL suffix. llvm-svn: 16289
-
Reid Spencer authored
llvm-svn: 16288
-
- 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
-
- Aug 31, 2004
-
-
Reid Spencer authored
llvm-svn: 16125
-
Reid Spencer authored
configuration calls. Right now this just contains PreventCoreFiles so that bugpoint can by platform independent. llvm-svn: 16124
-
- Aug 30, 2004
-
-
Reid Spencer authored
specific. llvm-svn: 16119
-
Reid Spencer authored
llvm-svn: 16118
-
- Aug 29, 2004
-
-
Reid Spencer authored
llvm-svn: 16100
-