aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2009-06-05On platforms like Sparc64 you need to pass -r toDuncan Sands
2009-05-26For the new ar --plugin libLLVMgold.so to work we need libLTO linked withTorok Edwin
2009-05-15Work around the fact that GNU libstdc++'s debug mode uses RTTI.Jay Foad
2009-05-12Allow client Makefiles control over whether they want -pedantic byDaniel Dunbar
2009-05-12Refactor dependency generation for .ll files.Daniel Dunbar
2009-05-12Remove obsolete Makefile magic for calling llvm-upgradeDaniel Dunbar
2009-05-12Install bytecode libraries with a .bca suffix, otherwise it isn'tDaniel Dunbar
2009-05-08In non-pic builds, we can use -mdynamic-no-pic for a little more speed.Mike Stump
2009-05-04Restore minor deletion.Mike Stump
2009-04-21Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov
2009-04-20No, we are not avoiding -O3, just -fstrict-aliasing.Evan Cheng
2009-04-20One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng
2009-04-17Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene
2009-04-15move clang-specific makefile goop to clang makefile.Chris Lattner
2009-04-10Don't install the libLLVMHello.dylib example.Bill Wendling
2009-04-10Add compatibility_version and current_version flags when creating dylibs.Bill Wendling
2009-04-09Revert r68708. It was causing this failure in the self-hosting buildbot:Bill Wendling
2009-04-09Make sure to rebuild dependencies for the `check' and `unittests' targets soMisha Brukman
2009-04-06Avoid -O3 on Darwin for now.Mike Stump
2009-03-27Fix build on MacOS 10.4 systems (suggested by Mike Smith).Julien Lerouge
2009-03-27Revert previous change in favour of an explanatoryDuncan Sands
2009-03-27A Release-Asserts build makes it sound like assertionsDuncan Sands
2009-03-23Missed this as part of r67451.Evan Cheng
2009-03-22Really should pass -dylib to the linker...Bill Wendling
2009-03-22A dylib should be built as a dylib and not a bundle.Bill Wendling
2009-03-20Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky
2009-03-19More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng
2009-03-14Fix Clang build for srcdir != objdirSebastian Redl
2009-03-14Add support for generating Clang diagnostic defs to Makefile.rules.Sebastian Redl
2009-03-13Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration.Daniel Dunbar
2009-03-12Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries.Scott Michel
2009-03-12Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling
2009-03-12Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky
2009-03-10Fix rebuilding after a .td file is modified. This was broken since revisionRafael Espindola
2009-03-10don't pass -Wl,-exported_symbol -Wl,_main to the linker when building onChris Lattner
2009-03-09Re-apply 66315, but restrict it to Darwin only.Evan Cheng
2009-03-09Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11,Chris Lattner
2009-03-07Revert r66315. Fix the build on mixed 64/32 Linux systems.Nick Lewycky
2009-03-07If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes ...Evan Cheng
2009-03-06Rename my makefile debugging rule to prevent accidental collisions.Daniel Dunbar
2009-03-03LINK_COMPONENTS should be added to LLVMLibsOptions.Mikhail Glushenkov
2009-03-03Switch to using -Wl,-R on Solaris.Nick Lewycky
2009-03-03Fix build on Cygwin.Nick Lewycky
2009-03-02Remove duplication in Makefile.rules.Mikhail Glushenkov
2009-03-02Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov
2009-02-26Fix universal builds to not use -XCClinker (a libtool thing) now thatChris Lattner
2009-02-26no really, use the right path.Chris Lattner
2009-02-26Search for the export map in a place that it can be found.Chris Lattner
2009-02-26strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner
2009-02-26pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner