summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2007-02-07Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not aReid Spencer1-1/+1
2007-02-07Remove a spurious ;Reid Spencer1-1/+1
2007-02-06Implement the NO_INSTALL feature. Setting this variable to any value inReid Spencer1-6/+56
2007-02-04When using LINK_COMPONENTS, append the components to the end of theReid Spencer1-2/+2
2007-01-26Work around broken binutils on alphaAndrew Lenharth1-0/+4
2007-01-11Don't remove the find_rule label from FLEX output. It is needed by someReid Spencer1-1/+0
2007-01-03Remove the find_rule label from the output of flex. This will break anyReid Spencer1-0/+1
2006-12-30When compiling a C or C++ file to assembly, make the assembly outputReid Spencer1-6/+6
2006-12-16Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer1-2/+11
2006-12-10Don't bother with setting the path before running llvm-gcc4, it doesn'tReid Spencer1-4/+5
2006-12-03Remove line not meant to be committed.Reid Spencer1-2/+0
2006-12-03Handle upgrade of llvm-gcc3 assembly files.Reid Spencer1-0/+24
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer1-0/+8
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer1-8/+0
2006-11-15Fix typo pointed out by Bryan AdamsChris Lattner1-1/+1
2006-11-11Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug).Reid Spencer1-1/+1
2006-11-02For PR786:Reid Spencer1-2/+2
2006-10-24Targets should depend on all the intrinsics.td files also, otherwise theyChris Lattner1-1/+2
2006-09-29Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 willChris Lattner1-7/+7
2006-09-04Fix a build problemChris Lattner1-2/+3
2006-09-04Remove some dead makefileryChris Lattner1-62/+0
2006-09-04Bugfix for llvm-config supportChris Lattner1-13/+16
2006-09-04Make LINK_COMPONENTS interact well with make cleanChris Lattner1-1/+3
2006-09-04Add a new make option (LINK_COMPONENTS) which tools can use to specify whatChris Lattner1-4/+14
2006-09-04Rearrange library linkage order.Chris Lattner1-3/+4
2006-08-28For PR387:Reid Spencer1-1/+1
2006-08-25Doh! Commit the change that turns ON -fno-exceptions.Reid Spencer1-3/+3
2006-08-25For PR797:Reid Spencer1-5/+5
2006-08-24For PR738:Reid Spencer1-0/+4
2006-08-18To avoid errors where a non-exception .o is on the stack between a throwReid Spencer1-5/+5
2006-08-18For PR797:Reid Spencer1-0/+5
2006-08-07For PR780:Reid Spencer1-14/+27
2006-07-27Pass -fstrict-aliasing to the compiler when building a release build on darwin.Chris Lattner1-3/+8
2006-07-26For PR814:Reid Spencer1-1/+5
2006-07-26Reduce work done for directory traversal in srcdir==objdir builds.Chris Lattner1-0/+16
2006-07-21Workaround no longer needed.Evan Cheng1-6/+1
2006-07-21Fix MacOSX build failures. (pr841)Devang Patel1-4/+5
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner1-3/+3
2006-07-20Fix linking on AlphaAndrew Lenharth1-3/+3
2006-07-11Profile builds should always have debug info enabled.Chris Lattner1-3/+3
2006-06-29Allow specifying an explicit list of architectures to build for, e.g.:Chris Lattner1-6/+15
2006-06-21Add targets for generating .s file in addition to .o files.Chris Lattner1-15/+28
2006-06-21Factor a bunch of rules together, no functionality change.Chris Lattner1-56/+23
2006-06-20Allow LLVM to be built with extra options.Evan Cheng1-1/+1
2006-06-16Do not hardcode random paths into the makefile. Make the user specify theChris Lattner1-5/+11
2006-06-15Fix building on case-sensitive file systems, grr :)Chris Lattner1-2/+2
2006-06-02Remove obsolete CORE_IS_ARCHIVE stuff.Chris Lattner1-8/+0
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer1-1/+5
2006-06-01For PR786:Reid Spencer1-1/+2
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-2/+2