summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-03build/Make: Integrate llvm-build into Makefiles.Daniel Dunbar1-0/+48
2011-11-03build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify thatDaniel Dunbar1-0/+4
2011-10-26Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSDCharles Davis1-1/+1
2011-10-26Search for and use the strip program and pass it to install for itEric Christopher1-1/+1
2011-10-16Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path.NAKAMURA Takumi1-7/+14
2011-10-11Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi1-1/+1
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne1-38/+39
2011-09-20More llvmc bits. Spotted by Benjamin on IRC.Eric Christopher1-38/+0
2011-07-08TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach1-0/+5
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng1-2/+2
2011-06-28build/Darwin: Fix epic typo fail.Daniel Dunbar1-1/+1
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng1-21/+1
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng1-2/+7
2011-06-17Don't force remove config.cache on reconfiguration.NAKAMURA Takumi1-6/+0
2011-06-16build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar1-0/+4
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-04-11build: Add support for a SHOW_DIAGNOSTICS build variable.Daniel Dunbar1-8/+24
2011-04-09LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emi...Chris Lattner1-10/+10
2011-04-09make stuff work when LLVMCC_OPTION is something like installed-clang, not jus...Chris Lattner1-2/+2
2011-04-09revert accidental commit.Chris Lattner1-11/+11
2011-04-09fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner1-11/+11
2011-03-09Makefile.rules: [PR2928] "make install" may install include files along expli...NAKAMURA Takumi1-3/+20
2011-03-08Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...NAKAMURA Takumi1-0/+18
2011-03-07Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.Eric Christopher1-4/+4
2011-03-05Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen1-18/+0
2011-03-05Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi1-0/+18
2011-02-21Better OpenBSD support, patch by Amit Kulkarni. I have no way to testChris Lattner1-0/+2
2011-02-20Do not try to descend into optional build directories if they do notStephen Wilson1-1/+3