summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-29Must link against new LLVMsystem libraryNate Begeman1-1/+1
2004-08-29RemoveFileOnSignal is now in sys:: namespaceNate Begeman1-1/+1
2004-08-24Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer1-1/+5
2004-08-23Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer20-18489/+0
2004-08-23Change the makefile back so it descends any directory with a Makefile.Reid Spencer1-1/+1
2004-08-20Avoid building samples. Require explicit list of directory names to build.Reid Spencer1-2/+1
2004-08-20Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner1-2/+1
2004-08-20Only build project dirs with a Makefile in them. This should fix theChris Lattner1-2/+2
2004-08-19Moved these files to "SmallExamples" directory.Reid Spencer17-18271/+0
2004-08-19Add the fibonacci example provided by Valery Khamenya.Reid Spencer2-0/+203
2004-08-19Make the SmallExamples programs compile in their new home.Reid Spencer3-4/+20
2004-08-15Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner2-2/+2
2004-08-15Simplify code, make it print the constructed module before it is run.Chris Lattner2-174/+90
2004-08-10Fix a copy & paste error .. correct the description of the program.Reid Spencer2-8/+4
2004-08-10Adding a simple example of how to use the JIT.Reid Spencer4-0/+336
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2-8/+2
2004-07-10Group the hidden command line arguments.Reid Spencer1-7/+6