1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Support
Reid Spencer 391b891e42 For PR351:
* Remove the "removeFile" function, now implemented by the
  sys::Path::destroyFile method.
* Make the FileRemove work with a sys::Path instead of a std::string

llvm-svn: 18999
2004-12-16 23:00:05 +00:00
..
bzip2 Distribute headers and license files too 2004-12-04 22:34:21 +00:00
Annotation.cpp * Convert tabs to spaces 2004-11-09 04:27:19 +00:00
CommandLine.cpp Implement and document prefix options with arbitrary values including an 2004-11-24 06:13:42 +00:00
Compressor.cpp Up the compression threshold to 64K so we avoid it for all but the largest 2004-11-30 07:13:34 +00:00
Debug.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
FileUtilities.cpp For PR351: 2004-12-16 23:00:05 +00:00
IsInf.cpp * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration 2004-10-29 23:17:45 +00:00
IsNAN.cpp Patch to support MSVC, contributed by Morten Ofstad 2004-10-25 18:46:05 +00:00
Makefile Add bzip2 subdirectory 2004-11-25 19:38:28 +00:00
PluginLoader.cpp Use System/DynamicLibrary instead of Support/DynamicLinker to implement. 2004-11-29 14:07:46 +00:00
SlowOperationInformer.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Statistic.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
StringExtras.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
SystemUtils.cpp For PR351: 2004-12-14 04:18:15 +00:00
Timer.cpp Revert the last patch as it causes a static destruction ordering problem. 2004-12-14 03:55:21 +00:00
ToolRunner.cpp For PR351: 2004-12-15 01:51:56 +00:00