summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-03Add a configure flag for enabling -Werror on the command lineEric Christopher1-0/+5
2012-08-03Add a configure option to pass -std=c++11 on the command line.Eric Christopher1-0/+4
2012-08-03Revert previous patch here, we should instead configure in specificEric Christopher1-3/+3
2012-08-03Add a BUILD_FLAGS variable so that autoconf checks have a placeEric Christopher1-3/+3
2012-06-28Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth1-12/+1
2012-05-23llvm-ld does not exist anymore, use llvm-link instead.Nicolas Geoffray1-4/+7
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd1-0/+1
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-3/+0
2012-04-11Fix the build under Debian GNU/Hurd.Sylvestre Ledru1-1/+1
2012-03-12Use a posix compliant regexp in export file construction.Eric Christopher1-1/+1
2012-03-06build/Darwin: Make it easy to cause all tools to get codesigned (with make CO...Daniel Dunbar1-0/+11