| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 35464
|
|
|
|
|
|
|
| |
to the inode number on Unix and something far less unique on Windows. The
windows case needs to be improved.
llvm-svn: 35461
|
|
|
|
|
|
|
|
|
| |
* Add a method: bool isAbsolute() const, which determines if the path name
is absolute or not.
* Implement caching of file status information in the Path object. Allow it
to be updated forcefully or lazily re-fetched from the cached value.
llvm-svn: 35456
|
|
|
|
| |
llvm-svn: 35177
|
|
|
|
| |
llvm-svn: 35042
|
|
|
|
| |
llvm-svn: 34923
|
|
|
|
| |
llvm-svn: 34922
|
|
|
|
|
|
| |
is especially needed for bugpoint. This partly implements PR688
llvm-svn: 34349
|
|
|
|
|
|
| |
absence of dllimport JIT codegen.
llvm-svn: 32673
|
|
|
|
| |
llvm-svn: 31464
|
|
|
|
|
|
| |
- Removed warning about clobbered parameter in Bytecode/Reader
llvm-svn: 30026
|
|
|
|
|
|
|
| |
Make the Win32 code exception free (untested/uncompiled) which forced some
interface changes which had ripple effect. This should be the last of 797.
llvm-svn: 29884
|
|
|
|
|
|
|
| |
Adjust implementation to match the new interface after exception handling
was removed in the Unix verison. NOTE: this hasn't been compiled yet!
llvm-svn: 29858
|
|
|
|
|
|
|
| |
Eliminate exception throwing from Path::renamePathOnDisk and adjust its
users correspondingly.
llvm-svn: 29843
|
|
|
|
|
|
| |
Remove exception throwing from Path::getDirectoryContents and its users.
llvm-svn: 29841
|
|
|
|
|
|
| |
Adjust code to compensate for Path class interface change.
llvm-svn: 29837
|
|
|
|
| |
llvm-svn: 29834
|
|
|
|
|
|
|
| |
Remove all exception code from Program.inc and implement its new interface
with an ErrMsg string argument.
llvm-svn: 29790
|
|
|
|
| |
llvm-svn: 29447
|
|
|
|
| |
llvm-svn: 29443
|
|
|
|
| |
llvm-svn: 29442
|
|
|
|
| |
llvm-svn: 29428
|
|
|
|
| |
llvm-svn: 29402
|
|
|
|
| |
llvm-svn: 29401
|
|
|
|
| |
llvm-svn: 29400
|
|
|
|
| |
llvm-svn: 29302
|
|
|
|
| |
llvm-svn: 29058
|
|
|
|
| |
llvm-svn: 29055
|
|
|
|
| |
llvm-svn: 29049
|
|
|
|
| |
llvm-svn: 29048
|
|
|
|
| |
llvm-svn: 28729
|
|
|
|
|
|
|
|
| |
Change the file size field of StatusInfo to be uint64_t instead of size_t
so that we know it is always 64 bits. This prevents some overflow on
systems where size_t is 32 bits when it ought to be 64.
llvm-svn: 28726
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provide new llvm::sys::Program facilities for converting the stdout and
stdin to binary mode. There is no standard way to do this and the available
mechanisms are platform specific. Adjust the bytecode reader and writer to
use these methods when their input is stdin or output is stdout. THis avoids
the problem with \n writing CRLF to a bytecode file on windows.
Patch Contributed by Michael Smith.
llvm-svn: 28722
|
|
|
|
|
|
| |
Add support for Graphviz. Patch contributed by Anton Korobeynikov.
llvm-svn: 28684
|
|
|
|
| |
llvm-svn: 28639
|
|
|
|
|
|
| |
without explicit permission.
llvm-svn: 28157
|
|
|
|
| |
llvm-svn: 28023
|
|
|
|
|
|
|
| |
of being unable to search for symbols in an EXE. It will also allow other
existing hacks to be improved.
llvm-svn: 25805
|
|
|
|
| |
llvm-svn: 25795
|
|
|
|
|
|
|
| |
dependent portion of the lib/Support/SlowOperationTimer code into the
lib/System implementation where it can be ported to different platforms.
llvm-svn: 24937
|
|
|
|
| |
llvm-svn: 22585
|
|
|
|
| |
llvm-svn: 22582
|
|
|
|
|
|
| |
build will not fail
llvm-svn: 22578
|
|
|
|
| |
llvm-svn: 22554
|
|
|
|
| |
llvm-svn: 22422
|
|
|
|
| |
llvm-svn: 22420
|
|
|
|
|
|
|
|
|
| |
Add a Mutex class for thread synchronization in a platform-independent way.
The current implementation only supports pthreads. Win32 use of Critical
Sections will be added later. The design permits other threading models to
be used if (and only if) pthreads is not available.
llvm-svn: 22403
|
|
|
|
| |
llvm-svn: 22363
|
|
|
|
|
|
| |
exist but just return false instead.
llvm-svn: 22361
|
|
|
|
| |
llvm-svn: 22357
|