| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove dead makefile flags. | Chris Lattner | 2009-06-24 | 1 | -2/+0 |
* | Revert r67655 and r67656, as they are breaking the build. I'm | Dan Gohman | 2009-03-25 | 3 | -1392/+1010 |
* | LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT. | Dan Gohman | 2009-03-25 | 1 | -1/+1 |
* | Regenerate configure. | Dan Gohman | 2009-03-24 | 1 | -1004/+1386 |
* | Fix paths; AutoRegen.sh changes its current working directory to be the | Dan Gohman | 2009-03-24 | 2 | -6/+6 |
* | Update for autoconf 2.6x; | Dan Gohman | 2009-03-24 | 1 | -3/+3 |
* | Fix bash-isms. | Dan Gohman | 2009-03-24 | 1 | -2/+2 |
* | CMake: auto-discover project files under the projects/ subdirectory. | Oscar Fuentes | 2009-03-06 | 1 | -0/+9 |
* | Add "sample" documentation to sample project. | Nick Lewycky | 2008-09-15 | 1 | -0/+6 |
* | Allow the test suite to be checked out into projects/test-suite. | Matthijs Kooijman | 2008-06-24 | 1 | -1/+3 |
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 2 | -5/+0 |
* | avoid collision with /usr/bin/sample if this ever gets installed. | Chris Lattner | 2007-02-18 | 1 | -1/+1 |
* | remove obsolete comment | Chris Lattner | 2007-01-17 | 1 | -1/+1 |
* | For PR1074: | Reid Spencer | 2007-01-17 | 95 | -43683/+0 |
* | relax type | Chris Lattner | 2007-01-07 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -44/+44 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -25/+25 |
* | switch statistic over, remove misspelt comment. | Chris Lattner | 2006-12-19 | 1 | -6/+2 |
* | Update for llvm-gcc4 build. | Reid Spencer | 2006-12-13 | 1 | -1/+1 |
* | Change createInferredCast calls to more accurate cast creation calls. | Reid Spencer | 2006-12-13 | 1 | -14/+18 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -4/+4 |
* | Detemplatize the Statistic class. | Devang Patel | 2006-12-06 | 1 | -1/+1 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -5/+6 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -17/+19 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -1/+1 |
* | Don't check variables before they are set. | Reid Spencer | 2006-11-05 | 1 | -2/+3 |
* | Make sample project -pedantic clean. | Reid Spencer | 2006-11-03 | 2 | -5/+3 |
* | Make Stacker Runtime -pedantic clean. | Reid Spencer | 2006-11-03 | 2 | -12/+10 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -8/+8 |
* | Don't build the runtime library if LLVMGCC is not configured. | Reid Spencer | 2006-10-02 | 1 | -0/+5 |
* | Stacker doesn't build universal right. | Chris Lattner | 2006-09-30 | 1 | -0/+6 |
* | Fix a race condition in the makefile that broke grawp's tester last night. | Chris Lattner | 2006-08-25 | 1 | -0/+1 |
* | For PR797: | Reid Spencer | 2006-08-18 | 3 | -4/+7 |
* | Drop the -s2048 option, it is specified incorrectly and the correct | Reid Spencer | 2006-08-18 | 1 | -2/+2 |
* | For PR780: | Reid Spencer | 2006-08-07 | 2 | -5/+3 |
* | Stacker uses EH. | Chris Lattner | 2006-07-07 | 2 | -0/+2 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Fix build on systems with broken bison | Chris Lattner | 2006-06-02 | 1 | -0/+5 |
* | For PR786: | Reid Spencer | 2006-06-01 | 2 | -0/+5 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -3/+3 |
* | Avoid defining dead result | Chris Lattner | 2006-05-12 | 1 | -1/+1 |