index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use size_t instead of long to represent memory usage. long is 32 bits
Jeff Cohen
2005-01-08
2
-4
/
+4
*
Add functions for determining if the stdin/out/err is connected to a
Reid Spencer
2005-01-01
2
-0
/
+48
*
Fix a compilation error for the case where mallinfo() is not available.
Reid Spencer
2004-12-31
2
-2
/
+2
*
For PR351:
Reid Spencer
2004-12-27
1
-4
/
+58
*
For PR351:
Reid Spencer
2004-12-27
2
-8
/
+0
*
For PR351:
Reid Spencer
2004-12-27
2
-0
/
+24
*
For PR351:
Reid Spencer
2004-12-27
2
-2
/
+50
*
For PR351:
Reid Spencer
2004-12-27
2
-0
/
+100
*
For PR351:
Reid Spencer
2004-12-27
6
-12
/
+40
*
For PR351:
Reid Spencer
2004-12-27
1
-33
/
+0
*
For PR351:
Reid Spencer
2004-12-24
2
-0
/
+178
*
Remove these files as they are not being included any more. DynamicLibrary
Reid Spencer
2004-12-24
1
-56
/
+0
*
Put the CopyFile function explicitly in the sys namespace.
Reid Spencer
2004-12-21
2
-2
/
+2
*
Implement GetTimeUsage correctly.
Reid Spencer
2004-12-20
2
-8
/
+16
*
Provide a getrusage based implementation of GetTotalMemoryUsage and use
Reid Spencer
2004-12-20
2
-0
/
+8
*
Consistently use the same #if style. Also, fix a bug testing for sbrk(3)
Reid Spencer
2004-12-20
2
-8
/
+8
*
For PR351:
Reid Spencer
2004-12-20
2
-12
/
+156
*
* Use "" for LLVM include files, not <>
Misha Brukman
2004-12-20
2
-10
/
+6
*
Use <> for system #include files
Misha Brukman
2004-12-19
1
-1
/
+1
*
Make references to 'struct sigaction' compile under Solaris.
Brian Gaeke
2004-12-19
2
-0
/
+2
*
For PR351:
Reid Spencer
2004-12-19
2
-44
/
+198
*
For PR351:
Reid Spencer
2004-12-19
1
-0
/
+1
*
Change the signatures of the destroyFile and destroyDirectory methods to
Reid Spencer
2004-12-15
2
-4
/
+4
*
Remove automatic insertion of CFE's lib directory into the bytecode path
Reid Spencer
2004-12-15
2
-14
/
+0
*
Fix a file overwrite bug in llvm-ar introduced by changes to
Reid Spencer
2004-12-15
2
-8
/
+8
*
For PR351:
Reid Spencer
2004-12-15
2
-42
/
+198
*
For PR351:
Reid Spencer
2004-12-14
2
-6
/
+16
*
For PR351:
Reid Spencer
2004-12-13
2
-0
/
+72
*
Remove an always false clause from an if statement.
Reid Spencer
2004-12-13
2
-2
/
+2
*
Fix a bug where directory names of length one or less where not set
Alkis Evlogimenos
2004-12-13
2
-2
/
+2
*
* Add a std::ostream inserter for sys::Path
Reid Spencer
2004-12-13
2
-2
/
+2
*
For PR351: \
Reid Spencer
2004-12-13
2
-134
/
+108
*
Make the size() method const
Reid Spencer
2004-12-13
2
-2
/
+2
*
Path::get -> Path::toString
Reid Spencer
2004-12-11
8
-30
/
+42
*
Make this work with the ICC compiler, contributed by Bjørn Wennberg
Chris Lattner
2004-12-08
1
-0
/
+1
*
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-12-02
2
-8
/
+12
*
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-29
1
-1
/
+9
*
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer
2004-11-18
1
-0
/
+47
*
* Use low-level unix I/O interface since we're on Unix.
Reid Spencer
2004-11-16
2
-14
/
+34
*
Per code review:
Reid Spencer
2004-11-16
2
-2
/
+2
*
Per code review:
Reid Spencer
2004-11-16
2
-14
/
+8
*
Make it actually compile on Solaris.
Reid Spencer
2004-11-15
2
-2
/
+2
*
Consolidate the implementation of TimeValue::now() for Unix to use the
Reid Spencer
2004-11-15
2
-0
/
+26
*
Implement functionality suggested from code review: getStatusInfo should
Reid Spencer
2004-11-14
2
-2
/
+8
*
Forget strerror_r, it causes problems. Fix later when threading matters
Reid Spencer
2004-11-14
1
-5
/
+0
*
Implement the toString method
Reid Spencer
2004-11-14
2
-0
/
+32
*
Update for prototype changes
Reid Spencer
2004-11-14
2
-4
/
+4
*
* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...
Reid Spencer
2004-11-14
2
-14
/
+162
*
Fix bugs in class invariant
Reid Spencer
2004-11-14
2
-0
/
+6
*
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-09
2
-10
/
+78
[next]