summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* 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
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-07
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* Use a posix compliant regexp in export file construction.Eric Christopher2012-03-12
* build/Darwin: Make it easy to cause all tools to get codesigned (with make CO...Daniel Dunbar2012-03-06
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-28
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-28
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-28
* On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path,...David Meyer2012-02-18
* build/make: Ensure make clean removes the LLVMBuild makefile fragment.Daniel Dunbar2012-02-02