summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* hp-ux needs this to get through the System/Support libsDuraid Madina2005-05-16
* * Make some warning messages stand out a bit by putting **** at the endReid Spencer2005-05-13
* * Remove extraneous spacesMisha Brukman2005-03-11
* Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman2005-03-11
* Correct a typo in Makefile.rules.Reid Spencer2005-03-01
* Add llc to tools.Alkis Evlogimenos2005-02-27
* Don't try to strip bytecode files!Reid Spencer2005-02-24
* The install program doesn't know how to strip bytecode files so installReid Spencer2005-02-24
* Fix the other half of PR528 .. don't try to strip header files!Reid Spencer2005-02-24
* For PR528:Reid Spencer2005-02-24
* Fix installation of configuration files.Reid Spencer2005-02-16
* * Don't flatten the directory hierarchy when installing headersReid Spencer2005-02-16
* Don't use pax for installing header files. Use the install program instead.Reid Spencer2005-02-16
* For PR496:Reid Spencer2005-02-14
* non-ieee arith crashes passes on alphaAndrew Lenharth2005-02-13
* Fix installation of configured headers when objdir != srcdir. PatchChris Lattner2005-02-09
* Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov!Chris Lattner2005-02-04
* Add variable for bugpoint.Alkis Evlogimenos2005-02-02
* Fix some typos in the Makefile.rules.Reid Spencer2005-01-28
* Several changes:Reid Spencer2005-01-16
* Allow the Echo and EchoCmd variables to be overridden.Reid Spencer2005-01-14
* Implement the LOADABLE_MODULE option when building a shared library. ThisReid Spencer2005-01-11
* X86 JIT requires the selection dag library.Chris Lattner2005-01-07
* Quote the paths and not the assignment of the PATH variable.John Criswell2005-01-03
* Joining the quote fray...John Criswell2005-01-03
* Re-apply last (reverted) patch. Reverting doesn't solve the actual problemReid Spencer2005-01-03
* Don't quote the PATH variable value just in case it has spaces in it, asJeff Cohen2005-01-03
* Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrownReid Spencer2005-01-02
* Quote the PATH variable value just in case it has spaces in it (like onReid Spencer2005-01-02
* Correct the name of the variable for the LLVM examples directory so thatReid Spencer2004-12-28
* Make it possible to reconfigure a project as well as just LLVM main dir.Reid Spencer2004-12-27
* Make sure llvm-g++ gets the right path for the llvm tools.Reid Spencer2004-12-24
* Two corrections:Reid Spencer2004-12-24
* For PR432:Reid Spencer2004-12-22
* Complete the implementation of the spotless rule and make it not depend onReid Spencer2004-12-17
* 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