index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
Age
Commit message (
Expand
)
Author
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2005-08-24
For PR616:
Reid Spencer
2005-08-02
Fix grammar: it's == "it is".
Misha Brukman
2005-08-02
It's dangerous coding on Mondays.
Jeff Cohen
2005-08-02
Implement SetInterruptFunction for Windows.
Jeff Cohen
2005-08-02
Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the
Chris Lattner
2005-07-29
support near allocations for the JIT
Andrew Lenharth
2005-07-28
Fix a problem in getDirectoryContents where sub-directory names were
Reid Spencer
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-13
Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation
Reid Spencer
2005-07-13
Note to self: don't introduce memory leaks.
Jeff Cohen
2005-07-13
Win32 support for Mutex class.
Jeff Cohen
2005-07-12
For PR540:
Reid Spencer
2005-07-09
Fix bugs also fixed in Unix version, plus other general cleanup.
Jeff Cohen
2005-07-09
1. Fix bug in getBaseName where it mishandles suffixes
Jeff Cohen
2005-07-08
Ensure that functions like isDirectory don't fail if the file doesn't
Reid Spencer
2005-07-08
Two changes:
Reid Spencer
2005-07-08
Stamp out tabs
Jeff Cohen
2005-07-08
Make Win32 implementation conform to new paradigm
Jeff Cohen
2005-07-08
Fix eraseSuffix()
Jeff Cohen
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-08
Fix VC++ breakage
Jeff Cohen
2005-07-07
Changes to mimic those in Unix/Path.inc in support of PR495. This hasn't
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-06-02
Put in a hack for Cygwin that prevents mkdtemp from being used since
Reid Spencer
2005-05-16
comment the hpux bit
Duraid Madina
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-22
Silence gcc-4.0.0 warnings.
Alkis Evlogimenos
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Provide an implementation of the GetCurrentUserId and GetCurrentGroupId
Reid Spencer
2005-04-21
For Bug 543:
Reid Spencer
2005-04-21
For Bug 543:
Reid Spencer
2005-04-20
Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may
Misha Brukman
2005-04-20
Do not mark directories as `executable', we only want program files
Misha Brukman
2005-04-20
Ignore dangling symlinks in getDirectoryContents()
Misha Brukman
2005-04-11
Eliminate tabs
Jeff Cohen
2005-03-02
Be slightly more accurate in an error message.
Reid Spencer
2005-02-20
Fix silly mistake.
Jeff Cohen
2005-02-20
Implement standard I/O redirection in ExecuteAndWait().
Jeff Cohen
2005-02-19
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
Jeff Cohen
2005-02-18
Make PreventCoreFiles() do the right thing on Windows.
Jeff Cohen
2005-02-16
Arg list already has program name in it.
Jeff Cohen
2005-02-14
Fix a bug in my previous change to this, which broke the build on sparcs.
Chris Lattner
2005-02-13
Fix the llvm bootstrap
Chris Lattner
2005-02-13
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
Chris Lattner
2005-01-27
Fix some Path bugs
Jeff Cohen
2005-01-22
Fix destroyDirectory bug
Jeff Cohen
[next]