summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov1-2/+2
2009-06-25Remove duplication.Mikhail Glushenkov1-0/+43
2009-06-23Make llvmc work again.Mikhail Glushenkov1-0/+1
2009-06-19Since -Wno-long-long is ignored without -pedantic,Duncan Sands1-3/+3
2009-06-16Remove support for building LLVM libraries into "relinked" Chris Lattner1-59/+15
2009-06-05On platforms like Sparc64 you need to pass -r toDuncan Sands1-1/+1
2009-05-26For the new ar --plugin libLLVMgold.so to work we need libLTO linked withTorok Edwin1-1/+1
2009-05-15Work around the fact that GNU libstdc++'s debug mode uses RTTI.Jay Foad1-0/+6
2009-05-12Allow client Makefiles control over whether they want -pedantic byDaniel Dunbar1-1/+4
2009-05-12Refactor dependency generation for .ll files.Daniel Dunbar1-16/+26
2009-05-12Remove obsolete Makefile magic for calling llvm-upgradeDaniel Dunbar1-16/+0
2009-05-12Install bytecode libraries with a .bca suffix, otherwise it isn'tDaniel Dunbar1-1/+1
2009-05-08In non-pic builds, we can use -mdynamic-no-pic for a little more speed.Mike Stump1-0/+5
2009-05-04Restore minor deletion.Mike Stump1-0/+9
2009-04-21Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov1-1/+2
2009-04-20No, we are not avoiding -O3, just -fstrict-aliasing.Evan Cheng1-2/+2
2009-04-20One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng1-9/+11
2009-04-17Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene1-29/+28
2009-04-15move clang-specific makefile goop to clang makefile.Chris Lattner1-13/+0
2009-04-10Don't install the libLLVMHello.dylib example.Bill Wendling1-1/+0
2009-04-10Add compatibility_version and current_version flags when creating dylibs.Bill Wendling1-0/+1
2009-04-09Revert r68708. It was causing this failure in the self-hosting buildbot:Bill Wendling1-2/+2
2009-04-09Make sure to rebuild dependencies for the `check' and `unittests' targets soMisha Brukman1-2/+2
2009-04-06Avoid -O3 on Darwin for now.Mike Stump1-3/+5
2009-03-27Fix build on MacOS 10.4 systems (suggested by Mike Smith).Julien Lerouge1-2/+2
2009-03-27Revert previous change in favour of an explanatoryDuncan Sands1-1/+2
2009-03-27A Release-Asserts build makes it sound like assertionsDuncan Sands1-1/+1
2009-03-23Missed this as part of r67451.Evan Cheng1-20/+22
2009-03-22Really should pass -dylib to the linker...Bill Wendling1-1/+1
2009-03-22A dylib should be built as a dylib and not a bundle.Bill Wendling1-2/+2
2009-03-20Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky1-22/+20
2009-03-19More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng1-20/+22
2009-03-14Fix Clang build for srcdir != objdirSebastian Redl1-3/+3
2009-03-14Add support for generating Clang diagnostic defs to Makefile.rules.Sebastian Redl1-0/+12
2009-03-13Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration.Daniel Dunbar1-11/+25
2009-03-12Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries.Scott Michel1-19/+23
2009-03-12Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling1-5/+7
2009-03-12Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky1-7/+5
2009-03-10Fix rebuilding after a .td file is modified. This was broken since revisionRafael Espindola1-3/+3
2009-03-10don't pass -Wl,-exported_symbol -Wl,_main to the linker when building onChris Lattner1-0/+6
2009-03-09Re-apply 66315, but restrict it to Darwin only.Evan Cheng1-0/+10
2009-03-09Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11,Chris Lattner1-0/+3
2009-03-07Revert r66315. Fix the build on mixed 64/32 Linux systems.Nick Lewycky1-10/+2
2009-03-07If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes ...Evan Cheng1-0/+8
2009-03-06Rename my makefile debugging rule to prevent accidental collisions.Daniel Dunbar1-2/+2
2009-03-03LINK_COMPONENTS should be added to LLVMLibsOptions.Mikhail Glushenkov1-2/+2
2009-03-03Switch to using -Wl,-R on Solaris.Nick Lewycky1-3/+3
2009-03-03Fix build on Cygwin.Nick Lewycky1-2/+8
2009-03-02Remove duplication in Makefile.rules.Mikhail Glushenkov1-35/+32
2009-03-02Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov1-1/+54