aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2005-12-23For PR625:Reid Spencer
2005-12-21Some simple cleanups:Reid Spencer
2005-12-21Implement fix for PR471:Reid Spencer
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-25analyses after transformationsChris Lattner
2005-10-24Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner
2005-10-24pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner
2005-10-23Remove redundant flag.Jeff Cohen
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-10-21Plugin new subtarget backend into the build.Jim Laskey
2005-10-14Make sure targets depend on TargetSelectionDAG.tdChris Lattner
2005-10-05Add some rules for building preprocessed filesChris Lattner
2005-09-03allow for a target to ask for a dag iselChris Lattner
2005-08-27Implement PR614:Reid Spencer
2005-08-25For PR614:Reid Spencer
2005-08-25Don't attempt to update LLVM configured header files from a build in aReid Spencer
2005-08-24Whoops, don't use PROJ variables, these are all LLVM headers. This allowsReid Spencer
2005-08-24For PR619:Reid Spencer
2005-08-17Fix grammarMisha Brukman
2005-08-13Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth
2005-07-22No, really, it's an Alpha! And you probably thought it was a PowerPC.Misha Brukman
2005-07-22I know PowerPC wishes it could be alpha, but it cannot. so thereAndrew Lenharth
2005-07-22Alpha has JITAndrew Lenharth
2005-05-24Two dist-check related changes:Reid Spencer
2005-05-19Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer
2005-05-19Build the install directories just exactly as any others. Hopefully thisReid Spencer
2005-05-19Two changes to support building shared libraries that contain multipleReid Spencer
2005-05-16hp-ux needs this to get through the System/Support libsDuraid Madina
2005-05-13* Make some warning messages stand out a bit by putting **** at the endReid Spencer
2005-03-11* Remove extraneous spacesMisha Brukman
2005-03-11Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman
2005-03-01Correct a typo in Makefile.rules.Reid Spencer
2005-02-27Add llc to tools.Alkis Evlogimenos
2005-02-24Don't try to strip bytecode files!Reid Spencer
2005-02-24The install program doesn't know how to strip bytecode files so installReid Spencer
2005-02-24Fix the other half of PR528 .. don't try to strip header files!Reid Spencer
2005-02-24For PR528:Reid Spencer
2005-02-16Fix installation of configuration files.Reid Spencer
2005-02-16* Don't flatten the directory hierarchy when installing headersReid Spencer
2005-02-16Don't use pax for installing header files. Use the install program instead.Reid Spencer
2005-02-14For PR496:Reid Spencer
2005-02-13non-ieee arith crashes passes on alphaAndrew Lenharth
2005-02-09Fix installation of configured headers when objdir != srcdir. PatchChris Lattner
2005-02-04Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov!Chris Lattner
2005-02-02Add variable for bugpoint.Alkis Evlogimenos
2005-01-28Fix some typos in the Makefile.rules.Reid Spencer
2005-01-16Several changes:Reid Spencer
2005-01-14Allow the Echo and EchoCmd variables to be overridden.Reid Spencer
2005-01-11Implement the LOADABLE_MODULE option when building a shared library. ThisReid Spencer