aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar2011-06-161-0/+4
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* build: Add support for a SHOW_DIAGNOSTICS build variable.Daniel Dunbar2011-04-111-8/+24
* LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emi...Chris Lattner2011-04-091-10/+10
* make stuff work when LLVMCC_OPTION is something like installed-clang, not jus...Chris Lattner2011-04-091-2/+2
* revert accidental commit.Chris Lattner2011-04-091-11/+11
* fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner2011-04-091-11/+11
* Makefile.rules: [PR2928] "make install" may install include files along expli...NAKAMURA Takumi2011-03-091-3/+20
* Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...NAKAMURA Takumi2011-03-081-0/+18
* Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.Eric Christopher2011-03-071-4/+4
* Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen2011-03-051-18/+0
* Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi2011-03-051-0/+18
* Better OpenBSD support, patch by Amit Kulkarni. I have no way to testChris Lattner2011-02-211-0/+2
* Do not try to descend into optional build directories if they do notStephen Wilson2011-02-201-1/+3
* Factor the computation of the basename of libraries. This avoids renamingRafael Espindola2011-02-031-5/+7
* build: Shared libraries shouldn't used RPATH on Darwin, only main executablesDaniel Dunbar2010-12-081-4/+0
* build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u...Daniel Dunbar2010-12-081-2/+3
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi2010-11-261-5/+11
* Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvmDuncan Sands2010-11-251-10/+10
* remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner2010-11-141-2/+0
* Add rule to build MC'ized CodeEmitter.Jim Grosbach2010-11-031-0/+5
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-231-1/+1
* Standardise all build-mode affecting {EN,DIS}ABLE_* make options toPeter Collingbourne2010-10-221-5/+5
* Don't pass --export-dynamic if TOOL_NO_EXPORTS is set.Rafael Espindola2010-10-151-2/+8
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-061-1/+1
* Makefile.rules: Fix breakage on cygming --enable-shared.NAKAMURA Takumi2010-10-041-0/+5
* Remove self-described temporary hack. A bit over a year seems a reasonableJim Grosbach2010-10-011-4/+1
* build: Add support for a TOOL_ORDER_FILE variable so commands can build with anDaniel Dunbar2010-09-161-0/+12
* Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linkedNAKAMURA Takumi2010-09-101-3/+6