summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* Makefile.rules: Fix breakage on cygming --enable-shared.NAKAMURA Takumi2010-10-04
* Remove self-described temporary hack. A bit over a year seems a reasonableJim Grosbach2010-10-01
* build: Add support for a TOOL_ORDER_FILE variable so commands can build with anDaniel Dunbar2010-09-16
* Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linkedNAKAMURA Takumi2010-09-10
* build: Allow subdir Makefiles to provide an alternate location for the SRCDIRDaniel Dunbar2010-09-09
* Fix Windows stuff to follow the existing source organization.Dan Gohman2010-09-03
* Revert "Rules for win32 ld shouldn't fire when cross-compiling."Mikhail Glushenkov2010-09-03
* Rules for win32 ld shouldn't fire when cross-compiling.Mikhail Glushenkov2010-09-03
* have the makefiles check the llvm-config error code instead of chargingChris Lattner2010-09-01
* Fix the "Finished Creating" messages for aliases to print theDan Gohman2010-08-18
* This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov2010-08-17
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Simplify generating LLVMC_BUILTIN_PLUGIN.Mikhail Glushenkov2010-08-10
* Fix this condition; it has an else clause attached for Darwin only. PatchNick Lewycky2010-08-02
* tests: Make 'lit' the default test tool. You can still use 'make check-dg' toDaniel Dunbar2010-08-02
* Fix library build messages.Dan Gohman2010-07-26
* Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platformsNick Lewycky2010-07-25
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* Enable LLVM to compile on Mips. Fix PR5828Bruno Cardoso Lopes2010-07-20
* Remove unnecessary conditional.Eric Christopher2010-07-16
* build/Darwin: Add a missing directory dependency.Daniel Dunbar2010-07-15
* Revert 108456. i.e. bring back r108444.Devang Patel2010-07-15
* Revert 108444. It breaks a build.Devang Patel2010-07-15
* build/Darwin: Add support for embedding version information in tool executables.Daniel Dunbar2010-07-15
* Correctly set rpath on Mac OS X for executable tools. Note that I am not cer...Ted Kremenek2010-07-15
* Patched Makefile.rules to allow objective C and objective C++ compilation.Greg Clayton2010-07-13
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-07
* Fix this build message so that it displays the correct libraryDan Gohman2010-06-28
* Fix typo.Eric Christopher2010-06-21
* improve portability to solaris 10, PR7380, patch by Simon Billingsley!Chris Lattner2010-06-18
* fix PR7380: use 'test' instead of shell builtins. This improvesChris Lattner2010-06-15
* Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles ifDaniel Dunbar2010-06-08
* Freebsd's sed doesn't support \< in regexps, and GNU sed doesn'tDan Gohman2010-06-01
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-01
* Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola2010-05-16
* Use $ORIGIN in the rpath of libraries.Rafael Espindola2010-05-16
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Don't use 'else ifdef', I guess this is a 3.81 feature?Daniel Dunbar2010-04-30
* Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessaryDaniel Dunbar2010-04-30
* Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files.Daniel Dunbar2010-04-30
* Don't touch CXXFLAGS. If it's set in the environment then sub-makes will seeNick Lewycky2010-04-24
* Enable -Wcast-qual for C++ files, where intentional qualifier-stripping canDan Gohman2010-04-19
* Remove -module, which appears to be a leftover from prior libtool usage.Dan Gohman2010-04-19
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-16
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-15
* Add a dependency on the .dir file to make sure that the directoryDan Gohman2010-04-15
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-15
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* remove arm mode workaround for ARM hostJim Grosbach2010-03-17