summaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Create Makefile variables for 'share' and 'libexec'Jonathan Roelofs2015-11-091-0/+5
* We're actually -Wmissing-field-initializers clean thanks to the cmakeEric Christopher2015-08-071-1/+1
* Add support for SunOS function/data sections and associatedEric Christopher2015-03-031-2/+9
* Add a check for misbehaving -Wcomment from gcc-4.7 and addEric Christopher2014-11-051-1/+1
* Revert my earlier change to add "all" as a dependency to check. InEric Christopher2014-09-191-1/+1
* Disable GCC's -Woverloaded-virtual in the configure+make build. Clang's is be...David Blaikie2014-09-181-1/+0
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-6/+1
* Delete support for AuroraUX.Rafael Espindola2014-08-141-4/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+6
* Nuke the old JIT.Rafael Espindola2014-08-071-6/+1
* [Make] Fix dependencies for td.expandedAdam Nemet2014-06-201-1/+1
* Add the coverage cflags to the link step as well to make sureEric Christopher2014-06-171-0/+1
* autoconf: Fix libLLVM-Major-Minor-Patch.so symlinkTom Stellard2014-05-151-1/+1
* autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard2014-05-131-3/+12
* [Build] Add rule to generate fully-expanded .td fileAdam Nemet2014-05-061-1/+7
* Use -std=gnu++11 on cygwin and mingw.Rafael Espindola2014-03-121-1/+7
* "Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber2014-03-071-2/+2
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-031-1/+10
* [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth2014-03-011-2/+4
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-281-0/+2
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-091-5/+13
* [Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...Jack Carter2014-01-031-0/+2
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-271-0/+16
* Teach the Makefile build system how to handle SOURCES which includeChandler Carruth2013-11-141-21/+34
* Fix regular expression to work with multiple-digit version numbersDmitri Gribenko2013-11-141-2/+2
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+2
* Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.NAKAMURA Takumi2013-08-181-1/+1
* Makefile.rules: Simplify nested if(s) on OmitFramePointer.NAKAMURA Takumi2013-08-181-5/+1
* Remove oddly named libraries with "make uninstall-local"Tim Northover2013-08-061-1/+1
* Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson2013-08-041-7/+4
* Remove dead code from the makefile build system.Rafael Espindola2013-07-251-246/+1
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-011-1/+3
* Add CXXFLAGS back to the Link command.Bob Wilson2013-06-271-1/+2
* Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher2013-06-251-0/+5
* As far as I know no linker needs or wants the -g flag.Eric Christopher2013-06-251-4/+1
* Remove all non-linker oriented compile options from the linkerEric Christopher2013-06-241-4/+3
* Remove redundant rpath.Rafael Espindola2013-05-231-6/+1
* Fix indentation.Rafael Espindola2013-05-231-9/+9
* Revert previous patch, it's actually on under Wall.Eric Christopher2013-05-141-2/+1
* Add -Wreorder to the list of C++ warnings.Eric Christopher2013-05-141-1/+2
* Remove this hack. We can support this better with function attributes.Bill Wendling2013-05-031-1/+1
* We don't want FP elimination when doing an Apple-style build.Bill Wendling2013-05-021-1/+1
* Allow users to choose identity used to sign tools.Filipe Cabecinhas2013-04-251-1/+3
* Make check depend on all.Eric Christopher2013-04-091-1/+1
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-151-1/+1
* remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner2013-03-081-6/+0
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-131-1/+1
* Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson2013-02-051-4/+12
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-311-1/+1
* build: add --with-python optionSaleem Abdulrasool2013-01-301-2/+2