summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
...
* allow for a target to ask for a dag iselChris Lattner2005-09-03
* Implement PR614:Reid Spencer2005-08-27
* For PR614:Reid Spencer2005-08-25
* Don't attempt to update LLVM configured header files from a build in aReid Spencer2005-08-25
* Whoops, don't use PROJ variables, these are all LLVM headers. This allowsReid Spencer2005-08-24
* For PR619:Reid Spencer2005-08-24
* Fix grammarMisha Brukman2005-08-17
* Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth2005-08-13
* No, really, it's an Alpha! And you probably thought it was a PowerPC.Misha Brukman2005-07-22
* I know PowerPC wishes it could be alpha, but it cannot. so thereAndrew Lenharth2005-07-22
* Alpha has JITAndrew Lenharth2005-07-22
* Two dist-check related changes:Reid Spencer2005-05-24
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-19
* Build the install directories just exactly as any others. Hopefully thisReid Spencer2005-05-19
* Two changes to support building shared libraries that contain multipleReid Spencer2005-05-19
* 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