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
/
llvm-config
/
Makefile
Age
Commit message (
Expand
)
Author
2010-03-04
Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.
Erick Tryzelaar
2010-02-04
New flag for GenLibDeps, and llvm-config-perobjincl.
Torok Edwin
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-03-10
Change these sed lines to behave correctly when the input string
Dan Gohman
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-11-27
Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that
Ted Kremenek
2007-07-10
Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines only
Reid Spencer
2007-06-28
Add support for building with _GLIBCXX_DEBUG. New configure option
David Greene
2007-02-04
Fix grammaro in output message.
Reid Spencer
2007-01-21
Run GenLibDeps.pl with the configured PERL path to handle different install
Reid Spencer
2007-01-09
Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...
Chandler Carruth
2007-01-06
Add an option for getting the C compiler flags, --cflags.
Reid Spencer
2006-12-12
Fix PR1040:
Reid Spencer
2006-12-06
reword message
Chris Lattner
2006-09-04
If a cycle exists, don't succeed building the second time around.
Chris Lattner
2006-08-04
Fixed typo. Thanks, Reid.
Anton Korobeynikov
2006-08-04
Removed usage of "sort", which can lead to undeterministic behavior on mingw ...
Anton Korobeynikov
2006-08-03
For PR845:
Reid Spencer
2006-07-27
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
Reid Spencer
2006-07-26
Make changes necessary for stopping the build if a cyclic library
Reid Spencer
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2006-06-06
Make the llvm-config library dependency database depend on all of the libraries.
Chris Lattner
2006-06-02
Capture the build mode (e.g. Debug/Release) in the llvm-config script.
Chris Lattner
2006-06-02
Remove obsolete CORE_IS_ARCHIVE support
Chris Lattner
2006-06-01
Build llvm-config into the ToolDir not in the local directory. This makes
Reid Spencer
2006-05-03
For PR764:
Reid Spencer
2006-04-20
Several Changes To Support Building llvm-config:
Reid Spencer
2006-03-23
Update to llvm-config tool, by Erik Kidd:
Reid Spencer
2006-03-23
Don't print out ugly command line when building LibDeps.txt.
Reid Spencer
2006-03-22
These changes are necessary to support the new llvm-config tool. llvm-config
Reid Spencer
2006-03-19
First cut at the Makefile for llvm-config. This initial version just provides
Reid Spencer