summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-06-20[Make] Fix dependencies for td.expandedAdam Nemet
2014-06-17Add the coverage cflags to the link step as well to make sureEric Christopher
2014-05-15autoconf: Fix libLLVM-Major-Minor-Patch.so symlinkTom Stellard
2014-05-13autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard
2014-05-06[Build] Add rule to generate fully-expanded .td fileAdam Nemet
2014-03-12Use -std=gnu++11 on cygwin and mingw.Rafael Espindola
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard
2014-03-01[C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola
2014-02-09Provide CMake package modules in install treeNAKAMURA Takumi
2014-01-03[Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...Jack Carter
2013-12-27Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber
2013-11-14Teach the Makefile build system how to handle SOURCES which includeChandler Carruth
2013-11-14Fix regular expression to work with multiple-digit version numbersDmitri Gribenko
2013-10-31Rules adjustments in order to build on DragonFly BSD.Rafael Espindola
2013-08-18Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.NAKAMURA Takumi
2013-08-18Makefile.rules: Simplify nested if(s) on OmitFramePointer.NAKAMURA Takumi
2013-08-06Remove oddly named libraries with "make uninstall-local"Tim Northover
2013-08-04Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson
2013-07-25Remove dead code from the makefile build system.Rafael Espindola
2013-07-01The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru
2013-06-27Add CXXFLAGS back to the Link command.Bob Wilson
2013-06-25Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher
2013-06-25As far as I know no linker needs or wants the -g flag.Eric Christopher
2013-06-24Remove all non-linker oriented compile options from the linkerEric Christopher
2013-05-23Remove redundant rpath.Rafael Espindola
2013-05-23Fix indentation.Rafael Espindola
2013-05-14Revert previous patch, it's actually on under Wall.Eric Christopher
2013-05-14Add -Wreorder to the list of C++ warnings.Eric Christopher
2013-05-03Remove this hack. We can support this better with function attributes.Bill Wendling
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling
2013-04-25Allow users to choose identity used to sign tools.Filipe Cabecinhas
2013-04-09Make check depend on all.Eric Christopher
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher
2013-03-08remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith
2013-01-30build: add --with-python optionSaleem Abdulrasool
2013-01-18Pass NO_MISSING_FIELD_INITIALIZERS to Compiler FlagsDavid Greene
2013-01-09Disable -Wuninitialized for gccDavid Greene
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-10-12Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>Bob Wilson
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-08Use a special path to place the .o files in.Bill Wendling