summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2010-09-16build: Add support for a TOOL_ORDER_FILE variable so commands can build with anDaniel Dunbar1-0/+12
2010-09-10Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linkedNAKAMURA Takumi1-3/+6
2010-09-09build: Allow subdir Makefiles to provide an alternate location for the SRCDIRDaniel Dunbar1-7/+11
2010-09-03Fix Windows stuff to follow the existing source organization.Dan Gohman1-15/+17
2010-09-03Revert "Rules for win32 ld shouldn't fire when cross-compiling."Mikhail Glushenkov1-7/+0
2010-09-03Rules for win32 ld shouldn't fire when cross-compiling.Mikhail Glushenkov1-0/+7
2010-09-01have the makefiles check the llvm-config error code instead of chargingChris Lattner1-3/+14
2010-08-18Fix the "Finished Creating" messages for aliases to print theDan Gohman1-1/+1
2010-08-17This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov1-17/+65
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov1-55/+19
2010-08-10Simplify generating LLVMC_BUILTIN_PLUGIN.Mikhail Glushenkov1-51/+6
2010-08-02Fix this condition; it has an else clause attached for Darwin only. PatchNick Lewycky1-1/+3
2010-08-02tests: Make 'lit' the default test tool. You can still use 'make check-dg' toDaniel Dunbar1-2/+4
2010-07-26Fix library build messages.Dan Gohman1-2/+2
2010-07-25Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platformsNick Lewycky1-1/+1
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov1-3/+0
2010-07-20Enable LLVM to compile on Mips. Fix PR5828Bruno Cardoso Lopes1-0/+2
2010-07-16Remove unnecessary conditional.Eric Christopher1-2/+0
2010-07-15build/Darwin: Add a missing directory dependency.Daniel Dunbar1-1/+1
2010-07-15Revert 108456. i.e. bring back r108444.Devang Patel1-0/+21
2010-07-15Revert 108444. It breaks a build.Devang Patel1-21/+0
2010-07-15build/Darwin: Add support for embedding version information in tool executables.Daniel Dunbar1-0/+21
2010-07-15Correctly set rpath on Mac OS X for executable tools. Note that I am not cer...Ted Kremenek1-0/+5
2010-07-13Patched Makefile.rules to allow objective C and objective C++ compilation.Greg Clayton1-2/+56
2010-07-07Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands1-5/+4
2010-06-28Fix this build message so that it displays the correct libraryDan Gohman1-1/+1
2010-06-21Fix typo.Eric Christopher1-1/+1
2010-06-18improve portability to solaris 10, PR7380, patch by Simon Billingsley!Chris Lattner1-4/+4
2010-06-15fix PR7380: use 'test' instead of shell builtins. This improvesChris Lattner1-5/+5
2010-06-08Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles ifDaniel Dunbar1-4/+9
2010-06-01Freebsd's sed doesn't support \< in regexps, and GNU sed doesn'tDan Gohman1-2/+2
2010-06-01-retain-symbols-file is not what it seems. Update the makefilesDan Gohman1-2/+15
2010-05-16Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola1-0/+5
2010-05-16Use $ORIGIN in the rpath of libraries.Rafael Espindola1-0/+4
2010-05-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar1-1/+9
2010-04-30Don't use 'else ifdef', I guess this is a 3.81 feature?Daniel Dunbar1-1/+3
2010-04-30Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessaryDaniel Dunbar1-1/+1
2010-04-30Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files.Daniel Dunbar1-0/+5
2010-04-24Don't touch CXXFLAGS. If it's set in the environment then sub-makes will seeNick Lewycky1-1/+0
2010-04-19Enable -Wcast-qual for C++ files, where intentional qualifier-stripping canDan Gohman1-0/+2
2010-04-19Remove -module, which appears to be a leftover from prior libtool usage.Dan Gohman1-7/+0
2010-04-16Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman1-7/+6
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman1-1/+1
2010-04-15Add a dependency on the .dir file to make sure that the directoryDan Gohman1-1/+1
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman1-0/+35
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen1-0/+5
2010-03-17remove arm mode workaround for ARM hostJim Grosbach1-2/+0
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson1-5/+0
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen1-0/+5
2010-03-10add DESTDIR support for TOOLALIAS, for PR6557, patch byChris Lattner1-1/+1