aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Fix library build messages.Dan Gohman2010-07-261-2/+2
* Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platformsNick Lewycky2010-07-251-1/+1
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-231-3/+0
* Enable LLVM to compile on Mips. Fix PR5828Bruno Cardoso Lopes2010-07-201-0/+2
* Remove unnecessary conditional.Eric Christopher2010-07-161-2/+0
* build/Darwin: Add a missing directory dependency.Daniel Dunbar2010-07-151-1/+1
* Revert 108456. i.e. bring back r108444.Devang Patel2010-07-151-0/+21
* Revert 108444. It breaks a build.Devang Patel2010-07-151-21/+0
* build/Darwin: Add support for embedding version information in tool executables.Daniel Dunbar2010-07-151-0/+21
* Correctly set rpath on Mac OS X for executable tools. Note that I am not cer...Ted Kremenek2010-07-151-0/+5
* Patched Makefile.rules to allow objective C and objective C++ compilation.Greg Clayton2010-07-131-2/+56
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-071-5/+4
* Fix this build message so that it displays the correct libraryDan Gohman2010-06-281-1/+1
* Fix typo.Eric Christopher2010-06-211-1/+1
* improve portability to solaris 10, PR7380, patch by Simon Billingsley!Chris Lattner2010-06-181-4/+4
* fix PR7380: use 'test' instead of shell builtins. This improvesChris Lattner2010-06-151-5/+5
* Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles ifDaniel Dunbar2010-06-081-4/+9
* Freebsd's sed doesn't support \< in regexps, and GNU sed doesn'tDan Gohman2010-06-011-2/+2
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-011-2/+15
* Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola2010-05-161-0/+5
* Use $ORIGIN in the rpath of libraries.Rafael Espindola2010-05-161-0/+4
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-101-1/+9
* 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