summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* [Make] Fix dependencies for td.expandedAdam Nemet2014-06-20
* Add the coverage cflags to the link step as well to make sureEric Christopher2014-06-17
* autoconf: Fix libLLVM-Major-Minor-Patch.so symlinkTom Stellard2014-05-15
* autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard2014-05-13
* [Build] Add rule to generate fully-expanded .td fileAdam Nemet2014-05-06
* Use -std=gnu++11 on cygwin and mingw.Rafael Espindola2014-03-12
* "Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber2014-03-07
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-03
* [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth2014-03-01
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-28
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-09
* [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