| Commit message (Expand) | Author | Age | Files | Lines |
* | Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN. | Michael J. Spencer | 2010-10-22 | 1 | -3/+0 |
* | Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i... | Michael J. Spencer | 2010-10-22 | 1 | -1/+1 |
* | Support: Add Endian.h | Michael J. Spencer | 2010-10-21 | 1 | -0/+3 |
* | First step to allowing the resource directory of Clang to be adjusted for | Chandler Carruth | 2010-10-19 | 2 | -0/+6 |
* | Add support for viewing graphviz graphs with xdot.py. | Dan Gohman | 2010-09-27 | 1 | -3/+9 |
* | Attempt to support platforms which don't have fenv.h. | Dan Gohman | 2010-09-17 | 2 | -0/+6 |
* | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher | 2010-08-30 | 4 | -12/+36 |
* | Regenerate. | Eric Christopher | 2010-08-25 | 1 | -6/+0 |
* | configure: Add detection of the linker version string. | Daniel Dunbar | 2010-08-11 | 1 | -0/+3 |
* | Avoid multiple definition warnings when both config.h and | Oscar Fuentes | 2010-08-10 | 2 | -0/+12 |
* | Add a bit of a hack to avoid multiple defines of variables in | Eric Christopher | 2010-08-08 | 2 | -0/+12 |
* | CMake: set configure macro LLVM_PREFIX | Oscar Fuentes | 2010-08-08 | 2 | -2/+2 |
* | CMake: configure header llvm-config.h | Oscar Fuentes | 2010-08-08 | 1 | -0/+84 |
* | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher | 2010-08-08 | 1 | -0/+84 |
* | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar | 2010-08-03 | 2 | -0/+6 |
* | Regenerate. | Owen Anderson | 2010-07-19 | 1 | -0/+6 |
* | Pull in the libCrashReporterClient.a information with a warning comment. | Eric Christopher | 2010-06-28 | 1 | -4/+0 |
* | Look for and use a different darwin crash reporter library. | Eric Christopher | 2010-06-22 | 1 | -0/+7 |
* | improve portability to systems that don't have round, patch by | Chris Lattner | 2010-05-15 | 1 | -0/+3 |
* | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar | 2010-05-10 | 1 | -0/+3 |
* | Add a check for posix_spawn. | Eric Christopher | 2010-04-16 | 1 | -0/+3 |
* | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin | 2010-03-15 | 2 | -0/+6 |
* | Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. | Jeffrey Yasskin | 2010-02-03 | 1 | -18/+0 |
* | Regenerate configure. | Torok Edwin | 2010-01-26 | 1 | -37/+17 |
* | Add CMake and configure logic to create llvm/Config/Disassemblers.defs. | Daniel Dunbar | 2009-11-25 | 1 | -0/+29 |
* | Add configure options for specifying where to look for libstdc++. | Rafael Espindola | 2009-11-16 | 2 | -0/+24 |
* | CMake: Hopefully unbreak the build by mimicking the changes on the | Oscar Fuentes | 2009-11-12 | 1 | -0/+3 |
* | Add the --with-c-include-dirs to llvm's configure. | Rafael Espindola | 2009-11-12 | 1 | -0/+3 |
* | CMake: Pass -lm to check_symbol_exists for detecting several math | Oscar Fuentes | 2009-11-12 | 1 | -1/+1 |
* | CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. | Oscar Fuentes | 2009-11-09 | 1 | -4/+28 |
* | CMake: Detect dotty. | Oscar Fuentes | 2009-11-05 | 1 | -2/+2 |
* | Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey. | Edward O'Callaghan | 2009-10-14 | 1 | -3/+3 |
* | Regenerate configure for rev. 83823 putback. | Edward O'Callaghan | 2009-10-13 | 1 | -3/+3 |
* | Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. | Edward O'Callaghan | 2009-10-12 | 1 | -2/+2 |
* | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin | 2009-09-25 | 2 | -0/+6 |
* | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif | 2009-08-27 | 1 | -3/+15 |
* | --- Reverse-merging r80147 into '.': | Bill Wendling | 2009-08-27 | 1 | -15/+3 |
* | Regenerate configure | Douglas Gregor | 2009-08-26 | 1 | -3/+15 |
* | revert r78628 and r78803 as these are not needed any more | Gabor Greif | 2009-08-25 | 1 | -3/+0 |
* | Remove alloca config.h support. | Daniel Dunbar | 2009-08-24 | 2 | -30/+0 |
* | Remove include/llvm/Config/alloca.h, it is dead. | Daniel Dunbar | 2009-08-24 | 1 | -49/+0 |
* | here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 | Gabor Greif | 2009-08-12 | 1 | -0/+3 |
* | Regenerate per request of Gabor Greif (r78628) | Shantonu Sen | 2009-08-11 | 1 | -0/+3 |
* | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor | 2009-07-27 | 1 | -3/+3 |
* | Sketch support for target specific assembly parser. | Daniel Dunbar | 2009-07-17 | 1 | -0/+29 |
* | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby | 2009-07-17 | 1 | -0/+3 |
* | LLVM doesn't use libelf. Remove libelf configurey. | Dan Gohman | 2009-07-14 | 2 | -6/+0 |
* | Regenerate configure after r75279. | Jeffrey Yasskin | 2009-07-10 | 1 | -0/+3 |
* | Add support for other GraphViz display tools. This can help | David Greene | 2009-07-09 | 1 | -0/+24 |
* | Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. | Jeffrey Yasskin | 2009-07-04 | 1 | -3/+3 |