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
/
Support
Age
Commit message (
Expand
)
Author
2005-02-13
Move helper function here.
Chris Lattner
2005-02-09
Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped
Chris Lattner
2005-01-29
Make this work on systems where size_t == unsigned and where they are not
Tanya Lattner
2005-01-29
Make this work on systems where size_t is not the same as unsigned.
Tanya Lattner
2005-01-29
This file was schizophrenic when it came to representing sizes. In some
Chris Lattner
2005-01-29
After reading in a bc file, trim the resultant buffer down to what we
Chris Lattner
2005-01-29
Finegrainify namespacification
Chris Lattner
2005-01-29
Memory used is a delta between memuse at the start of the time and the
Chris Lattner
2005-01-23
Fix crash comparing empty file against nonempty file.
Chris Lattner
2005-01-23
Make DiffFilesWithTolerance take sys::Path's instead of std::strings
Chris Lattner
2005-01-23
Fix a bug in previous checkin
Chris Lattner
2005-01-23
Add a new method, refactored out of fpcmp
Chris Lattner
2005-01-22
Use binary mode for reading/writing bytecode files
Jeff Cohen
2005-01-08
Use size_t instead of long to represent memory usage. long is 32 bits
Jeff Cohen
2005-01-08
Do not throw away bits for no reason
Chris Lattner
2005-01-08
Silence a VS warning.
Chris Lattner
2005-01-02
Make printing a warning message optional in CheckBytecodeOutputToConsole.
Reid Spencer
2005-01-01
Implement a function to print a warning if bytecode output is to be sent to
Reid Spencer
2004-12-27
Fix a bug that made the nightly tester *really* slow. During changes for
Reid Spencer
2004-12-22
For PR351:
Reid Spencer
2004-12-20
Fix a bug where system time always equals user time
Reid Spencer
2004-12-20
Put some header files back that Win32 needs.
Reid Spencer
2004-12-20
For PR351:
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-16
For PR351:
Reid Spencer
2004-12-16
For PR351:
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-14
For PR351:
Reid Spencer
2004-12-14
Revert the last patch as it causes a static destruction ordering problem.
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-12-13
Get rid of some leaks found by VC leak detector.
Reid Spencer
2004-12-13
For PR351:Remove the file type checking methods (now in sys::Path)
Reid Spencer
2004-12-04
Distribute headers and license files too
Reid Spencer
2004-11-30
Up the compression threshold to 64K so we avoid it for all but the largest
Reid Spencer
2004-11-29
Functionality moved to portable lib/System/DynamicLibrary.cpp
Reid Spencer
2004-11-29
Use System/DynamicLibrary instead of Support/DynamicLinker to implement.
Reid Spencer
2004-11-29
Shared library extension is now in LTDL_SHLIB_EXT
Reid Spencer
2004-11-25
Add bzip2 subdirectory
Reid Spencer
2004-11-25
Remove zlib support in favor of our own bzip2 library
Reid Spencer
2004-11-25
Revise to LLVM makefile standards.
Reid Spencer
2004-11-25
Initial Version from bzip2 Release 1.0.2.
Reid Spencer
2004-11-24
Implement and document prefix options with arbitrary values including an
Reid Spencer
2004-11-20
Fixed assertion from triggering. We need to check if the commandline map is e...
Tanya Lattner
[next]