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
*
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
1
-34
/
+0
*
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-08-01
1
-7
/
+6
*
elimiante some syscalls
Chris Lattner
2006-08-01
1
-15
/
+12
*
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-4
/
+4
*
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-24
/
+29
*
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
1
-15
/
+15
*
simple optimization: don't bother calling "exists" (which calls the syscall
Chris Lattner
2006-07-18
1
-3
/
+0
*
Remove a dead conditional: info_ can only be allocated if FD is good. Improve
Chris Lattner
2006-07-18
1
-5
/
+4
*
The only entry in the stat buf this code cares about is the size. Keep just
Chris Lattner
2006-07-18
1
-14
/
+14
*
Reduce code in the error path by only allocating info_ if everything looks
Chris Lattner
2006-07-18
1
-10
/
+8
*
Unindent some code
Chris Lattner
2006-07-18
1
-25
/
+24
*
Turn an if into an else if.
Chris Lattner
2006-07-12
1
-2
/
+2
*
no need to do a stat then an lstat. lstat will tell us if normal files don't...
Chris Lattner
2006-07-07
1
-7
/
+4
*
Change AllocateRWX/DeallocateRWX to not throw an exception.
Chris Lattner
2006-07-07
2
-31
/
+61
*
Only print the stack trace if it was requested. Previously, any call into
Reid Spencer
2006-06-16
1
-1
/
+5
*
Don't pull in environ, not always safe. Global variables are bad anyway.
Evan Cheng
2006-06-09
1
-8
/
+4
*
For PR787:
Reid Spencer
2006-06-07
1
-0
/
+8
*
This function is not documented as throwing an exception and callers don't
Chris Lattner
2006-05-14
1
-3
/
+1
*
Fix accidentally committed patch.
Chris Lattner
2006-05-12
1
-1
/
+1
*
Fix iterator invalidation bug, identified by Coverity.
Chris Lattner
2006-05-12
1
-1
/
+1
*
For PR351:
Reid Spencer
2005-12-22
1
-7
/
+12
*
Implement a generic polled Alarm function. This merely removes the system
Reid Spencer
2005-12-22
1
-0
/
+68
*
instead of using mstats, use malloc_zone_statistics which returns numbers
Chris Lattner
2005-11-14
1
-4
/
+8
*
Teach -track-memory to work on darwin. Looking at sbrk doesn't work because
Chris Lattner
2005-11-14
1
-10
/
+12
*
Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the
Chris Lattner
2005-08-02
1
-2
/
+18
*
support near allocations for the JIT
Andrew Lenharth
2005-07-29
1
-3
/
+9
*
Fix a problem in getDirectoryContents where sub-directory names were
Reid Spencer
2005-07-28
1
-6
/
+14
*
For PR540:
Reid Spencer
2005-07-12
1
-0
/
+46
*
1. Fix bug in getBaseName where it mishandles suffixes
Jeff Cohen
2005-07-09
1
-2
/
+6
*
Ensure that functions like isDirectory don't fail if the file doesn't
Reid Spencer
2005-07-08
1
-1
/
+13
*
Two changes:
Reid Spencer
2005-07-08
1
-7
/
+11
*
Stamp out tabs
Jeff Cohen
2005-07-08
1
-1
/
+1
*
Fix eraseSuffix()
Jeff Cohen
2005-07-08
1
-10
/
+6
*
Final Changes For PR495:
Reid Spencer
2005-07-08
2
-10
/
+19
*
For PR495:
Reid Spencer
2005-07-07
3
-134
/
+83
*
For PR495:
Reid Spencer
2005-07-07
2
-9
/
+9
*
Put in a hack for Cygwin that prevents mkdtemp from being used since
Reid Spencer
2005-06-02
1
-0
/
+5
*
comment the hpux bit
Duraid Madina
2005-05-16
1
-0
/
+1
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
8
-8
/
+0
*
Silence gcc-4.0.0 warnings.
Alkis Evlogimenos
2005-04-22
1
-4
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
2
-9
/
+9
*
Provide an implementation of the GetCurrentUserId and GetCurrentGroupId
Reid Spencer
2005-04-21
1
-0
/
+10
*
For Bug 543:
Reid Spencer
2005-04-21
1
-24
/
+24
*
For Bug 543:
Reid Spencer
2005-04-21
1
-6
/
+8
*
Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may
Misha Brukman
2005-04-20
1
-0
/
+2
*
Do not mark directories as `executable', we only want program files
Misha Brukman
2005-04-20
1
-0
/
+4
*
Ignore dangling symlinks in getDirectoryContents()
Misha Brukman
2005-04-20
1
-3
/
+8
*
Be slightly more accurate in an error message.
Reid Spencer
2005-03-02
1
-1
/
+1
*
Fix a bug in my previous change to this, which broke the build on sparcs.
Chris Lattner
2005-02-14
1
-1
/
+1
*
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
Chris Lattner
2005-02-13
2
-2
/
+6
[next]