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
Age
Commit message (
Expand
)
Author
2004-11-15
Substantially refactor the SCCP class into an SCCP pass and an SCCPSolver
Chris Lattner
2004-11-15
Make it actually compile on Solaris.
Reid Spencer
2004-11-15
Consolidate the implementation of TimeValue::now() for Unix to use the
Reid Spencer
2004-11-15
Consolidate the implementation of TimeValue::now() for Unix to use the
Reid Spencer
2004-11-15
* Make sure the string table gets read even if there isn't a foreign
Reid Spencer
2004-11-15
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-14
Remove a forgotten debug output line.
Reid Spencer
2004-11-14
Implement functionality suggested from code review: getStatusInfo should
Reid Spencer
2004-11-14
Changes per code review:
Reid Spencer
2004-11-14
Linker.h moved to include/llvm from include/llvm/Support.
Reid Spencer
2004-11-14
Make sure IdentifyFileType is in the sys namespace.
Reid Spencer
2004-11-14
Linker.h moved to include/llvm.
Reid Spencer
2004-11-14
bugpoint needs LLVMLinker.a now.
Reid Spencer
2004-11-14
Correct call of methods whose names have changed.
Reid Spencer
2004-11-14
This program needs libLLVMLinker.a now
Reid Spencer
2004-11-14
Linker.h has a new home.
Reid Spencer
2004-11-14
Moved to lib/Bytecode/Archive.
Reid Spencer
2004-11-14
Add missing include.
Alkis Evlogimenos
2004-11-14
Fix usage of changed function prototype
Reid Spencer
2004-11-14
A tool for adding a symbol table to LLVM Archives
Reid Spencer
2004-11-14
Makefile for llvm-ranlib tool
Reid Spencer
2004-11-14
*Fix usage of changed function prototype*Use Archive interface to symbol tabl...
Reid Spencer
2004-11-14
This tool needs libLLVMArchive now
Reid Spencer
2004-11-14
Remove linking declarations (in Linker.h now)
Reid Spencer
2004-11-14
We need the libLLVMArchive library now
Reid Spencer
2004-11-14
Moved to lib/Linker (common with gccld)
Reid Spencer
2004-11-14
Total rewrite using Archive library & new functionality
Reid Spencer
2004-11-14
This tool needs the libLLVMArchive library now.
Reid Spencer
2004-11-14
Remove linking declarations (in Linker.h now)
Reid Spencer
2004-11-14
Provide exception handling
Reid Spencer
2004-11-14
Moved to lib/Linker
Reid Spencer
2004-11-14
Add the llvm-ranlib tool
Reid Spencer
2004-11-14
Use llvm-ar not ar for constructing archive. Wrap at 80 cols.
Reid Spencer
2004-11-14
Forget strerror_r, it causes problems. Fix later when threading matters
Reid Spencer
2004-11-14
Implement the toString method
Reid Spencer
2004-11-14
Update for prototype changes
Reid Spencer
2004-11-14
* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...
Reid Spencer
2004-11-14
Fix bugs in class invariant
Reid Spencer
2004-11-14
Include the correct implementation file
Reid Spencer
2004-11-14
Don't exceed 80 columns.
Reid Spencer
2004-11-14
Implement IdentifyFileType function
Reid Spencer
2004-11-14
Implement the high level interface to make (de)compression easier.
Reid Spencer
2004-11-14
Implement the MoreHelp utility that calls a function to printmore help inform...
Reid Spencer
2004-11-14
Don't bother with a re-linked library, ensure archive library is built.
Reid Spencer
2004-11-14
*Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...
Reid Spencer
2004-11-14
Simplify compression code by using the high level interface to the Compressor
Reid Spencer
2004-11-14
Add wrappers to get defined symbols from bytecode
Reid Spencer
2004-11-14
Simplify handling of decompression
Reid Spencer
2004-11-14
Simplify decompression code by using the high level interface to the Compressor
Reid Spencer
2004-11-14
Completely rewritten to allow reading of archives and symbol table lookup in ...
Reid Spencer
[prev]
[next]