llvm-6502/lib
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
..
Analysis
Archive For PR495: 2005-07-07 23:21:43 +00:00
AsmParser
Bytecode For PR495: 2005-07-07 23:21:43 +00:00
CodeGen
Debugger For PR495: 2005-07-07 23:21:43 +00:00
ExecutionEngine
Linker For PR495: 2005-07-07 23:21:43 +00:00
Support For PR495: 2005-07-07 23:21:43 +00:00
System For PR495: 2005-07-07 23:21:43 +00:00
Target clean up prolouge and epilouge 2005-07-07 19:52:58 +00:00
Transforms Fix a problem that instcombine would hit when dealing with unreachable code. 2005-07-07 20:40:38 +00:00
VMCore
Makefile