| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Implemented by moving the code out of static functions into methods of Program
class.
llvm-svn: 76340
|
|
|
|
| |
llvm-svn: 50695
|
|
|
|
| |
llvm-svn: 45418
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 21704
|
|
|
|
| |
llvm-svn: 21422
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* Consolidate implementation for Unix systems into Unix/Program.cpp
* Avoid use of symbolic link to #include platform-specific implementation.
llvm-svn: 19154
|
|
"Program" operating system concept (find and execute programs).
llvm-svn: 16084
|