| Commit message (Expand) | Author | Age | Files | Lines |
* | Port the detection of zlib from the main autoconf system to the sample | Chandler Carruth | 2013-08-18 | 2 | -2/+327 |
* | Add support for linking librt and using clock_gettime to the sample | Chandler Carruth | 2013-08-18 | 2 | -0/+105 |
* | Update the sample project autoconf setup to include support for | Chandler Carruth | 2013-08-18 | 2 | -1/+142 |
* | Build with the $RDYNAMIC flag on Darwin as well as other platforms. | Bob Wilson | 2013-08-04 | 1 | -8/+5 |
* | Regenerate with changes for -rdynamic. | Bob Wilson | 2013-08-02 | 1 | -4/+4 |
* | Link with -rdynamic instead of -Wl,-export-dynamic. | Bob Wilson | 2013-08-02 | 2 | -6/+7 |
* | [PowerPC] Support powerpc64le as a syntax-checking target. | Bill Schmidt | 2013-07-26 | 2 | -1/+4 |
* | Remove dead code from the makefile build system. | Rafael Espindola | 2013-07-25 | 1 | -246/+1 |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 2 | -12/+3 |
* | The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. | Sylvestre Ledru | 2013-07-01 | 1 | -1/+3 |
* | Filter out dragonegg when checked out into a projects subdirectory. | Chandler Carruth | 2013-06-24 | 1 | -0/+3 |
* | Don't define LTDL_SHLIBPATH_VAR. | Rafael Espindola | 2013-06-11 | 2 | -35/+1 |
* | Don't define LLVM_LIBDIR, it is not used anymore. | Rafael Espindola | 2013-06-11 | 2 | -17/+4 |
* | sync projects/sample's autohell. | Rafael Espindola | 2013-05-22 | 2 | -13/+22 |
* | [SystemZ] Add to --enable-targets=all | Ulrich Weigand | 2013-05-06 | 2 | -2/+2 |
* | [SystemZ] Add configure bits | Ulrich Weigand | 2013-05-06 | 2 | -3/+12 |
* | remove cbe backend from sample configure | Jia Liu | 2013-04-24 | 2 | -2/+2 |
* | Print a warning message if compiler-rt can't be built because of old CMake ve... | Alexey Samsonov | 2013-03-05 | 1 | -3/+6 |
* | Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> | Bob Wilson | 2013-02-05 | 1 | -4/+12 |
* | Add AArch64 as an experimental target. | Tim Northover | 2013-01-31 | 3 | -4/+15 |
* | build: add --with-python option | Saleem Abdulrasool | 2013-01-30 | 1 | -1/+1 |
* | Clean up the sample include orderings, not that it really matters... | Chandler Carruth | 2012-12-04 | 1 | -3/+1 |
* | Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project.... | Craig Topper | 2012-11-27 | 1 | -0/+9 |
* | Few more small CellSPU removals. | Eric Christopher | 2012-11-14 | 2 | -7/+3 |
* | Add --enable-werror and --enable-cxx11 to projects/sample/ | Craig Topper | 2012-11-12 | 3 | -3/+75 |
* | Add mips64-* and mips64el-* triples to configure scripts | Simon Atanasyan | 2012-10-29 | 2 | -4/+4 |
* | [CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR. | NAKAMURA Takumi | 2012-10-24 | 1 | -4/+2 |
* | Re-enable support for --program-prefix. | Jordan Rose | 2012-10-01 | 1 | -2/+2 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Revert "Add --program-prefix support to build" | Jordan Rose | 2012-09-26 | 1 | -2/+2 |
* | Add --program-prefix support to build | Sebastian Pop | 2012-09-25 | 1 | -2/+2 |
* | [CMake] Respect LLVM_BUILD_RUNTIME. | Michael J. Spencer | 2012-09-21 | 1 | -0/+1 |
* | Enable recursing into the compiler-rt projcet with the CMake build. | Chandler Carruth | 2012-08-29 | 1 | -0/+8 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 3 | -3/+3 |
* | Revert "Build script changes for R600/SI Codegen v6" | Tom Stellard | 2012-07-16 | 2 | -8/+5 |
* | Build script changes for R600/SI Codegen v6 | Tom Stellard | 2012-07-16 | 2 | -5/+8 |
* | Remove 'check-dg', a wrapper around 'check-local-dg' which was just | Chandler Carruth | 2012-06-28 | 1 | -12/+1 |
* | Remove autoconf support for runtest and tclsh, some of the last vestigal | Chandler Carruth | 2012-06-27 | 1 | -2/+0 |
* | Exclude both libcxx and compiler-rt until we get their CMake builds | Chandler Carruth | 2012-06-27 | 1 | -1/+2 |
* | Add mipsel-* to the list of targets recognized by configure script. | Simon Atanasyan | 2012-06-18 | 2 | -1/+3 |
* | Remove the PTX back-end and all of its artifacts (triple, etc.) | Justin Holewinski | 2012-05-24 | 2 | -15/+5 |
* | Update all outdated autoconf files in the sample project. | Benjamin Kramer | 2012-05-05 | 6 | -456/+586 |
* | This patch adds a new NVPTX back-end to LLVM which supports code generation f... | Justin Holewinski | 2012-05-04 | 2 | -5/+15 |
* | Update config.sub in the sample project. | Evgeniy Stepanov | 2012-04-27 | 1 | -99/+376 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -3/+0 |
* | Fix a problem in the target detection for Debian GNU/HURD | Sylvestre Ledru | 2012-04-05 | 2 | -0/+14 |
* | Fix a problem in the target detection for Debian GNU/kFreeBSD | Sylvestre Ledru | 2012-04-05 | 2 | -4/+4 |
* | Add InitializeNativeTargetDisassembler function. | Eric Christopher | 2012-03-26 | 2 | -1/+18 |
* | Add some fixes to the configure script for isInf and add | Eric Christopher | 2012-03-26 | 6 | -7/+50 |