aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
...
* For PR496:Reid Spencer2005-02-141-2/+10
* non-ieee arith crashes passes on alphaAndrew Lenharth2005-02-131-0/+6
* Fix installation of configured headers when objdir != srcdir. PatchChris Lattner2005-02-091-3/+11
* Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov!Chris Lattner2005-02-041-2/+33
* Add variable for bugpoint.Alkis Evlogimenos2005-02-021-0/+4
* Fix some typos in the Makefile.rules.Reid Spencer2005-01-281-3/+3
* Several changes:Reid Spencer2005-01-161-159/+166
* Allow the Echo and EchoCmd variables to be overridden.Reid Spencer2005-01-141-2/+2
* Implement the LOADABLE_MODULE option when building a shared library. ThisReid Spencer2005-01-111-4/+13
* X86 JIT requires the selection dag library.Chris Lattner2005-01-071-1/+1
* Quote the paths and not the assignment of the PATH variable.John Criswell2005-01-031-2/+2
* Joining the quote fray...John Criswell2005-01-031-2/+2
* Re-apply last (reverted) patch. Reverting doesn't solve the actual problemReid Spencer2005-01-031-2/+2
* Don't quote the PATH variable value just in case it has spaces in it, asJeff Cohen2005-01-031-2/+2
* Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrownReid Spencer2005-01-021-3/+8
* Quote the PATH variable value just in case it has spaces in it (like onReid Spencer2005-01-021-2/+2
* Correct the name of the variable for the LLVM examples directory so thatReid Spencer2004-12-281-1/+1
* Make it possible to reconfigure a project as well as just LLVM main dir.Reid Spencer2004-12-271-4/+5
* Make sure llvm-g++ gets the right path for the llvm tools.Reid Spencer2004-12-241-1/+2
* Two corrections:Reid Spencer2004-12-241-1/+7
* For PR432:Reid Spencer2004-12-221-9/+7
* Complete the implementation of the spotless rule and make it not depend onReid Spencer2004-12-171-6/+12
* X86 doesn't actually use SelectionDAG yet.Chris Lattner2004-12-161-1/+1
* Some minor upgradesReid Spencer2004-12-161-13/+19
* Factor all of the .inc : .inc.tmp rules into one.Chris Lattner2004-12-161-38/+8
* Add spaces between rule groups to make it more obvious which ones pairChris Lattner2004-12-161-22/+10
* When tblgen changes, regenerate all .inc files, but do not rebuild any .oChris Lattner2004-12-161-23/+78
* Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equalReid Spencer2004-12-161-0/+15
* Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixedReid Spencer2004-12-161-6/+6
* Fix a major bug with BUILT_SOURCES. You actually have to dereference aReid Spencer2004-12-161-1/+1
* Revert last patch which breaks PowerPC target because it fails to buildReid Spencer2004-12-161-10/+10
* Make %'s a bit more explicitChris Lattner2004-12-151-10/+10
* Make archive rules properly depend on llvm-ar.Chris Lattner2004-12-151-2/+4
* Fix the default install directory of modules from / to $(libdir) !Reid Spencer2004-12-141-1/+1
* Fix typo.Alkis Evlogimenos2004-12-131-1/+1
* Add llvm tool variables.Alkis Evlogimenos2004-12-131-0/+9
* Finish the implementation of the BYTECODE_DESTINATION feature for modulesReid Spencer2004-12-131-5/+11
* Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile toReid Spencer2004-12-131-2/+8
* Make sure the archive doesn't have to exist before we remove it.Reid Spencer2004-12-131-2/+2
* Always remove bytecode archives so that path mismatches don't cause theReid Spencer2004-12-131-0/+2
* Fix output for Flexing to not print full path of source.Reid Spencer2004-12-101-1/+1
* Implement the LLVM_DO_NOT_BUILD feature. If a file of that name isReid Spencer2004-12-081-5/+12
* Remove -Woverloaded-virtual usage that was committed by accident.Reid Spencer2004-12-081-6/+3
* Remove variables that are not used by any of the LLVM makefilesReid Spencer2004-12-081-7/+7
* Add the check target so all projects can have thisReid Spencer2004-12-061-4/+21
* Provide a variable to compute where the libstdc++.a isReid Spencer2004-12-051-0/+1
* Add ability to make a single bytecode module from othersReid Spencer2004-12-051-0/+43
* Getting dist-check to work:\Reid Spencer2004-12-041-45/+70
* Remove all recursive check support from Makefile.rulesChris Lattner2004-12-031-4/+2
* 'make check' at the top level shouldn't recurse through the sourcedirsChris Lattner2004-12-031-2/+1