aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
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
2010-04-30Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessaryDaniel Dunbar
2010-04-30Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files.Daniel Dunbar
2010-04-24Don't touch CXXFLAGS. If it's set in the environment then sub-makes will seeNick Lewycky
2010-04-19Enable -Wcast-qual for C++ files, where intentional qualifier-stripping canDan Gohman
2010-04-19Remove -module, which appears to be a leftover from prior libtool usage.Dan Gohman
2010-04-16Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman
2010-04-15Add a dependency on the .dir file to make sure that the directoryDan Gohman
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman
2010-04-02Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen
2010-03-17remove arm mode workaround for ARM hostJim Grosbach
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen
2010-03-10add DESTDIR support for TOOLALIAS, for PR6557, patch byChris Lattner
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin
2010-02-23Roll back r96959 again.Jeffrey Yasskin
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin
2010-02-23Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar
2010-02-23Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar
2010-02-23Eliminate CFERuntimeLibDir make variable, this shouldn't be needed.Daniel Dunbar
2010-02-23Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar
2010-02-23Remove dead LUPGRADE make variable.Daniel Dunbar
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin
2010-01-29Added a custom TableGen backend to support theSean Callanan
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-24libs that need EH need RTTI.Chris Lattner
2010-01-24ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI...Chris Lattner
2010-01-22make: Make .o files depend on Makefile, at least for now.Daniel Dunbar
2010-01-16Provide magic define on mingw to not generate inline variants of ctyper funct...Anton Korobeynikov
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-11-19Add TOOLALIAS makefile variable; this defines an alternate name for a programDaniel Dunbar
2009-11-16Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducingDaniel Dunbar
2009-11-04configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar
2009-10-30Build in ARM mode explicitly when on ARM DarwinJim Grosbach
2009-10-25Indent.Nick Lewycky
2009-10-15Tablegen target intrinsics from the target main .td file.Jakob Stoklund Olesen
2009-10-14AuroraUX needs special Solaris system header.Edward O'Callaghan
2009-10-09Raise the limit on built-in plugins in llvmc to 10.Mikhail Glushenkov
2009-10-04Remove trailing whitespace from build output.Jakob Stoklund Olesen
2009-09-27Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin
2009-09-25This patch causes the --enable-debug-runtime configure flag and theJeffrey Yasskin