"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2f790749e88d36b518382a5355a05e49a65fa7b6"
- Nov 16, 2004
-
-
Reid Spencer authored
* Don't use variable length arrays (replaced with alloca) llvm-svn: 17901
-
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
returnn false if the file doesn't exist rather than throw ane exception. llvm-svn: 17809
-
- Nov 14, 2004
-
-
Reid Spencer authored
* Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile llvm-svn: 17780
-
- 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
-
- 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 11, 2004
-
-
Reid Spencer authored
path and suffix to leave basename, and getting the DLL suffix. llvm-svn: 16289
-
- 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 30, 2004
-
-
Reid Spencer authored
specific. llvm-svn: 16119
-
- Aug 29, 2004
-
-
Reid Spencer authored
note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078
-
- Aug 25, 2004
-
-
Reid Spencer authored
llvm-svn: 16048
-