summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2015-11-09Create Makefile variables for 'share' and 'libexec'Jonathan Roelofs
2015-08-07We're actually -Wmissing-field-initializers clean thanks to the cmakeEric Christopher
2015-03-03Add support for SunOS function/data sections and associatedEric Christopher
2014-11-05Add a check for misbehaving -Wcomment from gcc-4.7 and addEric Christopher
2014-09-19Revert my earlier change to add "all" as a dependency to check. InEric Christopher
2014-09-18Disable GCC's -Woverloaded-virtual in the configure+make build. Clang's is be...David Blaikie
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-14Delete support for AuroraUX.Rafael Espindola
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-06-20[Make] Fix dependencies for td.expandedAdam Nemet
2014-06-17Add the coverage cflags to the link step as well to make sureEric Christopher
2014-05-15autoconf: Fix libLLVM-Major-Minor-Patch.so symlinkTom Stellard
2014-05-13autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard
2014-05-06[Build] Add rule to generate fully-expanded .td fileAdam Nemet
2014-03-12Use -std=gnu++11 on cygwin and mingw.Rafael Espindola
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard
2014-03-01[C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola
2014-02-09Provide CMake package modules in install treeNAKAMURA Takumi
2014-01-03[Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...Jack Carter
2013-12-27Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber
2013-11-14Teach the Makefile build system how to handle SOURCES which includeChandler Carruth
2013-11-14Fix regular expression to work with multiple-digit version numbersDmitri Gribenko
2013-10-31Rules adjustments in order to build on DragonFly BSD.Rafael Espindola
2013-08-18Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.NAKAMURA Takumi
2013-08-18Makefile.rules: Simplify nested if(s) on OmitFramePointer.NAKAMURA Takumi
2013-08-06Remove oddly named libraries with "make uninstall-local"Tim Northover
2013-08-04Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson
2013-07-25Remove dead code from the makefile build system.Rafael Espindola
2013-07-01The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru
2013-06-27Add CXXFLAGS back to the Link command.Bob Wilson
2013-06-25Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher
2013-06-25As far as I know no linker needs or wants the -g flag.Eric Christopher
2013-06-24Remove all non-linker oriented compile options from the linkerEric Christopher
2013-05-23Remove redundant rpath.Rafael Espindola
2013-05-23Fix indentation.Rafael Espindola
2013-05-14Revert previous patch, it's actually on under Wall.Eric Christopher
2013-05-14Add -Wreorder to the list of C++ warnings.Eric Christopher
2013-05-03Remove this hack. We can support this better with function attributes.Bill Wendling
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling
2013-04-25Allow users to choose identity used to sign tools.Filipe Cabecinhas
2013-04-09Make check depend on all.Eric Christopher
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher
2013-03-08remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith
2013-01-30build: add --with-python optionSaleem Abdulrasool