| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix library build messages. | Dan Gohman | 2010-07-26 | 1 | -2/+2 |
* | Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms | Nick Lewycky | 2010-07-25 | 1 | -1/+1 |
* | Get rid of exceptions in llvmc. | Mikhail Glushenkov | 2010-07-23 | 1 | -3/+0 |
* | Enable LLVM to compile on Mips. Fix PR5828 | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+2 |
* | Remove unnecessary conditional. | Eric Christopher | 2010-07-16 | 1 | -2/+0 |
* | build/Darwin: Add a missing directory dependency. | Daniel Dunbar | 2010-07-15 | 1 | -1/+1 |
* | Revert 108456. i.e. bring back r108444. | Devang Patel | 2010-07-15 | 1 | -0/+21 |
* | Revert 108444. It breaks a build. | Devang Patel | 2010-07-15 | 1 | -21/+0 |
* | build/Darwin: Add support for embedding version information in tool executables. | Daniel Dunbar | 2010-07-15 | 1 | -0/+21 |
* | Correctly set rpath on Mac OS X for executable tools. Note that I am not cer... | Ted Kremenek | 2010-07-15 | 1 | -0/+5 |
* | Patched Makefile.rules to allow objective C and objective C++ compilation. | Greg Clayton | 2010-07-13 | 1 | -2/+56 |
* | Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" | Duncan Sands | 2010-07-07 | 1 | -5/+4 |
* | Fix this build message so that it displays the correct library | Dan Gohman | 2010-06-28 | 1 | -1/+1 |
* | Fix typo. | Eric Christopher | 2010-06-21 | 1 | -1/+1 |
* | improve portability to solaris 10, PR7380, patch by Simon Billingsley! | Chris Lattner | 2010-06-18 | 1 | -4/+4 |
* | fix PR7380: use 'test' instead of shell builtins. This improves | Chris Lattner | 2010-06-15 | 1 | -5/+5 |
* | Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles if | Daniel Dunbar | 2010-06-08 | 1 | -4/+9 |
* | Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't | Dan Gohman | 2010-06-01 | 1 | -2/+2 |
* | -retain-symbols-file is not what it seems. Update the makefiles | Dan Gohman | 2010-06-01 | 1 | -2/+15 |
* | Avoid renaming loadable modules at install time. Now the gold plugin is named | Rafael Espindola | 2010-05-16 | 1 | -0/+5 |
* | Use $ORIGIN in the rpath of libraries. | Rafael Espindola | 2010-05-16 | 1 | -0/+4 |
* | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar | 2010-05-10 | 1 | -1/+9 |
* | Don't use 'else ifdef', I guess this is a 3.81 feature? | Daniel Dunbar | 2010-04-30 | 1 | -1/+3 |
* | Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary | Daniel Dunbar | 2010-04-30 | 1 | -1/+1 |
* | Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. | Daniel Dunbar | 2010-04-30 | 1 | -0/+5 |
* | Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see | Nick Lewycky | 2010-04-24 | 1 | -1/+0 |
* | Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can | Dan Gohman | 2010-04-19 | 1 | -0/+2 |
* | Remove -module, which appears to be a leftover from prior libtool usage. | Dan Gohman | 2010-04-19 | 1 | -7/+0 |
* | Add an autoconf check for -retain-symbols-file and conditionalize | Dan Gohman | 2010-04-16 | 1 | -7/+6 |
* | Make the export files absolute paths, and change Makefile.rules | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | Add a dependency on the .dir file to make sure that the directory | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman | 2010-04-15 | 1 | -0/+35 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 1 | -0/+5 |
* | remove arm mode workaround for ARM host | Jim Grosbach | 2010-03-17 | 1 | -2/+0 |
* | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 1 | -5/+0 |
* | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 1 | -0/+5 |
* | add DESTDIR support for TOOLALIAS, for PR6557, patch by | Chris Lattner | 2010-03-10 | 1 | -1/+1 |
* | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar | 2010-03-04 | 1 | -23/+23 |
* | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin | 2010-02-25 | 1 | -5/+13 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 1 | -13/+5 |
* | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 1 | -5/+13 |
* | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} | Daniel Dunbar | 2010-02-23 | 1 | -12/+12 |
* | Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM | Daniel Dunbar | 2010-02-23 | 1 | -0/+21 |
* | Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. | Daniel Dunbar | 2010-02-23 | 1 | -4/+2 |
* | Inline and eliminate LLVMG{CC,XX}WITHPATH. | Daniel Dunbar | 2010-02-23 | 1 | -6/+2 |
* | Remove dead LUPGRADE make variable. | Daniel Dunbar | 2010-02-23 | 1 | -3/+0 |
* | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar | 2010-02-23 | 1 | -5/+0 |
* | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin | 2010-02-18 | 1 | -18/+5 |
* | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin | 2010-02-18 | 1 | -5/+18 |
* | Added a custom TableGen backend to support the | Sean Callanan | 2010-01-29 | 1 | -0/+5 |