summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* [Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...Jack Carter2014-01-03
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* Teach the Makefile build system how to handle SOURCES which includeChandler Carruth2013-11-14
* Fix regular expression to work with multiple-digit version numbersDmitri Gribenko2013-11-14
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-31
* Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.NAKAMURA Takumi2013-08-18
* Makefile.rules: Simplify nested if(s) on OmitFramePointer.NAKAMURA Takumi2013-08-18
* Remove oddly named libraries with "make uninstall-local"Tim Northover2013-08-06
* Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson2013-08-04
* Remove dead code from the makefile build system.Rafael Espindola2013-07-25
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-01
* Add CXXFLAGS back to the Link command.Bob Wilson2013-06-27
* Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher2013-06-25
* As far as I know no linker needs or wants the -g flag.Eric Christopher2013-06-25
* Remove all non-linker oriented compile options from the linkerEric Christopher2013-06-24
* Remove redundant rpath.Rafael Espindola2013-05-23
* Fix indentation.Rafael Espindola2013-05-23
* Revert previous patch, it's actually on under Wall.Eric Christopher2013-05-14
* Add -Wreorder to the list of C++ warnings.Eric Christopher2013-05-14
* Remove this hack. We can support this better with function attributes.Bill Wendling2013-05-03
* We don't want FP elimination when doing an Apple-style build.Bill Wendling2013-05-02
* Allow users to choose identity used to sign tools.Filipe Cabecinhas2013-04-25
* Make check depend on all.Eric Christopher2013-04-09
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-15
* remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner2013-03-08
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-13
* Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson2013-02-05
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-31
* build: add --with-python optionSaleem Abdulrasool2013-01-30
* Pass NO_MISSING_FIELD_INITIALIZERS to Compiler FlagsDavid Greene2013-01-18
* Disable -Wuninitialized for gccDavid Greene2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>Bob Wilson2012-10-12
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-10
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-09
* Use a special path to place the .o files in.Bill Wendling2012-10-08
* Use -object_path_lto when linking executables if building Apple style.Bill Wendling2012-10-05
* Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'.Jordan Rose2012-10-04
* Re-enable support for --program-prefix.Jordan Rose2012-10-01
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-26
* Add --program-prefix support to buildSebastian Pop2012-09-25
* Temporarily revert this to bring back the bots.Eric Christopher2012-08-28
* Add --program-prefix support to build.Sebastian Pop2012-08-27
* Add a configure flag for enabling -Werror on the command lineEric Christopher2012-08-03
* Add a configure option to pass -std=c++11 on the command line.Eric Christopher2012-08-03
* Revert previous patch here, we should instead configure in specificEric Christopher2012-08-03
* Add a BUILD_FLAGS variable so that autoconf checks have a placeEric Christopher2012-08-03
* Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth2012-06-28
* llvm-ld does not exist anymore, use llvm-link instead.Nicolas Geoffray2012-05-23