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
/
tools
Age
Commit message (
Expand
)
Author
2004-12-03
Add -strip-debug option
Chris Lattner
2004-12-02
Adjust to change in pass name
Chris Lattner
2004-12-02
Recognize --strip-all as a synonym for -s.
Chris Lattner
2004-12-02
Implement file replacement correctly even with the f (TruncateNames) flag
Reid Spencer
2004-11-29
Shared library extension is now in LTDL_SHLIB_EXT
Reid Spencer
2004-11-29
No longer necessary, moved Makefile.rules
Reid Spencer
2004-11-29
Use LLVMLIBS=JIT to get JIT libraries
Reid Spencer
2004-11-29
Make sure the program's symbols can be dlsym'd as well.
Reid Spencer
2004-11-29
Make the check a little quieter.
Reid Spencer
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-25
Always pass -D_GNU_SOURCE to cc1plus
Reid Spencer
2004-11-25
Always pass -D_GNU_SOURCE to cc1
Reid Spencer
2004-11-25
Correct the configuration variable used to find the bin directory.
Reid Spencer
2004-11-24
Make sure additional C++ suffixes are recognized by llvmc.
Reid Spencer
2004-11-23
* Adjust the options to make them either accept multiple occurrences or be
Reid Spencer
2004-11-23
* Don't pass empty arguments to ExecuteAndWait because it can cause the
Reid Spencer
2004-11-23
Configuration data now supports a vector of library paths.
Reid Spencer
2004-11-23
Add the c and cpp configuration files.
Reid Spencer
2004-11-23
Removed in favor of configurable (*.in) versions.
Reid Spencer
2004-11-23
Make various adjustments to parsing so that the separator character doesn't
Reid Spencer
2004-11-23
SPACE is a legitimate token now, to separate option words.
Reid Spencer
2004-11-23
Handle space, separators, bad substitutions, and library search path better
Reid Spencer
2004-11-23
Configurable language configuration files.
Reid Spencer
2004-11-20
Get the -o option right
Reid Spencer
2004-11-20
Get the -o option right
Reid Spencer
2004-11-20
Not needed any more.
Reid Spencer
2004-11-20
Content moved to llvm-ld.cpp
Reid Spencer
2004-11-20
Incorporate GenerateCode.cpp. Make static things static.
Reid Spencer
2004-11-20
First cut at implementing generic link-time Optimization
Reid Spencer
2004-11-20
The Archive class now has differentiation for BSD4.4 and SVR4 style archive
Reid Spencer
2004-11-19
Fix a bug that caused stuff like this:
Chris Lattner
2004-11-19
Fix a bug in the checkin where I adjusted this code to work when
Chris Lattner
2004-11-18
Remove debugging code, unneuter this functionality
Chris Lattner
2004-11-18
remove debugging code
Chris Lattner
2004-11-18
Adding option to llc for ModuloScheduling. By default it is turned off.
Tanya Lattner
2004-11-17
-disable-opt is not -O0, it's okay for it to disable internalize.
Chris Lattner
2004-11-16
Even with -disable-opt we should still internalize and strip if requested.
Chris Lattner
2004-11-16
Per code review: \
Reid Spencer
2004-11-16
Per code review: \
Reid Spencer
2004-11-16
Make this code not depend on LinkModules leaving the second argument unmolested.
Chris Lattner
2004-11-15
This file was originally developed by the LLVM research group so this comment...
Tanya Lattner
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
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
[next]