| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD | Charles Davis | 2011-11-14 | 1 | -1/+1 |
* | Search for and use the strip program and pass it to install for it | Eric Christopher | 2011-11-14 | 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 |
* | remove JIT support from the Alpha backend. The JIT will be moving to MC, | Chris Lattner | 2010-11-14 | 1 | -2/+0 |
* | Add rule to build MC'ized CodeEmitter. | Jim Grosbach | 2010-11-03 | 1 | -0/+5 |
* | Remove -llvmc-temp-hack from tblgen. | Mikhail Glushenkov | 2010-10-23 | 1 | -1/+1 |
* | Standardise all build-mode affecting {EN,DIS}ABLE_* make options to | Peter Collingbourne | 2010-10-22 | 1 | -5/+5 |
* | Don't pass --export-dynamic if TOOL_NO_EXPORTS is set. | Rafael Espindola | 2010-10-15 | 1 | -2/+8 |
* | Generalize tblgen's dag parsing logic to handle arbitrary expressions | Chris Lattner | 2010-10-06 | 1 | -1/+1 |
* | Makefile.rules: Fix breakage on cygming --enable-shared. | NAKAMURA Takumi | 2010-10-04 | 1 | -0/+5 |
* | Remove self-described temporary hack. A bit over a year seems a reasonable | Jim Grosbach | 2010-10-01 | 1 | -4/+1 |
* | build: Add support for a TOOL_ORDER_FILE variable so commands can build with an | Daniel Dunbar | 2010-09-16 | 1 | -0/+12 |
* | Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linked | NAKAMURA Takumi | 2010-09-10 | 1 | -3/+6 |
* | build: Allow subdir Makefiles to provide an alternate location for the SRCDIR | Daniel Dunbar | 2010-09-09 | 1 | -7/+11 |
* | Fix Windows stuff to follow the existing source organization. | Dan Gohman | 2010-09-03 | 1 | -15/+17 |
* | Revert "Rules for win32 ld shouldn't fire when cross-compiling." | Mikhail Glushenkov | 2010-09-03 | 1 | -7/+0 |
* | Rules for win32 ld shouldn't fire when cross-compiling. | Mikhail Glushenkov | 2010-09-03 | 1 | -0/+7 |
* | have the makefiles check the llvm-config error code instead of charging | Chris Lattner | 2010-09-01 | 1 | -3/+14 |
* | Fix the "Finished Creating" messages for aliases to print the | Dan Gohman | 2010-08-18 | 1 | -1/+1 |
* | This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW... | Anton Korobeynikov | 2010-08-17 | 1 | -17/+65 |