| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert r67655 and r67656, as they are breaking the build. I'm | Dan Gohman | 2009-03-25 | 3 | -1392/+1010 |
| | | | | | | | not going to persue this further at this time. llvm-svn: 67666 | ||||
| * | LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT. | Dan Gohman | 2009-03-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 67658 | ||||
| * | Regenerate configure. | Dan Gohman | 2009-03-24 | 1 | -1004/+1386 |
| | | | | | llvm-svn: 67656 | ||||
| * | Fix paths; AutoRegen.sh changes its current working directory to be the | Dan Gohman | 2009-03-24 | 2 | -6/+6 |
| | | | | | | | | autoconf directory, but these paths need to be relative to the main source directory. llvm-svn: 67655 | ||||
| * | Update for autoconf 2.6x; | Dan Gohman | 2009-03-24 | 1 | -3/+3 |
| | | | | | llvm-svn: 67654 | ||||
| * | Fix bash-isms. | Dan Gohman | 2009-03-24 | 1 | -2/+2 |
| | | | | | llvm-svn: 67647 | ||||
| * | Add "sample" documentation to sample project. | Nick Lewycky | 2008-09-15 | 1 | -0/+6 |
| | | | | | | | This fixes part of PR2793. llvm-svn: 56198 | ||||
| * | Convert .cvsignore files | John Criswell | 2007-06-29 | 2 | -5/+0 |
| | | | | | llvm-svn: 37801 | ||||
| * | avoid collision with /usr/bin/sample if this ever gets installed. | Chris Lattner | 2007-02-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 34387 | ||||
| * | Make sample project -pedantic clean. | Reid Spencer | 2006-11-03 | 2 | -5/+3 |
| | | | | | llvm-svn: 31391 | ||||
| * | For PR780: | Reid Spencer | 2006-08-07 | 2 | -5/+3 |
| | | | | | | | | | | | | | | 1. Change the usage of LOADABLE_MODULE so that it implies all the things necessary to make a loadable module. This reduces the user's burdern to get a loadable module correctly built. 2. Document the usage of LOADABLE_MODULE in the MakefileGuide 3. Adjust the makefile for lib/Transforms/Hello to use the new specification for building loadable modules 4. Adjust the sample project to not attempt to build a shared library for its little library. This was just wasteful and not instructive at all. llvm-svn: 29551 | ||||
| * | For PR786: | Reid Spencer | 2006-06-01 | 1 | -0/+2 |
| | | | | | | | | | | Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614 | ||||
| * | Have the AutoRegen.sh script prompt the user for the LLVM src and obj | Reid Spencer | 2006-04-18 | 2 | -4/+29 |
| | | | | | | | | | | | directories if it can't find them. Then, replace those values into the configure.ac script and pass them to the LLVM_CONFIG_PROJECT so that the values become the default for llvm_src and llvm_obj variables. In this way the user is required to input this exactly once, and the scripts take it from there. llvm-svn: 27798 | ||||
| * | Ignored generated files. | Reid Spencer | 2006-03-23 | 1 | -0/+4 |
| | | | | | llvm-svn: 27016 | ||||
| * | Fixed Makefile so it does, indeed, build a dynamic library. | Robert Bocchino | 2006-01-06 | 1 | -1/+2 |
| | | | | | llvm-svn: 25135 | ||||
| * | oops | Andrew Lenharth | 2005-07-05 | 2 | -2/+2 |
| | | | | | llvm-svn: 22334 | ||||
| * | updates | Andrew Lenharth | 2005-07-05 | 2 | -2/+2 |
| | | | | | llvm-svn: 22333 | ||||
| * | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 3 | -8/+8 |
| | | | | | llvm-svn: 21479 | ||||
| * | Update to reflect various changes in the autoconf directory. THe | Reid Spencer | 2005-02-24 | 1 | -34/+38 |
| | | | | | | | | recommended configuration of projects is now much simplified and depends on LLVM file presence rather than local project file presence. llvm-svn: 20312 | ||||
| * | Remove auxilliary files that are now picked up from llvm/autoconf. This | Reid Spencer | 2005-02-24 | 3 | -6642/+0 |
| | | | | | | | | | avoids version conflict problems with ltmain.sh (libtool), mkinstalldirs and install-sh. This prevents projects from becoming stale when the LLVM build system is upgraded or modified. llvm-svn: 20311 | ||||
| * | * Move all the "standard" configuration stuff to the start of the file | Reid Spencer | 2005-02-24 | 1 | -15/+15 |
| | | | | | | | | * Make the auxilliary directory be llvm/autoconf not the project's * Use the LLVM_CONFIG_PROJECT macro to get the --with-llvm{src,obj} args llvm-svn: 20310 | ||||
| * | Don't put generated files into CVS. | Reid Spencer | 2005-02-24 | 1 | -21/+0 |
| | | | | | llvm-svn: 20309 | ||||
| * | * Fix an output message | Reid Spencer | 2005-02-24 | 1 | -3/+3 |
| | | | | | | | | * Make aclocal look in LLVM's autoconf/m4 directory for macros * Don't force generation of missing files llvm-svn: 20307 | ||||
| * | Update per new Makefile requirements for projects | Reid Spencer | 2005-01-16 | 1 | -17/+11 |
| | | | | | llvm-svn: 19594 | ||||
| * | Ignore autoconf/aclocal generated stuff. | Reid Spencer | 2005-01-05 | 1 | -0/+1 |
| | | | | | llvm-svn: 19292 | ||||
| * | Cleanup configuration for Cygwin | Reid Spencer | 2005-01-05 | 3 | -6161/+44 |
| | | | | | llvm-svn: 19284 | ||||
| * | Update to autoconf 2.59 standards. | Reid Spencer | 2005-01-01 | 2 | -112/+239 |
| | | | | | llvm-svn: 19207 | ||||
| * | Make sure the include files get distributed. | Reid Spencer | 2004-10-26 | 1 | -4/+1 |
| | | | | | llvm-svn: 17247 | ||||
| * | Fix nightly build by avoiding shared library construction. | Reid Spencer | 2004-10-23 | 1 | -1/+3 |
| | | | | | llvm-svn: 17187 | ||||
| * | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 17167 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
| * | Removed LLVM copyright from sample Makefile. | John Criswell | 2003-10-21 | 4 | -28/+4 |
| | | | | | llvm-svn: 9326 | ||||
| * | Removed LLVM copyright notice from sample Makefile. | John Criswell | 2003-10-21 | 1 | -8/+2 |
| | | | | | llvm-svn: 9325 | ||||
| * | Added LLVM copyrights to Makefiles. | John Criswell | 2003-10-20 | 5 | -0/+40 |
| | | | | | llvm-svn: 9313 | ||||
| * | Adding license information for the sample project. | John Criswell | 2003-10-17 | 1 | -0/+24 |
| | | | | | llvm-svn: 9209 | ||||
| * | Modified the Makefile so that the sample library is linked dynamically. | John Criswell | 2003-10-17 | 1 | -1/+2 |
| | | | | | llvm-svn: 9194 | ||||
| * | Adding autoconf support to the sample project. | John Criswell | 2003-10-16 | 1 | -0/+2234 |
| | | | | | llvm-svn: 9150 | ||||
| * | Adding autoconf support for the sample project. | John Criswell | 2003-10-16 | 3 | -39/+28 |
| | | | | | | | This should make setting up a new project much easier. llvm-svn: 9149 | ||||
| * | Adding autoconf support for the sample project. | John Criswell | 2003-10-16 | 7 | -0/+15751 |
| | | | | | llvm-svn: 9148 | ||||
| * | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 2 | -5/+18 |
| | | | | | | | Modified Makefiles to use the new Makefile setup in LLVM. llvm-svn: 8380 | ||||
| * | Remove commented out declaration | Chris Lattner | 2003-08-21 | 1 | -6/+0 |
| | | | | | llvm-svn: 8032 | ||||
| * | Disable sample project until it works | Chris Lattner | 2003-07-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 7287 | ||||
| * | Adding in sample project tree. | John Criswell | 2003-06-30 | 10 | -0/+155 |
| llvm-svn: 7018 | |||||

