aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
...
* Add a BUILD_FLAGS variable so that autoconf checks have a placeEric Christopher2012-08-031-3/+3
* Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth2012-06-281-12/+1
* llvm-ld does not exist anymore, use llvm-link instead.Nicolas Geoffray2012-05-231-4/+7
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-071-0/+1
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-3/+0
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-111-1/+1
* Use a posix compliant regexp in export file construction.Eric Christopher2012-03-121-1/+1
* build/Darwin: Make it easy to cause all tools to get codesigned (with make CO...Daniel Dunbar2012-03-061-0/+11
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-281-1/+1
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-281-1/+1
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-281-1/+1
* On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path,...David Meyer2012-02-181-1/+7
* build/make: Ensure make clean removes the LLVMBuild makefile fragment.Daniel Dunbar2012-02-021-0/+4
* build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly de...Daniel Dunbar2012-02-021-1/+2
* PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere.Rafael Espindola2011-12-271-3/+0
* Reenable building with -fvisibility-inlines-hidden.Benjamin Kramer2011-12-221-3/+6
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-011-0/+3
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-011-3/+3
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-011-3/+3
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-291-3/+3
* Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson2011-11-281-3/+11
* build/Make: Switch over to using llvm-config-2 for dependencies one more (hop...Daniel Dunbar2011-11-141-1/+5
* build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise thanDaniel Dunbar2011-11-121-1/+6
* cross-build/Make: Update cross build to properly forward ARCH andDaniel Dunbar2011-11-111-2/+6
* build/Make: Eliminate BUILD_COMPONENT variable, which is unused.Daniel Dunbar2011-11-111-25/+8
* Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher2011-11-111-2/+4
* build/Make: Switch back to llvm-config for now, I foolishly forgot to thinkDaniel Dunbar2011-11-111-1/+1
* build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executableDaniel Dunbar2011-11-101-1/+1
* build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned upDaniel Dunbar2011-11-101-1/+1
* Remove a really ancient line from the default 'make clean' rule that attemptsChris Lattner2011-11-101-1/+3
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-101-6/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-101-1/+6
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-101-0/+2
* build/Make: Fix some missing dependencies on the llvm-build generation step.Daniel Dunbar2011-11-091-1/+7
* build/make: Fix the output path of the llvm-config-2 library dependency table.Daniel Dunbar2011-11-041-1/+1
* build: Use right Echo variable and use Verb appropriately.Daniel Dunbar2011-11-031-2/+2
* build/Make: Integrate llvm-build into Makefiles.Daniel Dunbar2011-11-031-0/+48
* build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify thatDaniel Dunbar2011-11-031-0/+4
* Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSDCharles Davis2011-10-261-1/+1
* Search for and use the strip program and pass it to install for itEric Christopher2011-10-261-1/+1
* Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path.NAKAMURA Takumi2011-10-161-7/+14
* Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi2011-10-111-1/+1
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-38/+39
* More llvmc bits. Spotted by Benjamin on IRC.Eric Christopher2011-09-201-38/+0
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-081-0/+5
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-2/+2
* build/Darwin: Fix epic typo fail.Daniel Dunbar2011-06-281-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-21/+1
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-2/+7
* Don't force remove config.cache on reconfiguration.NAKAMURA Takumi2011-06-171-6/+0