aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2010-12-08build: Shared libraries shouldn't used RPATH on Darwin, only main executablesDaniel Dunbar
2010-12-08build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u...Daniel Dunbar
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-26unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi
2010-11-25Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvmDuncan Sands
2010-11-14remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner
2010-11-03Add rule to build MC'ized CodeEmitter.Jim Grosbach
2010-10-23Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov
2010-10-22Standardise all build-mode affecting {EN,DIS}ABLE_* make options toPeter Collingbourne
2010-10-15Don't pass --export-dynamic if TOOL_NO_EXPORTS is set.Rafael Espindola
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner
2010-10-04Makefile.rules: Fix breakage on cygming --enable-shared.NAKAMURA Takumi
2010-10-01Remove self-described temporary hack. A bit over a year seems a reasonableJim Grosbach
2010-09-16build: Add support for a TOOL_ORDER_FILE variable so commands can build with anDaniel Dunbar
2010-09-10Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linkedNAKAMURA Takumi
2010-09-09build: Allow subdir Makefiles to provide an alternate location for the SRCDIRDaniel Dunbar
2010-09-03Fix Windows stuff to follow the existing source organization.Dan Gohman
2010-09-03Revert "Rules for win32 ld shouldn't fire when cross-compiling."Mikhail Glushenkov
2010-09-03Rules for win32 ld shouldn't fire when cross-compiling.Mikhail Glushenkov
2010-09-01have the makefiles check the llvm-config error code instead of chargingChris Lattner
2010-08-18Fix the "Finished Creating" messages for aliases to print theDan Gohman
2010-08-17This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-08-10Simplify generating LLVMC_BUILTIN_PLUGIN.Mikhail Glushenkov
2010-08-02Fix this condition; it has an else clause attached for Darwin only. PatchNick Lewycky
2010-08-02tests: Make 'lit' the default test tool. You can still use 'make check-dg' toDaniel Dunbar
2010-07-26Fix library build messages.Dan Gohman
2010-07-25Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platformsNick Lewycky
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-07-20Enable LLVM to compile on Mips. Fix PR5828Bruno Cardoso Lopes
2010-07-16Remove unnecessary conditional.Eric Christopher
2010-07-15build/Darwin: Add a missing directory dependency.Daniel Dunbar
2010-07-15Revert 108456. i.e. bring back r108444.Devang Patel
2010-07-15Revert 108444. It breaks a build.Devang Patel
2010-07-15build/Darwin: Add support for embedding version information in tool executables.Daniel Dunbar
2010-07-15Correctly set rpath on Mac OS X for executable tools. Note that I am not cer...Ted Kremenek
2010-07-13Patched Makefile.rules to allow objective C and objective C++ compilation.Greg Clayton
2010-07-07Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands
2010-06-28Fix this build message so that it displays the correct libraryDan Gohman
2010-06-21Fix typo.Eric Christopher
2010-06-18improve portability to solaris 10, PR7380, patch by Simon Billingsley!Chris Lattner
2010-06-15fix PR7380: use 'test' instead of shell builtins. This improvesChris Lattner
2010-06-08Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles ifDaniel Dunbar
2010-06-01Freebsd's sed doesn't support \< in regexps, and GNU sed doesn'tDan Gohman
2010-06-01-retain-symbols-file is not what it seems. Update the makefilesDan Gohman
2010-05-16Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola
2010-05-16Use $ORIGIN in the rpath of libraries.Rafael Espindola
2010-05-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar
2010-04-30Don't use 'else ifdef', I guess this is a 3.81 feature?Daniel Dunbar