aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* For PR625:Reid Spencer2005-12-231-1/+3
* Some simple cleanups:Reid Spencer2005-12-211-6/+12
* Implement fix for PR471:Reid Spencer2005-12-211-0/+2
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-3/+3
* analyses after transformationsChris Lattner2005-10-251-1/+1
* Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner2005-10-241-2/+10
* pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner2005-10-241-1/+1
* Remove redundant flag.Jeff Cohen2005-10-231-1/+1
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+1
* Plugin new subtarget backend into the build.Jim Laskey2005-10-211-0/+4
* Make sure targets depend on TargetSelectionDAG.tdChris Lattner2005-10-141-1/+1
* Add some rules for building preprocessed filesChris Lattner2005-10-051-0/+17
* allow for a target to ask for a dag iselChris Lattner2005-09-031-0/+6
* Implement PR614:Reid Spencer2005-08-271-12/+16
* For PR614:Reid Spencer2005-08-251-21/+1
* Don't attempt to update LLVM configured header files from a build in aReid Spencer2005-08-251-0/+5
* Whoops, don't use PROJ variables, these are all LLVM headers. This allowsReid Spencer2005-08-241-3/+3
* For PR619:Reid Spencer2005-08-241-0/+16
* Fix grammarMisha Brukman2005-08-171-1/+1
* Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth2005-08-131-0/+6
* No, really, it's an Alpha! And you probably thought it was a PowerPC.Misha Brukman2005-07-221-1/+1
* I know PowerPC wishes it could be alpha, but it cannot. so thereAndrew Lenharth2005-07-221-1/+1
* Alpha has JITAndrew Lenharth2005-07-221-0/+12
* Two dist-check related changes:Reid Spencer2005-05-241-5/+12
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-191-2/+2
* Build the install directories just exactly as any others. Hopefully thisReid Spencer2005-05-191-11/+4
* Two changes to support building shared libraries that contain multipleReid Spencer2005-05-191-65/+84
* hp-ux needs this to get through the System/Support libsDuraid Madina2005-05-161-0/+4
* * Make some warning messages stand out a bit by putting **** at the endReid Spencer2005-05-131-3/+3
* * Remove extraneous spacesMisha Brukman2005-03-111-6/+6
* Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman2005-03-111-1/+1
* Correct a typo in Makefile.rules.Reid Spencer2005-03-011-1/+1
* Add llc to tools.Alkis Evlogimenos2005-02-271-0/+3
* Don't try to strip bytecode files!Reid Spencer2005-02-241-1/+1
* The install program doesn't know how to strip bytecode files so installReid Spencer2005-02-241-1/+1
* Fix the other half of PR528 .. don't try to strip header files!Reid Spencer2005-02-241-3/+3
* For PR528:Reid Spencer2005-02-241-11/+16
* Fix installation of configuration files.Reid Spencer2005-02-161-2/+2
* * Don't flatten the directory hierarchy when installing headersReid Spencer2005-02-161-8/+13
* Don't use pax for installing header files. Use the install program instead.Reid Spencer2005-02-161-6/+8
* 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