aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
2005-05-13The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer
2005-05-13Don't build runtime if tools-only :)Reid Spencer
2005-05-04WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos
2005-02-24Update to reflect various changes in the autoconf directory. THeReid Spencer
2005-02-24Remove auxilliary files that are now picked up from llvm/autoconf. ThisReid Spencer
2005-02-24* Move all the "standard" configuration stuff to the start of the fileReid Spencer
2005-02-24Don't put generated files into CVS.Reid Spencer
2005-02-24* Fix an output messageReid Spencer
2005-02-14Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer
2005-01-16Update per new Makefile requirements for projectsReid Spencer
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer
2005-01-05Ignore autoconf/aclocal generated stuff.Reid Spencer
2005-01-05Cleanup configuration for CygwinReid Spencer
2005-01-01Ignore some filesReid Spencer
2005-01-01Update to autoconf 2.59 standards.Reid Spencer
2004-12-27Clean up some autoconf cruftReid Spencer
2004-12-05Correct build script for stkr_runtime moduleReid Spencer
2004-12-05Build a module instead of a library so main() is not missedReid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-20Use llvmc to compile test casesReid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-10-30Change macro names per naming standard in Makefile.rules.Reid Spencer
2004-10-30Correct macro names per naming standard in Makefile.rulesReid Spencer
2004-10-29Disable the build in the samples directory so that llvmc dependencies don'tReid Spencer
2004-10-29Make sure the LLVM_CONFIG_DIR environment variable is set so we don't getReid Spencer
2004-10-28Make sure the sources get distributed (use EXTRA_DIST)Reid Spencer
2004-10-28Use llvmc to compile the Stacker programsReid Spencer
2004-10-28Add the samples directory to the buildReid Spencer
2004-10-28Get rid of drivel.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-26Make sure the samples and test directories get distributed.Reid Spencer
2004-10-26Make sure the include files get distributed.Reid Spencer
2004-10-23Fix nightly build by avoiding shared library construction.Reid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-11Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman
2004-10-11Fix file header comment; remove sample project (extra-verbose) commentsMisha Brukman
2004-10-11Fix file header commentMisha Brukman
2004-10-07This pass is not needed, as there is only ever one global: the stackChris Lattner
2004-09-15Stacker compiler library doesn't need to be shared and it can causeReid Spencer
2004-09-15Attempt to solve the libtool problem on Solaris.Reid Spencer
2004-09-14The Sparc linking .so problem extends to the sample project as wellMisha Brukman
2004-09-13Sparc cannot link shared objects (libtool issue) which affects Stacker.Misha Brukman
2004-09-11Use llvm-link to link the .bc with testing.bc. This helps test the newReid Spencer
2004-09-05Added the configuration of the test/Makefile.Reid Spencer
2004-09-04Make sure llvm-test doesn't build automatically so the nightly test canReid Spencer
2004-09-04Convert makefile to use standard LLVM macros for tool namesReid Spencer
2004-09-04Make Stacker into a complete project with its own configuration.Reid Spencer