summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Add a check for misbehaving -Wcomment from gcc-4.7 and addEric Christopher1-1/+1
2014-09-19Revert my earlier change to add "all" as a dependency to check. InEric Christopher1-1/+1
2014-09-18Disable GCC's -Woverloaded-virtual in the configure+make build. Clang's is be...David Blaikie1-1/+0
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-6/+1
2014-08-14Delete support for AuroraUX.Rafael Espindola1-4/+0
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+6
2014-08-07Nuke the old JIT.Rafael Espindola1-6/+1
2014-06-20[Make] Fix dependencies for td.expandedAdam Nemet1-1/+1
2014-06-17Add the coverage cflags to the link step as well to make sureEric Christopher1-0/+1
2014-05-15autoconf: Fix libLLVM-Major-Minor-Patch.so symlinkTom Stellard1-1/+1
2014-05-13autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard1-3/+12
2014-05-06[Build] Add rule to generate fully-expanded .td fileAdam Nemet1-1/+7
2014-03-12Use -std=gnu++11 on cygwin and mingw.Rafael Espindola1-1/+7
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber1-2/+2
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard1-1/+10
2014-03-01[C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth1-2/+4
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola1-0/+2
2014-02-09Provide CMake package modules in install treeNAKAMURA Takumi1-5/+13
2014-01-03[Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...Jack Carter1-0/+2
2013-12-27Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber1-0/+16
2013-11-14Teach the Makefile build system how to handle SOURCES which includeChandler Carruth1-21/+34
2013-11-14Fix regular expression to work with multiple-digit version numbersDmitri Gribenko1-2/+2
2013-10-31Rules adjustments in order to build on DragonFly BSD.Rafael Espindola1-2/+2
2013-08-18Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.NAKAMURA Takumi1-1/+1
2013-08-18Makefile.rules: Simplify nested if(s) on OmitFramePointer.NAKAMURA Takumi1-5/+1
2013-08-06Remove oddly named libraries with "make uninstall-local"Tim Northover1-1/+1
2013-08-04Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson1-7/+4
2013-07-25Remove dead code from the makefile build system.Rafael Espindola1-246/+1
2013-07-01The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru1-1/+3
2013-06-27Add CXXFLAGS back to the Link command.Bob Wilson1-1/+2
2013-06-25Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher1-0/+5
2013-06-25As far as I know no linker needs or wants the -g flag.Eric Christopher1-4/+1
2013-06-24Remove all non-linker oriented compile options from the linkerEric Christopher1-4/+3
2013-05-23Remove redundant rpath.Rafael Espindola1-6/+1
2013-05-23Fix indentation.Rafael Espindola1-9/+9
2013-05-14Revert previous patch, it's actually on under Wall.Eric Christopher1-2/+1
2013-05-14Add -Wreorder to the list of C++ warnings.Eric Christopher1-1/+2
2013-05-03Remove this hack. We can support this better with function attributes.Bill Wendling1-1/+1
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling1-1/+1
2013-04-25Allow users to choose identity used to sign tools.Filipe Cabecinhas1-1/+3
2013-04-09Make check depend on all.Eric Christopher1-1/+1
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher1-1/+1
2013-03-08remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner1-6/+0
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling1-1/+1
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson1-4/+12
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith1-1/+1
2013-01-30build: add --with-python optionSaleem Abdulrasool1-2/+2
2013-01-18Pass NO_MISSING_FIELD_INITIALIZERS to Compiler FlagsDavid Greene1-1/+2
2013-01-09Disable -Wuninitialized for gccDavid Greene1-1/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1