aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-13/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+20
* Update to LLVM 3.5a.Stephen Hines2014-04-241-10/+55
* 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
* Pass NO_MISSING_FIELD_INITIALIZERS to Compiler FlagsDavid Greene2013-01-181-1/+2
* Disable -Wuninitialized for gccDavid Greene2013-01-091-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-5/+0
* Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>Bob Wilson2012-10-121-0/+4
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-101-1/+1
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-091-2/+1
* Use a special path to place the .o files in.Bill Wendling2012-10-081-1/+2
* Use -object_path_lto when linking executables if building Apple style.Bill Wendling2012-10-051-11/+15
* Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'.Jordan Rose2012-10-041-2/+2
* Re-enable support for --program-prefix.Jordan Rose2012-10-011-2/+2
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-261-2/+2
* Add --program-prefix support to buildSebastian Pop2012-09-251-2/+2
* Temporarily revert this to bring back the bots.Eric Christopher2012-08-281-8/+8
* Add --program-prefix support to build.Sebastian Pop2012-08-271-8/+8
* Add a configure flag for enabling -Werror on the command lineEric Christopher2012-08-031-0/+5
* Add a configure option to pass -std=c++11 on the command line.Eric Christopher2012-08-031-0/+4
* Revert previous patch here, we should instead configure in specificEric Christopher2012-08-031-3/+3