summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-03Factor the computation of the basename of libraries. This avoids renamingRafael Espindola1-5/+7
2010-12-08build: Shared libraries shouldn't used RPATH on Darwin, only main executablesDaniel Dunbar1-4/+0
2010-12-08build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u...Daniel Dunbar1-2/+3
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-11-26unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi1-5/+11
2010-11-25Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvmDuncan Sands1-10/+10
2010-11-14remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner1-2/+0
2010-11-03Add rule to build MC'ized CodeEmitter.Jim Grosbach1-0/+5
2010-10-23Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov1-1/+1
2010-10-22Standardise all build-mode affecting {EN,DIS}ABLE_* make options toPeter Collingbourne1-5/+5
2010-10-15Don't pass --export-dynamic if TOOL_NO_EXPORTS is set.Rafael Espindola1-2/+8
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner1-1/+1
2010-10-04Makefile.rules: Fix breakage on cygming --enable-shared.NAKAMURA Takumi1-0/+5
2010-10-01Remove self-described temporary hack. A bit over a year seems a reasonableJim Grosbach1-4/+1
2010-09-16build: Add support for a TOOL_ORDER_FILE variable so commands can build with anDaniel Dunbar1-0/+12
2010-09-10Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linkedNAKAMURA Takumi1-3/+6
2010-09-09build: Allow subdir Makefiles to provide an alternate location for the SRCDIRDaniel Dunbar1-7/+11
2010-09-03Fix Windows stuff to follow the existing source organization.Dan Gohman1-15/+17
2010-09-03Revert "Rules for win32 ld shouldn't fire when cross-compiling."Mikhail Glushenkov1-7/+0
2010-09-03Rules for win32 ld shouldn't fire when cross-compiling.Mikhail Glushenkov1-0/+7
2010-09-01have the makefiles check the llvm-config error code instead of chargingChris Lattner1-3/+14
2010-08-18Fix the "Finished Creating" messages for aliases to print theDan Gohman1-1/+1
2010-08-17This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov1-17/+65
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov1-55/+19
2010-08-10Simplify generating LLVMC_BUILTIN_PLUGIN.Mikhail Glushenkov1-51/+6