summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2008-06-24Add support for building on solaris, working around namespaceChris Lattner1-0/+4
2008-06-05Warn of potential violations of strict aliasing rules.Evan Cheng1-1/+1
2008-05-30Revert 51775.Evan Cheng1-5/+0
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng1-0/+5
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif1-2/+9
2008-03-10Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen1-2/+2
2008-02-27Remove inappropriate whitespace, change CVS to SVN where it makes sense.Gabor Greif1-6/+6
2008-02-25when making bytecode modules, link as libraryAndrew Lenharth1-1/+1
2008-02-05Make the check for GCC version more robust, fix shared libraryChris Lattner1-1/+1
2008-01-28Unbreak builds with differing object and sourceDuncan Sands1-2/+2
2008-01-28reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSEChris Lattner1-6/+5
2008-01-22One too many )'s breaks 'make clean' with certain versions of make.Chris Lattner1-1/+1
2008-01-15Commit a piece that I missed before, patch by Alain FrischChris Lattner1-13/+19
2008-01-06Modify Makefile.rules to allow makefiles to prepend to C.Flags andGordon Henriksen1-9/+9
2007-12-31Factor out makefile dependency generation better.Chris Lattner1-9/+14
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner1-2/+2
2007-09-26noone uses etags. Connected to PR1601Chris Lattner1-20/+1
2007-07-23Restore ability to build archives (oops)Reid Spencer1-2/+2
2007-07-23Remove bizarre use of /dev/null in a makefile include line that Reid Spencer1-2/+2
2007-07-10Make sure to keep symbols for profile build.Reid Spencer1-0/+1
2007-07-10Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG areReid Spencer1-5/+4
2007-06-29Add a missing .Reid Spencer1-1/+1
2007-06-29Clean up comments to be consistent with code.David Greene1-2/+3
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene1-1/+9
2007-05-17Fix a problem with building .y files when BISON is not present.Reid Spencer1-4/+11
2007-05-02Disable RTTI handling until we're ready.Reid Spencer1-1/+1
2007-05-02Add a rule to get the footprint of binaries and libraries.Reid Spencer1-0/+14
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov1-1/+3
2007-04-14add a target to print out 80-column violations.Chris Lattner1-0/+3
2007-04-09Speed up installation a bit by ignoring .svn directories.Reid Spencer1-1/+2
2007-03-29For PR789:Reid Spencer1-0/+2
2007-02-28correct dependencyChris Lattner1-0/+1
2007-02-27target for generating CC infoChris Lattner1-0/+5
2007-02-09Fix some bugs in module building that broke llvm-stacker project.Reid Spencer1-3/+3
2007-02-09Don't use gccld or gccasReid Spencer1-13/+11
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