summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* [Make] Fix dependencies for td.expandedAdam Nemet2014-06-201-1/+1
* Add the coverage cflags to the link step as well to make sureEric Christopher2014-06-171-0/+1
* autoconf: Fix libLLVM-Major-Minor-Patch.so symlinkTom Stellard2014-05-151-1/+1
* autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard2014-05-131-3/+12
* [Build] Add rule to generate fully-expanded .td fileAdam Nemet2014-05-061-1/+7
* Use -std=gnu++11 on cygwin and mingw.Rafael Espindola2014-03-121-1/+7
* "Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber2014-03-071-2/+2
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-031-1/+10
* [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth2014-03-011-2/+4
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-281-0/+2
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-091-5/+13
* [Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...Jack Carter2014-01-031-0/+2
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-271-0/+16
* 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