- Aug 24, 2009
-
-
Chris Lattner authored
forcing them down into various .cpp files. This change also: 1. Renames TimeValue::toString() and Path::toString() to ::str() for similarity with the STL. 2. Removes all stream insertion support for sys::Path, forcing clients to call .str(). 3. Removes a use of Config/alloca.h from bugpoint, using smallvector instead. 4. Weans llvm-db off <iostream> sys::Path really needs to be gutted, but I don't have the desire to do it at this point. llvm-svn: 79869
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Aug 22, 2006
-
-
Reid Spencer authored
just return MinTime if that should ever happen. llvm-svn: 29826
-
- May 16, 2005
-
-
Duraid Madina authored
llvm-svn: 22081
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Jan 14, 2005
-
-
Reid Spencer authored
llvm-svn: 19544
-
- Jan 10, 2005
-
-
Reid Spencer authored
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
-
- Dec 27, 2004
-
-
Reid Spencer authored
* Remove redundant #includes that are now in Unix.h llvm-svn: 19160
-
- Nov 16, 2004
-
-
Reid Spencer authored
* get rid of (void) construct in function declarations * make toString a const member * add a default implementation of toString for Win32 llvm-svn: 17873
-
- Nov 15, 2004
-
-
Reid Spencer authored
llvm-svn: 17815
-
Reid Spencer authored
seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813
-
- Nov 14, 2004
-
-
Reid Spencer authored
llvm-svn: 17782
-
- Sep 25, 2004
-
-
Reid Spencer authored
llvm-svn: 16513
-
- Aug 29, 2004
-
-
Reid Spencer authored
"Program" operating system concept (find and execute programs). llvm-svn: 16084
-
Reid Spencer authored
note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078
-
- Aug 25, 2004
-
-
Reid Spencer authored
llvm-svn: 16048
-