| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 2 | -49/+4 |
* | configure: Don't require a perl interpreter to be present, LLVM's buildsystem... | Benjamin Kramer | 2012-03-07 | 4 | -101/+2 |
* | Enable -Wcovered-switch-default again, but add -Werror to the checks to make | Rafael Espindola | 2012-02-28 | 5 | -9/+16 |
* | Temporarily revert r151609, which enabled a new warning for LLVM and | Chandler Carruth | 2012-02-28 | 4 | -13/+6 |
* | Enable -Wcovered-switch-default as it matches the switch style used in llvm. | Rafael Espindola | 2012-02-28 | 4 | -6/+13 |
* | Replace the old --with-cxx-* configure options with a single --with-gcc-toolc... | Rafael Espindola | 2012-02-03 | 2 | -79/+17 |
* | Regenerate configure. | Rafael Espindola | 2012-01-31 | 1 | -4/+4 |
* | revert r147542 after comments from Joerg Sonnenberger | Sebastian Pop | 2012-01-05 | 2 | -11/+4 |
* | use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT | Sebastian Pop | 2012-01-04 | 2 | -4/+11 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 2 | -6/+14 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+22 |
* | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE | Sebastian Pop | 2011-11-01 | 2 | -3/+3 |
* | derive LLVM_HOSTTRIPLE from target | Sebastian Pop | 2011-11-01 | 2 | -2/+2 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 2 | -13/+4 |
* | projects/sample: Switch over to imported Makefile setup. | Daniel Dunbar | 2011-10-27 | 1 | -2/+6 |
* | Handle newer cases for freebsd which is approaching 10.0 and not 1.0. | Eric Christopher | 2011-10-26 | 2 | -7/+7 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 2 | -13/+4 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 2 | -13/+4 |
* | Regenerate projects/sample/configure. | Daniel Dunbar | 2011-10-18 | 1 | -24/+19725 |
* | projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ... | Daniel Dunbar | 2011-10-18 | 32 | -48/+18811 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Regen configure | Peter Collingbourne | 2010-12-12 | 1 | -1003/+1360 |
* | Fix paths; AutoRegen.sh changes its current working directory to be the | Peter Collingbourne | 2010-12-12 | 2 | -7/+11 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | projects: Don't try to build libcxx if one happens to have it checked out into | Daniel Dunbar | 2010-09-09 | 1 | -1/+4 |
* | Remove bogus link. | Eric Christopher | 2010-07-16 | 1 | -1/+0 |
* | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -0/+1 |
* | Testing subversion commit access | Wesley Peck | 2010-02-23 | 1 | -0/+1 |
* | CMake: Fixed syntax in conditional. | Oscar Fuentes | 2010-02-15 | 1 | -1/+1 |
* | Oops. | Jakob Stoklund Olesen | 2010-02-09 | 1 | -1/+0 |
* | clang test suite | Jakob Stoklund Olesen | 2010-02-09 | 1 | -0/+1 |
* | Fix autoconf llvm srcdir location for generic projects. | Eric Christopher | 2010-01-25 | 1 | -3/+4 |
* | CMake: Don't try to descend into projects/compiler-rt, it doesn't work. | Daniel Dunbar | 2010-01-22 | 1 | -1/+3 |
* | Don't try to build compiler-rt if it happens to be checked out into projects/ | Daniel Dunbar | 2010-01-18 | 1 | -0/+3 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | install-sh chmods to 0755 by default, and this causes 'git diff' to show | Torok Edwin | 2009-08-28 | 1 | -5/+5 |