summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Avoid -O3 on Darwin for now.Mike Stump2009-04-06
* Fix build on MacOS 10.4 systems (suggested by Mike Smith).Julien Lerouge2009-03-27
* Revert previous change in favour of an explanatoryDuncan Sands2009-03-27
* A Release-Asserts build makes it sound like assertionsDuncan Sands2009-03-27
* Missed this as part of r67451.Evan Cheng2009-03-23
* Really should pass -dylib to the linker...Bill Wendling2009-03-22
* A dylib should be built as a dylib and not a bundle.Bill Wendling2009-03-22
* Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2009-03-20
* More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng2009-03-19
* Fix Clang build for srcdir != objdirSebastian Redl2009-03-14
* Add support for generating Clang diagnostic defs to Makefile.rules.Sebastian Redl2009-03-14
* Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration.Daniel Dunbar2009-03-13
* Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries.Scott Michel2009-03-12
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-12
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-12
* Fix rebuilding after a .td file is modified. This was broken since revisionRafael Espindola2009-03-10
* don't pass -Wl,-exported_symbol -Wl,_main to the linker when building onChris Lattner2009-03-10
* Re-apply 66315, but restrict it to Darwin only.Evan Cheng2009-03-09
* Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11,Chris Lattner2009-03-09
* Revert r66315. Fix the build on mixed 64/32 Linux systems.Nick Lewycky2009-03-07
* If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes ...Evan Cheng2009-03-07
* Rename my makefile debugging rule to prevent accidental collisions.Daniel Dunbar2009-03-06
* LINK_COMPONENTS should be added to LLVMLibsOptions.Mikhail Glushenkov2009-03-03
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-03
* Fix build on Cygwin.Nick Lewycky2009-03-03
* Remove duplication in Makefile.rules.Mikhail Glushenkov2009-03-02
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-02
* Fix universal builds to not use -XCClinker (a libtool thing) now thatChris Lattner2009-02-26
* no really, use the right path.Chris Lattner2009-02-26
* Search for the export map in a place that it can be found.Chris Lattner2009-02-26
* strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner2009-02-26
* pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner2009-02-26
* Fix typo.Nick Lewycky2009-02-26
* Fix typo!Nick Lewycky2009-02-26
* Remove libtool.Nick Lewycky2009-02-26
* Add makefile debugging target; use "make print-FOO" to print theDaniel Dunbar2009-02-21
* Pass different flags on different platforms when building PIC.Nick Lewycky2009-02-21
* Avoid order files for now, as they aren't supported in 3.79.Mike Stump2009-02-12
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Perform optional clang building.Mike Stump2009-01-24
* Don't create .dir files in installation directories. Switch to usingMike Stump2009-01-22
* Support llvmc plugins in out-of-tree projects.Mikhail Glushenkov2009-01-09
* Removed trailing whitespace.Misha Brukman2009-01-08
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-04
* Revert r61598 as it does nothing.Bill Wendling2009-01-03
* Make sure that 'ranlib' runs only after 'ar' is completed.Bill Wendling2009-01-03
* Remove lex/bison support from makefile.rules.Chris Lattner2009-01-02
* Don't error out if ranlib fails.Bill Wendling2009-01-02