aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2008-03-10Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen
2008-02-27Remove inappropriate whitespace, change CVS to SVN where it makes sense.Gabor Greif
2008-02-25when making bytecode modules, link as libraryAndrew Lenharth
2008-02-05Make the check for GCC version more robust, fix shared libraryChris Lattner
2008-01-28Unbreak builds with differing object and sourceDuncan Sands
2008-01-28reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSEChris Lattner
2008-01-22One too many )'s breaks 'make clean' with certain versions of make.Chris Lattner
2008-01-15Commit a piece that I missed before, patch by Alain FrischChris Lattner
2008-01-06Modify Makefile.rules to allow makefiles to prepend to C.Flags andGordon Henriksen
2007-12-31Factor out makefile dependency generation better.Chris Lattner
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-09-26noone uses etags. Connected to PR1601Chris Lattner
2007-07-23Restore ability to build archives (oops)Reid Spencer
2007-07-23Remove bizarre use of /dev/null in a makefile include line that Reid Spencer
2007-07-10Make sure to keep symbols for profile build.Reid Spencer
2007-07-10Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG areReid Spencer
2007-06-29Add a missing .Reid Spencer
2007-06-29Clean up comments to be consistent with code.David Greene
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-05-17Fix a problem with building .y files when BISON is not present.Reid Spencer
2007-05-02Disable RTTI handling until we're ready.Reid Spencer
2007-05-02Add a rule to get the footprint of binaries and libraries.Reid Spencer
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-04-14add a target to print out 80-column violations.Chris Lattner
2007-04-09Speed up installation a bit by ignoring .svn directories.Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-02-28correct dependencyChris Lattner
2007-02-27target for generating CC infoChris Lattner
2007-02-09Fix some bugs in module building that broke llvm-stacker project.Reid Spencer
2007-02-09Don't use gccld or gccasReid Spencer
2007-02-07Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not aReid Spencer
2007-02-07Remove a spurious ;Reid Spencer
2007-02-06Implement the NO_INSTALL feature. Setting this variable to any value inReid Spencer
2007-02-04When using LINK_COMPONENTS, append the components to the end of theReid Spencer
2007-01-26Work around broken binutils on alphaAndrew Lenharth
2007-01-11Don't remove the find_rule label from FLEX output. It is needed by someReid Spencer
2007-01-03Remove the find_rule label from the output of flex. This will break anyReid Spencer
2006-12-30When compiling a C or C++ file to assembly, make the assembly outputReid Spencer
2006-12-16Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer
2006-12-10Don't bother with setting the path before running llvm-gcc4, it doesn'tReid Spencer
2006-12-03Remove line not meant to be committed.Reid Spencer
2006-12-03Handle upgrade of llvm-gcc3 assembly files.Reid Spencer
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-11-15Fix typo pointed out by Bryan AdamsChris Lattner
2006-11-11Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug).Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-10-24Targets should depend on all the intrinsics.td files also, otherwise theyChris Lattner
2006-09-29Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 willChris Lattner
2006-09-04Fix a build problemChris Lattner