aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2012-10-15Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'Derek Schuff
2012-10-12Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'Derek Schuff
2012-10-12Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>Bob Wilson
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
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
2012-10-05Use -object_path_lto when linking executables if building Apple style.Bill Wendling
2012-10-04Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'.Jordan Rose
2012-10-01Re-enable support for --program-prefix.Jordan Rose
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-08-28Temporarily revert this to bring back the bots.Eric Christopher
2012-08-27Add --program-prefix support to build.Sebastian Pop
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-03Add a configure flag for enabling -Werror on the command lineEric Christopher
2012-08-03Add a configure option to pass -std=c++11 on the command line.Eric Christopher
2012-08-03Revert previous patch here, we should instead configure in specificEric Christopher
2012-08-03Add a BUILD_FLAGS variable so that autoconf checks have a placeEric Christopher
2012-07-31This hack is necessary under ubuntu precise to produce a gold plugin which has aRobert Muth
2012-07-31Specify that sandboxed llc should be bitcode-linked with non-irt private libsJan Voung
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-06-28Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth
2012-05-23llvm-ld does not exist anymore, use llvm-link instead.Nicolas Geoffray
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer
2012-04-11Fix the build under Debian GNU/Hurd.Sylvestre Ledru
2012-03-12Use a posix compliant regexp in export file construction.Eric Christopher
2012-03-06build/Darwin: Make it easy to cause all tools to get codesigned (with make CO...Daniel Dunbar
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola
2012-02-28Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth
2012-02-28Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola
2012-02-18On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path,...David Meyer
2012-02-02build/make: Ensure make clean removes the LLVMBuild makefile fragment.Daniel Dunbar
2012-02-02build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly de...Daniel Dunbar
2011-12-27PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere.Rafael Espindola
2011-12-22Reenable building with -fvisibility-inlines-hidden.Benjamin Kramer
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-28Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson
2011-11-14build/Make: Switch over to using llvm-config-2 for dependencies one more (hop...Daniel Dunbar
2011-11-12build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise thanDaniel Dunbar
2011-11-11cross-build/Make: Update cross build to properly forward ARCH andDaniel Dunbar
2011-11-11build/Make: Eliminate BUILD_COMPONENT variable, which is unused.Daniel Dunbar
2011-11-11Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher
2011-11-11build/Make: Switch back to llvm-config for now, I foolishly forgot to thinkDaniel Dunbar
2011-11-10build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executableDaniel Dunbar