Age | Commit message (Expand) | Author |
2010-06-01 | Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't | Dan Gohman |
2010-06-01 | -retain-symbols-file is not what it seems. Update the makefiles | Dan Gohman |
2010-05-16 | Avoid renaming loadable modules at install time. Now the gold plugin is named | Rafael Espindola |
2010-05-16 | Use $ORIGIN in the rpath of libraries. | Rafael Espindola |
2010-05-10 | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar |
2010-04-30 | Don't use 'else ifdef', I guess this is a 3.81 feature? | Daniel Dunbar |
2010-04-30 | Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary | Daniel Dunbar |
2010-04-30 | Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. | Daniel Dunbar |
2010-04-24 | Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see | Nick Lewycky |
2010-04-19 | Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can | Dan Gohman |
2010-04-19 | Remove -module, which appears to be a leftover from prior libtool usage. | Dan Gohman |
2010-04-16 | Add an autoconf check for -retain-symbols-file and conditionalize | Dan Gohman |
2010-04-15 | Make the export files absolute paths, and change Makefile.rules | Dan Gohman |
2010-04-15 | Add a dependency on the .dir file to make sure that the directory | Dan Gohman |
2010-04-15 | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman |
2010-04-02 | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen |
2010-03-17 | remove arm mode workaround for ARM host | Jim Grosbach |
2010-03-16 | --- Reverse-merging r98637 into '.': | Bob Wilson |
2010-03-16 | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen |
2010-03-10 | add DESTDIR support for TOOLALIAS, for PR6557, patch by | Chris Lattner |
2010-03-04 | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar |
2010-02-25 | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin |
2010-02-23 | Roll back r96959 again. | Jeffrey Yasskin |
2010-02-23 | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin |
2010-02-23 | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} | Daniel Dunbar |
2010-02-23 | Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM | Daniel Dunbar |
2010-02-23 | Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. | Daniel Dunbar |
2010-02-23 | Inline and eliminate LLVMG{CC,XX}WITHPATH. | Daniel Dunbar |
2010-02-23 | Remove dead LUPGRADE make variable. | Daniel Dunbar |
2010-02-23 | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar |
2010-02-18 | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin |
2010-02-18 | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin |
2010-01-29 | Added a custom TableGen backend to support the | Sean Callanan |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-24 | libs that need EH need RTTI. | Chris Lattner |
2010-01-24 | ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI... | Chris Lattner |
2010-01-22 | make: Make .o files depend on Makefile, at least for now. | Daniel Dunbar |
2010-01-16 | Provide magic define on mingw to not generate inline variants of ctyper funct... | Anton Korobeynikov |
2009-11-25 | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar |
2009-11-19 | Add TOOLALIAS makefile variable; this defines an alternate name for a program | Daniel Dunbar |
2009-11-16 | Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing | Daniel Dunbar |
2009-11-04 | configure: Add --with-optimize-option, for setting the default value of | Daniel Dunbar |
2009-10-30 | Build in ARM mode explicitly when on ARM Darwin | Jim Grosbach |
2009-10-25 | Indent. | Nick Lewycky |
2009-10-15 | Tablegen target intrinsics from the target main .td file. | Jakob Stoklund Olesen |
2009-10-14 | AuroraUX needs special Solaris system header. | Edward O'Callaghan |
2009-10-09 | Raise the limit on built-in plugins in llvmc to 10. | Mikhail Glushenkov |
2009-10-04 | Remove trailing whitespace from build output. | Jakob Stoklund Olesen |
2009-09-27 | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of | Jeffrey Yasskin |
2009-09-25 | This patch causes the --enable-debug-runtime configure flag and the | Jeffrey Yasskin |