summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)AuthorFilesLines
2005-02-24Update to reflect various changes in the autoconf directory. THeReid Spencer1-34/+38
2005-02-24Remove auxilliary files that are now picked up from llvm/autoconf. ThisReid Spencer3-6642/+0
2005-02-24* Move all the "standard" configuration stuff to the start of the fileReid Spencer1-15/+15
2005-02-24Don't put generated files into CVS.Reid Spencer1-21/+0
2005-02-24* Fix an output messageReid Spencer1-3/+3
2005-02-14Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer1-2/+2
2005-01-16Update per new Makefile requirements for projectsReid Spencer2-34/+21
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer1-2/+2
2005-01-05Ignore autoconf/aclocal generated stuff.Reid Spencer1-0/+1
2005-01-05Cleanup configuration for CygwinReid Spencer3-6161/+44
2005-01-01Ignore some filesReid Spencer1-0/+2
2005-01-01Update to autoconf 2.59 standards.Reid Spencer2-112/+239
2004-12-27Clean up some autoconf cruftReid Spencer2-33/+37
2004-12-05Correct build script for stkr_runtime moduleReid Spencer1-1/+1
2004-12-05Build a module instead of a library so main() is not missedReid Spencer1-13/+9
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer1-1/+1
2004-11-20Use llvmc to compile test casesReid Spencer1-18/+11
2004-11-14Fix usage of changed function prototypeReid Spencer1-1/+1
2004-10-30Change macro names per naming standard in Makefile.rules.Reid Spencer1-5/+5
2004-10-30Correct macro names per naming standard in Makefile.rulesReid Spencer1-12/+12
2004-10-29Disable the build in the samples directory so that llvmc dependencies don'tReid Spencer1-1/+1
2004-10-29Make sure the LLVM_CONFIG_DIR environment variable is set so we don't getReid Spencer1-1/+1
2004-10-28Make sure the sources get distributed (use EXTRA_DIST)Reid Spencer1-5/+3
2004-10-28Use llvmc to compile the Stacker programsReid Spencer1-30/+7
2004-10-28Add the samples directory to the buildReid Spencer1-2/+2
2004-10-28Get rid of drivel.Reid Spencer1-12/+3
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer2-5/+6
2004-10-26Make sure the samples and test directories get distributed.Reid Spencer1-0/+1
2004-10-26Make sure the include files get distributed.Reid Spencer1-4/+1
2004-10-23Fix nightly build by avoiding shared library construction.Reid Spencer1-1/+3
2004-10-22Adjust to changes in Makefile.rulesReid Spencer3-2/+4
2004-10-11Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman1-10/+0
2004-10-11Fix file header comment; remove sample project (extra-verbose) commentsMisha Brukman1-11/+1
2004-10-11Fix file header commentMisha Brukman1-2/+2
2004-10-07This pass is not needed, as there is only ever one global: the stackChris Lattner1-2/+0
2004-09-15Stacker compiler library doesn't need to be shared and it can causeReid Spencer1-1/+0
2004-09-15Attempt to solve the libtool problem on Solaris.Reid Spencer2-4/+16920
2004-09-14The Sparc linking .so problem extends to the sample project as wellMisha Brukman1-0/+1
2004-09-13Sparc cannot link shared objects (libtool issue) which affects Stacker.Misha Brukman1-0/+5
2004-09-11Use llvm-link to link the .bc with testing.bc. This helps test the newReid Spencer1-4/+5
2004-09-05Added the configuration of the test/Makefile.Reid Spencer2-0/+7
2004-09-04Make sure llvm-test doesn't build automatically so the nightly test canReid Spencer1-1/+1
2004-09-04Convert makefile to use standard LLVM macros for tool namesReid Spencer1-22/+13
2004-09-04Make Stacker into a complete project with its own configuration.Reid Spencer17-12/+18336
2004-09-04Make the StackerCompiler and optimizing translator by running specificReid Spencer2-3/+92
2004-09-04Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer2-72/+99
2004-09-03Uh, changing in build dir and committing in src dir doesn't lead to correctReid Spencer1-1/+1
2004-09-03Correct the specification of the DIRS variable to not include the sourceReid Spencer1-1/+1
2004-09-02Unbreak buildBrian Gaeke2-2/+2
2004-09-01Changes For Bug 352Reid Spencer4-5/+6