| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -3/+3 |
* | libs that need EH need RTTI. | Chris Lattner | 2010-01-24 | 1 | -0/+3 |
* | ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI... | Chris Lattner | 2010-01-24 | 1 | -7/+6 |
* | make: Make .o files depend on Makefile, at least for now. | Daniel Dunbar | 2010-01-22 | 1 | -3/+3 |
* | Provide magic define on mingw to not generate inline variants of ctyper funct... | Anton Korobeynikov | 2010-01-16 | 1 | -9/+11 |
* | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar | 2009-11-25 | 1 | -0/+5 |
* | Add TOOLALIAS makefile variable; this defines an alternate name for a program | Daniel Dunbar | 2009-11-19 | 1 | -4/+45 |
* | Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing | Daniel Dunbar | 2009-11-16 | 1 | -5/+13 |
* | configure: Add --with-optimize-option, for setting the default value of | Daniel Dunbar | 2009-11-04 | 1 | -10/+0 |
* | Build in ARM mode explicitly when on ARM Darwin | Jim Grosbach | 2009-10-30 | 1 | -0/+2 |
* | Indent. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Tablegen target intrinsics from the target main .td file. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -2/+2 |
* | AuroraUX needs special Solaris system header. | Edward O'Callaghan | 2009-10-14 | 1 | -0/+4 |
* | Raise the limit on built-in plugins in llvmc to 10. | Mikhail Glushenkov | 2009-10-09 | 1 | -0/+27 |
* | Remove trailing whitespace from build output. | Jakob Stoklund Olesen | 2009-10-04 | 1 | -1/+1 |
* | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of | Jeffrey Yasskin | 2009-09-27 | 1 | -1/+1 |
* | This patch causes the --enable-debug-runtime configure flag and the | Jeffrey Yasskin | 2009-09-25 | 1 | -0/+7 |
* | Add 'make check-all', which runs the LLVM tests along with the clang tests if | Daniel Dunbar | 2009-09-20 | 1 | -0/+12 |
* | Build (not test) the unittests as part of a normal build. | Daniel Dunbar | 2009-09-13 | 1 | -3/+5 |
* | Revert unittests build changes temporarily, the unit test build isn't -j safe. | Daniel Dunbar | 2009-09-13 | 1 | -5/+3 |
* | Build (not test) the unittests as part of a normal build. | Daniel Dunbar | 2009-09-13 | 1 | -3/+5 |
* | ... and fix the REQUIRES_RTTI condition. | Daniel Dunbar | 2009-09-11 | 1 | -2/+2 |
* | Fix REQUIRES_RTTI while awake. | Daniel Dunbar | 2009-09-11 | 1 | -1/+2 |
* | Make REQUIRES_RTTI work. | Daniel Dunbar | 2009-09-11 | 1 | -1/+1 |
* | Do not specify -mmacosx-version-min if building for arm-apple-darwin. | Evan Cheng | 2009-09-08 | 1 | -2/+7 |
* | llvm-as is no longer needed here, now that opt can read assembly | Dan Gohman | 2009-09-08 | 1 | -5/+4 |
* | Add 'lit' support for llvm tests. | Daniel Dunbar | 2009-09-08 | 1 | -0/+12 |
* | Remove some unnecessary -f options. | Dan Gohman | 2009-09-03 | 1 | -2/+2 |
* | Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build). | Daniel Dunbar | 2009-09-03 | 1 | -0/+1 |
* | Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the | Daniel Dunbar | 2009-08-28 | 1 | -2/+2 |
* | Add a REQUIRES_FRAME_POINTER option to disable the frame pointer | Nicolas Geoffray | 2009-08-19 | 1 | -0/+6 |
* | Add CXXFLAGS to the Link lines as well in case someone used those instead | Eric Christopher | 2009-08-18 | 1 | -2/+3 |
* | Separate out Makefile defines so that we can keep the llvm | Eric Christopher | 2009-08-18 | 1 | -15/+15 |