- May 03, 2007
-
-
Chris Lattner authored
llvm-svn: 36681
-
- Apr 11, 2007
-
-
Chris Lattner authored
llvm-svn: 35878
-
Reid Spencer authored
and Mach-O systems. Additionally, correct the Mach-O logic code to look at byte 12 not byte 15. Hopefully this fixes the llvm-ld warning on Darwin. llvm-svn: 35876
-
Reid Spencer authored
llvm-svn: 35874
-
- Apr 04, 2007
-
-
Reid Spencer authored
Implement recognition of COFF, ELF and Mach-O object/shared lib files. llvm-svn: 35650
-
- Jul 26, 2006
-
-
Reid Spencer authored
Put the rest of lib/System into LinkAllVMCore.h. This makes all of lib/System available to programs that #include LinkALlVMCore.h so that loadable modules linked into those programs can depend on all of lib/System being available. llvm-svn: 29288
-
- Jul 07, 2006
-
-
Chris Lattner authored
llvm-svn: 29062
-
- Jul 08, 2005
-
-
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 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21422
-
- Jan 10, 2005
-
-
Reid Spencer authored
gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
-
- Dec 24, 2004
-
-
Reid Spencer authored
Use the LLVM_ON_UNIX and LLVM_ON_WIN32 #defines to include the implementation instead of relying upon the "platform" link llvm-svn: 19132
-
- Dec 15, 2004
-
-
Jeff Cohen authored
llvm-svn: 18953
-
Reid Spencer authored
* Fix implementation and documentation about LLVMGCCDIR/bytecode-libs * Add the makeUnique method, replacement for getUniqueFilename in Support. * Add the sys::CopyFile function, replacement for CopyFile in Support. * Move GetLLVMConfigDir() into generic code area since its generic. llvm-svn: 18947
-
- Dec 13, 2004
-
-
Reid Spencer authored
available. llvm-svn: 18904
-
Reid Spencer authored
* Move generic isArchive method here from Unix/Path.cpp \ * Implement isDynamicLibrary \ * Implement FindLibrary for Linker llvm-svn: 18861
-
- Nov 15, 2004
-
-
Reid Spencer authored
llvm-svn: 17806
-
- Nov 14, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 17799
-
Reid Spencer authored
llvm-svn: 17776
-
- Sep 11, 2004
-
-
Reid Spencer authored
platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292
-
- Aug 29, 2004
-
-
Reid Spencer authored
llvm-svn: 16087
-
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
-
- Aug 16, 2004
-
-
Reid Spencer authored
provided. llvm-svn: 15816
-
- Aug 15, 2004
-
-
Reid Spencer authored
llvm-svn: 15763
-