summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)AuthorFilesLines
2005-10-27unbreak the build againChris Lattner1-1/+1
2005-10-27Make sure to build things in the right order, build with the .o file, not theChris Lattner1-2/+2
2005-10-24use archives when possibleChris Lattner1-2/+2
2005-08-27Implement PR614:Reid Spencer4-2/+4308
2005-07-05oopsAndrew Lenharth2-2/+2
2005-07-05updatesAndrew Lenharth2-2/+2
2005-05-19Make the value to -s not be interpreted as a file nameReid Spencer1-2/+2
2005-05-19Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2-1/+65
2005-05-13The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer1-4/+1
2005-05-13Don't build runtime if tools-only :)Reid Spencer1-1/+4
2005-05-04WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer1-1/+1
2005-04-23Eliminate tabs and trailing spacesJeff Cohen7-1078/+1078
2005-04-21Remove trailing whitespaceMisha Brukman3-203/+203
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos1-1/+1
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