summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
...
* X86 doesn't actually use SelectionDAG yet.Chris Lattner2004-12-16
* Some minor upgradesReid Spencer2004-12-16
* Factor all of the .inc : .inc.tmp rules into one.Chris Lattner2004-12-16
* Add spaces between rule groups to make it more obvious which ones pairChris Lattner2004-12-16
* When tblgen changes, regenerate all .inc files, but do not rebuild any .oChris Lattner2004-12-16
* Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equalReid Spencer2004-12-16
* Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixedReid Spencer2004-12-16
* Fix a major bug with BUILT_SOURCES. You actually have to dereference aReid Spencer2004-12-16
* Revert last patch which breaks PowerPC target because it fails to buildReid Spencer2004-12-16
* Make %'s a bit more explicitChris Lattner2004-12-15
* Make archive rules properly depend on llvm-ar.Chris Lattner2004-12-15
* Fix the default install directory of modules from / to $(libdir) !Reid Spencer2004-12-14
* Fix typo.Alkis Evlogimenos2004-12-13
* Add llvm tool variables.Alkis Evlogimenos2004-12-13
* Finish the implementation of the BYTECODE_DESTINATION feature for modulesReid Spencer2004-12-13
* Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile toReid Spencer2004-12-13
* Make sure the archive doesn't have to exist before we remove it.Reid Spencer2004-12-13
* Always remove bytecode archives so that path mismatches don't cause theReid Spencer2004-12-13
* Fix output for Flexing to not print full path of source.Reid Spencer2004-12-10
* Implement the LLVM_DO_NOT_BUILD feature. If a file of that name isReid Spencer2004-12-08
* Remove -Woverloaded-virtual usage that was committed by accident.Reid Spencer2004-12-08
* Remove variables that are not used by any of the LLVM makefilesReid Spencer2004-12-08
* Add the check target so all projects can have thisReid Spencer2004-12-06
* Provide a variable to compute where the libstdc++.a isReid Spencer2004-12-05
* Add ability to make a single bytecode module from othersReid Spencer2004-12-05
* Getting dist-check to work:\Reid Spencer2004-12-04
* Remove all recursive check support from Makefile.rulesChris Lattner2004-12-03
* 'make check' at the top level shouldn't recurse through the sourcedirsChris Lattner2004-12-03
* Resurrect the install-bytecode target for installing just the bytecodeReid Spencer2004-12-03
* Pass -strip-debug to gccas when bytecode libraries are being built.Reid Spencer2004-12-03
* Quiet!Chris Lattner2004-12-02
* For PR466:Reid Spencer2004-12-02
* Make built bytecode libraries depend on gccas/gccld as appropriate. ThisChris Lattner2004-11-29
* Allow reconfig from any directory, not just the top build directory, byReid Spencer2004-11-29
* Incorporate tools/Makefile.JITReid Spencer2004-11-29
* * Allow date command to be printed in verbose modeReid Spencer2004-11-29
* Allow configuration files to be themselves configured and found in theReid Spencer2004-11-23
* Duh, put tools in *bin* directory, not *tools* directory as perReid Spencer2004-11-18
* Fix PR456:\Reid Spencer2004-11-18
* Fix PR458:Reid Spencer2004-11-17
* Add a command for using llvm-ar correctly.Reid Spencer2004-11-14
* * Clean up all the shared library output on uninstallReid Spencer2004-11-12
* Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer2004-11-08
* * New Recursive Target: clean-all. This target will recursively descend theReid Spencer2004-11-02
* * New Recursive Target: clean-allReid Spencer2004-11-02
* Eliminate redundant variable definition. Rename Configuration -> BuildModeReid Spencer2004-11-01
* When compiling a file, indicate what build it is forChris Lattner2004-11-01
* Get the shared library extension right on all platforms, regardless of whatReid Spencer2004-10-31
* Fix output for building shared libraries per Chris' requirementsReid Spencer2004-10-31
* Actually use the correct variable name for building bytecode files.Reid Spencer2004-10-31