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