| Commit message (Expand) | Author | Age | Files | Lines |
* | build/Make: Switch over to using llvm-config-2 for dependencies one more (hop... | Daniel Dunbar | 2011-11-14 | 1 | -1/+5 |
* | build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than | Daniel Dunbar | 2011-11-12 | 1 | -1/+6 |
* | cross-build/Make: Update cross build to properly forward ARCH and | Daniel Dunbar | 2011-11-11 | 1 | -2/+6 |
* | build/Make: Eliminate BUILD_COMPONENT variable, which is unused. | Daniel Dunbar | 2011-11-11 | 1 | -25/+8 |
* | Add an option '--enable-libcpp' that will have the compiler pass on | Eric Christopher | 2011-11-11 | 1 | -2/+4 |
* | build/Make: Switch back to llvm-config for now, I foolishly forgot to think | Daniel Dunbar | 2011-11-11 | 1 | -1/+1 |
* | build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable | Daniel Dunbar | 2011-11-10 | 1 | -1/+1 |
* | build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up | Daniel Dunbar | 2011-11-10 | 1 | -1/+1 |
* | Remove a really ancient line from the default 'make clean' rule that attempts | Chris Lattner | 2011-11-10 | 1 | -1/+3 |
* | Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", | Daniel Dunbar | 2011-11-10 | 1 | -6/+1 |
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-11-10 | 1 | -1/+6 |
* | build/Make & CMake: Pass the appropriate --native-target and --enable-targets | Daniel Dunbar | 2011-11-10 | 1 | -0/+2 |
* | build/Make: Fix some missing dependencies on the llvm-build generation step. | Daniel Dunbar | 2011-11-09 | 1 | -1/+7 |
* | build/make: Fix the output path of the llvm-config-2 library dependency table. | Daniel Dunbar | 2011-11-04 | 1 | -1/+1 |
* | build: Use right Echo variable and use Verb appropriately. | Daniel Dunbar | 2011-11-03 | 1 | -2/+2 |
* | build/Make: Integrate llvm-build into Makefiles. | Daniel Dunbar | 2011-11-03 | 1 | -0/+48 |
* | build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify that | Daniel Dunbar | 2011-11-03 | 1 | -0/+4 |
* | Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD | Charles Davis | 2011-10-26 | 1 | -1/+1 |
* | Search for and use the strip program and pass it to install for it | Eric Christopher | 2011-10-26 | 1 | -1/+1 |
* | Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path. | NAKAMURA Takumi | 2011-10-16 | 1 | -7/+14 |
* | Add -D__STDC_FORMAT_MACROS to use PRIx64. | NAKAMURA Takumi | 2011-10-11 | 1 | -1/+1 |
* | Build system infrastructure for multiple tblgens. | Peter Collingbourne | 2011-10-06 | 1 | -38/+39 |
* | More llvmc bits. Spotted by Benjamin on IRC. | Eric Christopher | 2011-09-20 | 1 | -38/+0 |
* | TableGen'erated MC lowering for simple pseudo-instructions. | Jim Grosbach | 2011-07-08 | 1 | -0/+5 |
* | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -2/+2 |
* | build/Darwin: Fix epic typo fail. | Daniel Dunbar | 2011-06-28 | 1 | -1/+1 |
* | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 1 | -21/+1 |
* | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng | 2011-06-24 | 1 | -2/+7 |
* | Don't force remove config.cache on reconfiguration. | NAKAMURA Takumi | 2011-06-17 | 1 | -6/+0 |
* | build/configure: Add support for --with-extra-ld-options flag (to provide extra | Daniel Dunbar | 2011-06-16 | 1 | -0/+4 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | build: Add support for a SHOW_DIAGNOSTICS build variable. | Daniel Dunbar | 2011-04-11 | 1 | -8/+24 |
* | LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emi... | Chris Lattner | 2011-04-09 | 1 | -10/+10 |
* | make stuff work when LLVMCC_OPTION is something like installed-clang, not jus... | Chris Lattner | 2011-04-09 | 1 | -2/+2 |
* | revert accidental commit. | Chris Lattner | 2011-04-09 | 1 | -11/+11 |
* | fix a potentially serious bug in AliasSet::removeCallSite | Chris Lattner | 2011-04-09 | 1 | -11/+11 |
* | Makefile.rules: [PR2928] "make install" may install include files along expli... | NAKAMURA Takumi | 2011-03-09 | 1 | -3/+20 |
* | Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string... | NAKAMURA Takumi | 2011-03-08 | 1 | -0/+18 |
* | Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths. | Eric Christopher | 2011-03-07 | 1 | -4/+4 |
* | Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba... | Jakob Stoklund Olesen | 2011-03-05 | 1 | -18/+0 |
* | Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ... | NAKAMURA Takumi | 2011-03-05 | 1 | -0/+18 |
* | Better OpenBSD support, patch by Amit Kulkarni. I have no way to test | Chris Lattner | 2011-02-21 | 1 | -0/+2 |
* | Do not try to descend into optional build directories if they do not | Stephen Wilson | 2011-02-20 | 1 | -1/+3 |
* | Factor the computation of the basename of libraries. This avoids renaming | Rafael Espindola | 2011-02-03 | 1 | -5/+7 |
* | build: Shared libraries shouldn't used RPATH on Darwin, only main executables | Daniel Dunbar | 2010-12-08 | 1 | -4/+0 |
* | build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u... | Daniel Dunbar | 2010-12-08 | 1 | -2/+3 |
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
* | unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy... | NAKAMURA Takumi | 2010-11-26 | 1 | -5/+11 |
* | Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm | Duncan Sands | 2010-11-25 | 1 | -10/+10 |