llvm-6502/tools
Reid Spencer dd04df0ec3 For PR495:
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22349 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-07 23:21:43 +00:00
..
analyze
bugpoint For PR495: 2005-07-07 23:21:43 +00:00
gccas Move licm after reassociate, add some cond-propagate passes 2005-05-07 22:45:35 +00:00
gccld For PR495: 2005-07-07 23:21:43 +00:00
llc add a new -filetype argument to llc. 2005-06-25 03:32:05 +00:00
lli
llvm-ar For PR495: 2005-07-07 23:21:43 +00:00
llvm-as There are still uses for spaces in Makefiles -- to make text line up together, 2005-04-24 17:43:41 +00:00
llvm-bcanalyzer
llvm-db
llvm-dis
llvm-extract extract has been renamed to llvm-extract to avoid conflicting with another tool 2005-04-24 17:36:05 +00:00
llvm-ld For PR495: 2005-07-07 23:21:43 +00:00
llvm-link For PR495: 2005-07-07 23:21:43 +00:00
llvm-nm For PR495: 2005-07-07 18:21:42 +00:00
llvm-prof There are still uses for spaces in Makefiles -- to make text line up together, 2005-04-24 17:43:41 +00:00
llvm-ranlib For PR495: 2005-07-07 23:21:43 +00:00
llvm-stub
llvmc For PR495: 2005-07-07 23:21:43 +00:00
opt
Makefile extract has been renamed to llvm-extract to avoid conflicting with another tool 2005-04-24 17:46:58 +00:00