aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Don't use 'else ifdef', I guess this is a 3.81 feature?Daniel Dunbar2010-04-301-1/+3
* Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessaryDaniel Dunbar2010-04-301-1/+1
* Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files.Daniel Dunbar2010-04-301-0/+5
* Don't touch CXXFLAGS. If it's set in the environment then sub-makes will seeNick Lewycky2010-04-241-1/+0
* Enable -Wcast-qual for C++ files, where intentional qualifier-stripping canDan Gohman2010-04-191-0/+2
* Remove -module, which appears to be a leftover from prior libtool usage.Dan Gohman2010-04-191-7/+0
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-161-7/+6
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-151-1/+1
* Add a dependency on the .dir file to make sure that the directoryDan Gohman2010-04-151-1/+1
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-151-0/+35
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+5
* remove arm mode workaround for ARM hostJim Grosbach2010-03-171-2/+0
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-161-5/+0
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-161-0/+5
* add DESTDIR support for TOOLALIAS, for PR6557, patch byChris Lattner2010-03-101-1/+1
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-23/+23
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-251-5/+13
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-13/+5
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-5/+13
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-231-12/+12
* Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar2010-02-231-0/+21
* Eliminate CFERuntimeLibDir make variable, this shouldn't be needed.Daniel Dunbar2010-02-231-4/+2
* Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar2010-02-231-6/+2
* Remove dead LUPGRADE make variable.Daniel Dunbar2010-02-231-3/+0
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-231-5/+0
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-181-18/+5
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-181-5/+18
* Added a custom TableGen backend to support theSean Callanan2010-01-291-0/+5
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-3/+3
* libs that need EH need RTTI.Chris Lattner2010-01-241-0/+3
* ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI...Chris Lattner2010-01-241-7/+6
* make: Make .o files depend on Makefile, at least for now.Daniel Dunbar2010-01-221-3/+3
* Provide magic define on mingw to not generate inline variants of ctyper funct...Anton Korobeynikov2010-01-161-9/+11
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-251-0/+5
* Add TOOLALIAS makefile variable; this defines an alternate name for a programDaniel Dunbar2009-11-191-4/+45
* Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducingDaniel Dunbar2009-11-161-5/+13
* configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar2009-11-041-10/+0
* Build in ARM mode explicitly when on ARM DarwinJim Grosbach2009-10-301-0/+2
* Indent.Nick Lewycky2009-10-251-1/+1
* Tablegen target intrinsics from the target main .td file.Jakob Stoklund Olesen2009-10-151-2/+2
* AuroraUX needs special Solaris system header.Edward O'Callaghan2009-10-141-0/+4
* Raise the limit on built-in plugins in llvmc to 10.Mikhail Glushenkov2009-10-091-0/+27
* Remove trailing whitespace from build output.Jakob Stoklund Olesen2009-10-041-1/+1
* Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin2009-09-271-1/+1
* This patch causes the --enable-debug-runtime configure flag and theJeffrey Yasskin2009-09-251-0/+7
* Add 'make check-all', which runs the LLVM tests along with the clang tests ifDaniel Dunbar2009-09-201-0/+12
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-131-3/+5
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-131-5/+3
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-131-3/+5
* ... and fix the REQUIRES_RTTI condition.Daniel Dunbar2009-09-111-2/+2