summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
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
2006-09-04Remove some dead makefileryChris Lattner
2006-09-04Bugfix for llvm-config supportChris Lattner
2006-09-04Make LINK_COMPONENTS interact well with make cleanChris Lattner
2006-09-04Add a new make option (LINK_COMPONENTS) which tools can use to specify whatChris Lattner
2006-09-04Rearrange library linkage order.Chris Lattner
2006-08-28For PR387:Reid Spencer
2006-08-25Doh! Commit the change that turns ON -fno-exceptions.Reid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-24For PR738:Reid Spencer
2006-08-18To avoid errors where a non-exception .o is on the stack between a throwReid Spencer
2006-08-18For PR797:Reid Spencer