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
2008-01-09
Fix compile failures with g++-4.3.
Duncan Sands
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-12-22
Unbreak mingw build
Anton Korobeynikov
2007-12-18
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-18
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-12-08
Remove dead file and directory.
Chris Lattner
2007-12-03
Provide hook for _alloca to make JITing on Cygwin slightly happier :)
Anton Korobeynikov
2007-11-21
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-11-01
Silence a warning saying that the variables always resolve to "true" in an
Bill Wendling
2007-09-28
really fix PR1581, thanks to Daniel Dunbar for pointing
Chris Lattner
2007-09-14
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-07-31
Fix PR1581, patch by Timo Savola
Chris Lattner
2007-07-06
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2007-07-06
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-06
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...
Gabor Greif
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-06-25
Provide hook for alloca on VCPP. Patch by Scott Graham
Anton Korobeynikov
2007-06-04
Fix LLVM build on NetBSD. Patch by Neil Booth.
Devang Patel
2007-05-11
Fix a bug where the bcreader could crash on .bc files that were an exact
Chris Lattner
2007-05-06
pull some win32 code into common code, add bitcode identification support.
Chris Lattner
2007-05-03
silence annoying gcc 4.3 warnings
Chris Lattner
2007-04-23
Cygwin doesn't have the RSS_LIMIT for get/setrlimit.
Reid Spencer
2007-04-11
Hack to get sys::Path to recognize macho dylibs.
Chris Lattner
2007-04-11
Teach sys::Path how to recognize different kinds of object files for ELF
Reid Spencer
2007-04-11
Make isDynamicLibrary detect more than just an ELF file.
Reid Spencer
2007-04-07
Unbreak VC++ build.
Jeff Cohen
2007-04-07
For PR1291:
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-03-29
Use the stat information in the Path object, if it is already obtained. This
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-29
Determine absolute paths the correct way :)
Jeff Cohen
2007-03-29
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-19
Fix mingw32 build
Anton Korobeynikov
2007-03-09
Unbreak mingw32 build
Anton Korobeynikov
2007-03-06
Implement PR1240
Anton Korobeynikov
2007-03-05
Ensure 64-bit correctness.
Jeff Cohen
2007-03-05
Implement memoryLimit on Windows.
Jeff Cohen
2007-03-04
fix typo
Chris Lattner
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-01
silence warning
Chris Lattner
2007-01-23
Moved disassembler to libSystem
Anton Korobeynikov
2007-01-20
For PR808:
Reid Spencer
2007-01-19
Unbreak Darwin.
Reid Spencer
2007-01-19
Help the lli interpreter find the stderr/stdin/stdout symbols. These are
Reid Spencer
2007-01-19
Handle each of stderr/stdin/stdout separately.
Reid Spencer
2007-01-11
Avoid taking the address of a macro by checking to see if stdin is defined
Reid Spencer
[next]