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