summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2005-10-24Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner1-2/+10
2005-10-24pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner1-1/+1
2005-10-23Remove redundant flag.Jeff Cohen1-1/+1
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen1-1/+1
2005-10-21Plugin new subtarget backend into the build.Jim Laskey1-0/+4
2005-10-14Make sure targets depend on TargetSelectionDAG.tdChris Lattner1-1/+1
2005-10-05Add some rules for building preprocessed filesChris Lattner1-0/+17
2005-09-03allow for a target to ask for a dag iselChris Lattner1-0/+6
2005-08-27Implement PR614:Reid Spencer1-12/+16
2005-08-25For PR614:Reid Spencer1-21/+1
2005-08-25Don't attempt to update LLVM configured header files from a build in aReid Spencer1-0/+5
2005-08-24Whoops, don't use PROJ variables, these are all LLVM headers. This allowsReid Spencer1-3/+3
2005-08-24For PR619:Reid Spencer1-0/+16
2005-08-17Fix grammarMisha Brukman1-1/+1
2005-08-13Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth1-0/+6
2005-07-22No, really, it's an Alpha! And you probably thought it was a PowerPC.Misha Brukman1-1/+1
2005-07-22I know PowerPC wishes it could be alpha, but it cannot. so thereAndrew Lenharth1-1/+1
2005-07-22Alpha has JITAndrew Lenharth1-0/+12
2005-05-24Two dist-check related changes:Reid Spencer1-5/+12
2005-05-19Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer1-2/+2
2005-05-19Build the install directories just exactly as any others. Hopefully thisReid Spencer1-11/+4
2005-05-19Two changes to support building shared libraries that contain multipleReid Spencer1-65/+84
2005-05-16hp-ux needs this to get through the System/Support libsDuraid Madina1-0/+4
2005-05-13* Make some warning messages stand out a bit by putting **** at the endReid Spencer1-3/+3
2005-03-11* Remove extraneous spacesMisha Brukman1-6/+6
2005-03-11Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman1-1/+1
2005-03-01Correct a typo in Makefile.rules.Reid Spencer1-1/+1
2005-02-27Add llc to tools.Alkis Evlogimenos1-0/+3
2005-02-24Don't try to strip bytecode files!Reid Spencer1-1/+1
2005-02-24The install program doesn't know how to strip bytecode files so installReid Spencer1-1/+1
2005-02-24Fix the other half of PR528 .. don't try to strip header files!Reid Spencer1-3/+3
2005-02-24For PR528:Reid Spencer1-11/+16
2005-02-16Fix installation of configuration files.Reid Spencer1-2/+2
2005-02-16* Don't flatten the directory hierarchy when installing headersReid Spencer1-8/+13
2005-02-16Don't use pax for installing header files. Use the install program instead.Reid Spencer1-6/+8
2005-02-14For PR496:Reid Spencer1-2/+10
2005-02-13non-ieee arith crashes passes on alphaAndrew Lenharth1-0/+6
2005-02-09Fix installation of configured headers when objdir != srcdir. PatchChris Lattner1-3/+11
2005-02-04Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov!Chris Lattner1-2/+33
2005-02-02Add variable for bugpoint.Alkis Evlogimenos1-0/+4
2005-01-28Fix some typos in the Makefile.rules.Reid Spencer1-3/+3
2005-01-16Several changes:Reid Spencer1-159/+166
2005-01-14Allow the Echo and EchoCmd variables to be overridden.Reid Spencer1-2/+2
2005-01-11Implement the LOADABLE_MODULE option when building a shared library. ThisReid Spencer1-4/+13
2005-01-07X86 JIT requires the selection dag library.Chris Lattner1-1/+1
2005-01-03Quote the paths and not the assignment of the PATH variable.John Criswell1-2/+2
2005-01-03Joining the quote fray...John Criswell1-2/+2
2005-01-03Re-apply last (reverted) patch. Reverting doesn't solve the actual problemReid Spencer1-2/+2
2005-01-03Don't quote the PATH variable value just in case it has spaces in it, asJeff Cohen1-2/+2
2005-01-02Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrownReid Spencer1-3/+8