Age | Commit message (Expand) | Author |
2013-05-04 | Allow host triple to be correctly overridden in CMake builds | Tim Northover |
2013-04-27 | Regen. | Eric Christopher |
2013-04-27 | Only use cxxabi.h's demangler, if it is actually available. | Joerg Sonnenberger |
2013-04-23 | Add basic zlib support to LLVM. This would allow to use compression/uncompres... | Alexey Samsonov |
2013-03-25 | Refine fenv.h handling: check if the desired macros exist, before using | Joerg Sonnenberger |
2013-02-07 | Conditionalize constant folding of math intrinsics on the availability of an ... | Owen Anderson |
2013-01-30 | [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. | NAKAMURA Takumi |
2012-09-21 | Add an --enable-backtraces option to configure to determine | Eric Christopher |
2012-08-03 | Add support for detecting libxml for Dmitri's work. He'll | Eric Christopher |
2012-07-22 | autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060. | NAKAMURA Takumi |
2012-07-12 | Regenerate. | Eric Christopher |
2012-05-05 | [build] Add build check for ::arc4random(). | Daniel Dunbar |
2012-04-16 | add configure flag --with-default-sysroot | Sebastian Pop |
2012-03-26 | Add InitializeNativeTargetDisassembler function. | Eric Christopher |
2012-03-23 | Remove the C backend. | Eric Christopher |
2012-03-13 | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky |
2012-02-13 | add LLVM_VERSION_MAJOR and _MINOR defines | Dylan Noblesmith |
2012-02-03 | Replace the old --with-cxx-* configure options with a single --with-gcc-toolc... | Rafael Espindola |
2012-01-05 | revert r147542 after comments from Joerg Sonnenberger | Sebastian Pop |
2012-01-04 | use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT | Sebastian Pop |
2011-11-28 | configure, config.h.in: Regenerate. | NAKAMURA Takumi |
2011-11-22 | Add configure checking for pread(2) and use it to save a syscall when reading... | Benjamin Kramer |
2011-11-01 | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE | Sebastian Pop |
2011-10-26 | Handle newer cases for freebsd which is approaching 10.0 and not 1.0. | Eric Christopher |
2011-09-23 | We're no longer going to bother supporting platforms that don't | Eric Christopher |
2011-09-19 | Regenerate configure. | Eric Christopher |
2011-09-19 | Rename LLVM_MULTITHREADED define and fix build without threads. | Eric Christopher |
2011-08-12 | configure: Update since r136721. | NAKAMURA Takumi |
2011-07-22 | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng |
2011-07-20 | Regenerate configure and friends for Chad. | Eric Christopher |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-14 | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng |
2011-05-01 | Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst... | NAKAMURA Takumi |
2011-03-09 | Add InitializeNativeAsmParser function. | Jan Sjödin |
2011-02-09 | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config... | NAKAMURA Takumi |
2011-02-05 | Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. | NAKAMURA Takumi |
2011-02-03 | Regenerate configure. | Daniel Dunbar |
2010-12-03 | Apparently OS X 10.4 doesn't have __crashreporter_info__. | Eric Christopher |
2010-10-19 | First step to allowing the resource directory of Clang to be adjusted for | Chandler Carruth |
2010-09-27 | Add support for viewing graphviz graphs with xdot.py. | Dan Gohman |
2010-09-17 | Attempt to support platforms which don't have fenv.h. | Dan Gohman |
2010-08-30 | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher |
2010-08-25 | Regenerate. | Eric Christopher |
2010-08-11 | configure: Add detection of the linker version string. | Daniel Dunbar |
2010-08-08 | Add a bit of a hack to avoid multiple defines of variables in | Eric Christopher |
2010-08-03 | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar |
2010-07-19 | Regenerate. | Owen Anderson |
2010-06-28 | Pull in the libCrashReporterClient.a information with a warning comment. | Eric Christopher |
2010-06-22 | Look for and use a different darwin crash reporter library. | Eric Christopher |
2010-05-10 | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar |