aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* For the new ar --plugin libLLVMgold.so to work we need libLTO linked withTorok Edwin2009-05-261-1/+1
* Work around the fact that GNU libstdc++'s debug mode uses RTTI.Jay Foad2009-05-151-0/+6
* Allow client Makefiles control over whether they want -pedantic byDaniel Dunbar2009-05-121-1/+4
* Refactor dependency generation for .ll files.Daniel Dunbar2009-05-121-16/+26
* Remove obsolete Makefile magic for calling llvm-upgradeDaniel Dunbar2009-05-121-16/+0
* Install bytecode libraries with a .bca suffix, otherwise it isn'tDaniel Dunbar2009-05-121-1/+1
* In non-pic builds, we can use -mdynamic-no-pic for a little more speed.Mike Stump2009-05-081-0/+5
* Restore minor deletion.Mike Stump2009-05-041-0/+9
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-211-1/+2
* No, we are not avoiding -O3, just -fstrict-aliasing.Evan Cheng2009-04-201-2/+2
* One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng2009-04-201-9/+11
* Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene2009-04-171-29/+28
* move clang-specific makefile goop to clang makefile.Chris Lattner2009-04-151-13/+0
* Don't install the libLLVMHello.dylib example.Bill Wendling2009-04-101-1/+0
* Add compatibility_version and current_version flags when creating dylibs.Bill Wendling2009-04-101-0/+1
* Revert r68708. It was causing this failure in the self-hosting buildbot:Bill Wendling2009-04-091-2/+2
* Make sure to rebuild dependencies for the `check' and `unittests' targets soMisha Brukman2009-04-091-2/+2
* Avoid -O3 on Darwin for now.Mike Stump2009-04-061-3/+5
* Fix build on MacOS 10.4 systems (suggested by Mike Smith).Julien Lerouge2009-03-271-2/+2
* Revert previous change in favour of an explanatoryDuncan Sands2009-03-271-1/+2
* A Release-Asserts build makes it sound like assertionsDuncan Sands2009-03-271-1/+1
* Missed this as part of r67451.Evan Cheng2009-03-231-20/+22
* Really should pass -dylib to the linker...Bill Wendling2009-03-221-1/+1
* A dylib should be built as a dylib and not a bundle.Bill Wendling2009-03-221-2/+2
* Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2009-03-201-22/+20
* More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng2009-03-191-20/+22
* Fix Clang build for srcdir != objdirSebastian Redl2009-03-141-3/+3
* Add support for generating Clang diagnostic defs to Makefile.rules.Sebastian Redl2009-03-141-0/+12
* Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration.Daniel Dunbar2009-03-131-11/+25
* Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries.Scott Michel2009-03-121-19/+23
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-121-5/+7
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-121-7/+5
* Fix rebuilding after a .td file is modified. This was broken since revisionRafael Espindola2009-03-101-3/+3
* don't pass -Wl,-exported_symbol -Wl,_main to the linker when building onChris Lattner2009-03-101-0/+6
* Re-apply 66315, but restrict it to Darwin only.Evan Cheng2009-03-091-0/+10
* Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11,Chris Lattner2009-03-091-0/+3
* Revert r66315. Fix the build on mixed 64/32 Linux systems.Nick Lewycky2009-03-071-10/+2
* If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes ...Evan Cheng2009-03-071-0/+8
* Rename my makefile debugging rule to prevent accidental collisions.Daniel Dunbar2009-03-061-2/+2
* LINK_COMPONENTS should be added to LLVMLibsOptions.Mikhail Glushenkov2009-03-031-2/+2
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-031-3/+3
* Fix build on Cygwin.Nick Lewycky2009-03-031-2/+8
* Remove duplication in Makefile.rules.Mikhail Glushenkov2009-03-021-35/+32
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-021-1/+54
* Fix universal builds to not use -XCClinker (a libtool thing) now thatChris Lattner2009-02-261-2/+2
* no really, use the right path.Chris Lattner2009-02-261-1/+1
* Search for the export map in a place that it can be found.Chris Lattner2009-02-261-1/+1
* strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner2009-02-261-0/+18
* pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner2009-02-261-2/+5
* Fix typo.Nick Lewycky2009-02-261-1/+1