summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Some simple cleanups:Reid Spencer2005-12-21
* Implement fix for PR471:Reid Spencer2005-12-21
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* analyses after transformationsChris Lattner2005-10-25
* Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner2005-10-24
* pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner2005-10-24
* Remove redundant flag.Jeff Cohen2005-10-23
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Plugin new subtarget backend into the build.Jim Laskey2005-10-21
* Make sure targets depend on TargetSelectionDAG.tdChris Lattner2005-10-14
* Add some rules for building preprocessed filesChris Lattner2005-10-05
* 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