summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>Bob Wilson1-0/+4
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling1-1/+1
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson1-2/+1
2012-10-08Use a special path to place the .o files in.Bill Wendling1-1/+2
2012-10-05Use -object_path_lto when linking executables if building Apple style.Bill Wendling1-11/+15
2012-10-04Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'.Jordan Rose1-2/+2
2012-10-01Re-enable support for --program-prefix.Jordan Rose1-2/+2
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose1-2/+2
2012-09-25Add --program-prefix support to buildSebastian Pop1-2/+2
2012-08-28Temporarily revert this to bring back the bots.Eric Christopher1-8/+8
2012-08-27Add --program-prefix support to build.Sebastian Pop1-8/+8
2012-08-03Add a configure flag for enabling -Werror on the command lineEric Christopher1-0/+5
2012-08-03Add a configure option to pass -std=c++11 on the command line.Eric Christopher1-0/+4
2012-08-03Revert previous patch here, we should instead configure in specificEric Christopher1-3/+3
2012-08-03Add a BUILD_FLAGS variable so that autoconf checks have a placeEric Christopher1-3/+3
2012-06-28Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth1-12/+1
2012-05-23llvm-ld does not exist anymore, use llvm-link instead.Nicolas Geoffray1-4/+7
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd1-0/+1
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-3/+0
2012-04-11Fix the build under Debian GNU/Hurd.Sylvestre Ledru1-1/+1
2012-03-12Use a posix compliant regexp in export file construction.Eric Christopher1-1/+1
2012-03-06build/Darwin: Make it easy to cause all tools to get codesigned (with make CO...Daniel Dunbar1-0/+11
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola1-1/+1
2012-02-28Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth1-1/+1
2012-02-28Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola1-1/+1
2012-02-18On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path,...David Meyer1-1/+7
2012-02-02build/make: Ensure make clean removes the LLVMBuild makefile fragment.Daniel Dunbar1-0/+4
2012-02-02build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly de...Daniel Dunbar1-1/+2
2011-12-27PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere.Rafael Espindola1-3/+0
2011-12-22Reenable building with -fvisibility-inlines-hidden.Benjamin Kramer1-3/+6
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta1-0/+3
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-3/+3
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands1-3/+3
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-3/+3
2011-11-28Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson1-3/+11
2011-11-14build/Make: Switch over to using llvm-config-2 for dependencies one more (hop...Daniel Dunbar1-1/+5
2011-11-12build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise thanDaniel Dunbar1-1/+6
2011-11-11cross-build/Make: Update cross build to properly forward ARCH andDaniel Dunbar1-2/+6
2011-11-11build/Make: Eliminate BUILD_COMPONENT variable, which is unused.Daniel Dunbar1-25/+8
2011-11-11Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher1-2/+4
2011-11-11build/Make: Switch back to llvm-config for now, I foolishly forgot to thinkDaniel Dunbar1-1/+1
2011-11-10build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executableDaniel Dunbar1-1/+1
2011-11-10build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned upDaniel Dunbar1-1/+1
2011-11-10Remove a really ancient line from the default 'make clean' rule that attemptsChris Lattner1-1/+3
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar1-6/+1
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-1/+6
2011-11-10build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar1-0/+2
2011-11-09build/Make: Fix some missing dependencies on the llvm-build generation step.Daniel Dunbar1-1/+7
2011-11-04build/make: Fix the output path of the llvm-config-2 library dependency table.Daniel Dunbar1-1/+1
2011-11-03build: Use right Echo variable and use Verb appropriately.Daniel Dunbar1-2/+2