summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Use -std=gnu++11 on cygwin and mingw.Rafael Espindola1-1/+7
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber1-2/+2
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard1-1/+10
2014-03-01[C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth1-2/+4
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola1-0/+2
2014-02-09Provide CMake package modules in install treeNAKAMURA Takumi1-5/+13
2014-01-03[Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...Jack Carter1-0/+2
2013-12-27Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber1-0/+16
2013-11-14Teach the Makefile build system how to handle SOURCES which includeChandler Carruth1-21/+34
2013-11-14Fix regular expression to work with multiple-digit version numbersDmitri Gribenko1-2/+2
2013-10-31Rules adjustments in order to build on DragonFly BSD.Rafael Espindola1-2/+2
2013-08-18Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.NAKAMURA Takumi1-1/+1
2013-08-18Makefile.rules: Simplify nested if(s) on OmitFramePointer.NAKAMURA Takumi1-5/+1
2013-08-06Remove oddly named libraries with "make uninstall-local"Tim Northover1-1/+1
2013-08-04Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson1-7/+4
2013-07-25Remove dead code from the makefile build system.Rafael Espindola1-246/+1
2013-07-01The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru1-1/+3
2013-06-27Add CXXFLAGS back to the Link command.Bob Wilson1-1/+2
2013-06-25Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher1-0/+5
2013-06-25As far as I know no linker needs or wants the -g flag.Eric Christopher1-4/+1
2013-06-24Remove all non-linker oriented compile options from the linkerEric Christopher1-4/+3
2013-05-23Remove redundant rpath.Rafael Espindola1-6/+1
2013-05-23Fix indentation.Rafael Espindola1-9/+9
2013-05-14Revert previous patch, it's actually on under Wall.Eric Christopher1-2/+1
2013-05-14Add -Wreorder to the list of C++ warnings.Eric Christopher1-1/+2
2013-05-03Remove this hack. We can support this better with function attributes.Bill Wendling1-1/+1
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling1-1/+1
2013-04-25Allow users to choose identity used to sign tools.Filipe Cabecinhas1-1/+3
2013-04-09Make check depend on all.Eric Christopher1-1/+1
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher1-1/+1
2013-03-08remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner1-6/+0
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling1-1/+1
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson1-4/+12
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith1-1/+1
2013-01-30build: add --with-python optionSaleem Abdulrasool1-2/+2
2013-01-18Pass NO_MISSING_FIELD_INITIALIZERS to Compiler FlagsDavid Greene1-1/+2
2013-01-09Disable -Wuninitialized for gccDavid Greene1-1/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky1-5/+0
2012-10-12Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>Bob Wilson1-0/+4
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling1-1/+1
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson1-2/+1
2012-10-08Use a special path to place the .o files in.Bill Wendling1-1/+2
2012-10-05Use -object_path_lto when linking executables if building Apple style.Bill Wendling1-11/+15
2012-10-04Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'.Jordan Rose1-2/+2
2012-10-01Re-enable support for --program-prefix.Jordan Rose1-2/+2
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose1-2/+2
2012-09-25Add --program-prefix support to buildSebastian Pop1-2/+2
2012-08-28Temporarily revert this to bring back the bots.Eric Christopher1-8/+8
2012-08-27Add --program-prefix support to build.Sebastian Pop1-8/+8