aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
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
2004-09-04Make the StackerCompiler and optimizing translator by running specificReid Spencer
2004-09-04Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer
2004-09-03Uh, changing in build dir and committing in src dir doesn't lead to correctReid Spencer
2004-09-03Correct the specification of the DIRS variable to not include the sourceReid Spencer
2004-09-02Unbreak buildBrian Gaeke
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Must link against new LLVMsystem libraryNate Begeman
2004-08-29RemoveFileOnSignal is now in sys:: namespaceNate Begeman
2004-08-24Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer
2004-08-23Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer
2004-08-23Change the makefile back so it descends any directory with a Makefile.Reid Spencer
2004-08-20Avoid building samples. Require explicit list of directory names to build.Reid Spencer
2004-08-20Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner
2004-08-20Only build project dirs with a Makefile in them. This should fix theChris Lattner
2004-08-19Moved these files to "SmallExamples" directory.Reid Spencer
2004-08-19Add the fibonacci example provided by Valery Khamenya.Reid Spencer
2004-08-19Make the SmallExamples programs compile in their new home.Reid Spencer
2004-08-15Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner
2004-08-15Simplify code, make it print the constructed module before it is run.Chris Lattner
2004-08-10Fix a copy & paste error .. correct the description of the program.Reid Spencer
2004-08-10Adding a simple example of how to use the JIT.Reid Spencer