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
/
Makefile.rules
Age
Commit message (
Expand
)
Author
2005-01-07
X86 JIT requires the selection dag library.
Chris Lattner
2005-01-03
Quote the paths and not the assignment of the PATH variable.
John Criswell
2005-01-03
Joining the quote fray...
John Criswell
2005-01-03
Re-apply last (reverted) patch. Reverting doesn't solve the actual problem
Reid Spencer
2005-01-03
Don't quote the PATH variable value just in case it has spaces in it, as
Jeff Cohen
2005-01-02
Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrown
Reid Spencer
2005-01-02
Quote the PATH variable value just in case it has spaces in it (like on
Reid Spencer
2004-12-28
Correct the name of the variable for the LLVM examples directory so that
Reid Spencer
2004-12-27
Make it possible to reconfigure a project as well as just LLVM main dir.
Reid Spencer
2004-12-24
Make sure llvm-g++ gets the right path for the llvm tools.
Reid Spencer
2004-12-24
Two corrections:
Reid Spencer
2004-12-22
For PR432:
Reid Spencer
2004-12-17
Complete the implementation of the spotless rule and make it not depend on
Reid Spencer
2004-12-16
X86 doesn't actually use SelectionDAG yet.
Chris Lattner
2004-12-16
Some minor upgrades
Reid Spencer
2004-12-16
Factor all of the .inc : .inc.tmp rules into one.
Chris Lattner
2004-12-16
Add spaces between rule groups to make it more obvious which ones pair
Chris Lattner
2004-12-16
When tblgen changes, regenerate all .inc files, but do not rebuild any .o
Chris Lattner
2004-12-16
Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal
Reid Spencer
2004-12-16
Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixed
Reid Spencer
2004-12-16
Fix a major bug with BUILT_SOURCES. You actually have to dereference a
Reid Spencer
2004-12-16
Revert last patch which breaks PowerPC target because it fails to build
Reid Spencer
2004-12-15
Make %'s a bit more explicit
Chris Lattner
2004-12-15
Make archive rules properly depend on llvm-ar.
Chris Lattner
2004-12-14
Fix the default install directory of modules from / to $(libdir) !
Reid Spencer
2004-12-13
Fix typo.
Alkis Evlogimenos
2004-12-13
Add llvm tool variables.
Alkis Evlogimenos
2004-12-13
Finish the implementation of the BYTECODE_DESTINATION feature for modules
Reid Spencer
2004-12-13
Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to
Reid Spencer
2004-12-13
Make sure the archive doesn't have to exist before we remove it.
Reid Spencer
2004-12-13
Always remove bytecode archives so that path mismatches don't cause the
Reid Spencer
2004-12-10
Fix output for Flexing to not print full path of source.
Reid Spencer
2004-12-08
Implement the LLVM_DO_NOT_BUILD feature. If a file of that name is
Reid Spencer
2004-12-08
Remove -Woverloaded-virtual usage that was committed by accident.
Reid Spencer
2004-12-08
Remove variables that are not used by any of the LLVM makefiles
Reid Spencer
2004-12-06
Add the check target so all projects can have this
Reid Spencer
2004-12-05
Provide a variable to compute where the libstdc++.a is
Reid Spencer
2004-12-05
Add ability to make a single bytecode module from others
Reid Spencer
2004-12-04
Getting dist-check to work:\
Reid Spencer
2004-12-03
Remove all recursive check support from Makefile.rules
Chris Lattner
2004-12-03
'make check' at the top level shouldn't recurse through the sourcedirs
Chris Lattner
2004-12-03
Resurrect the install-bytecode target for installing just the bytecode
Reid Spencer
2004-12-03
Pass -strip-debug to gccas when bytecode libraries are being built.
Reid Spencer
2004-12-02
Quiet!
Chris Lattner
2004-12-02
For PR466:
Reid Spencer
2004-11-29
Make built bytecode libraries depend on gccas/gccld as appropriate. This
Chris Lattner
2004-11-29
Allow reconfig from any directory, not just the top build directory, by
Reid Spencer
2004-11-29
Incorporate tools/Makefile.JIT
Reid Spencer
2004-11-29
* Allow date command to be printed in verbose mode
Reid Spencer
2004-11-23
Allow configuration files to be themselves configured and found in the
Reid Spencer
[next]