aboutsummaryrefslogtreecommitdiffstats
path: root/projects
Commit message (Expand)AuthorAgeFilesLines
...
* Correct macro names per naming standard in Makefile.rulesReid Spencer2004-10-301-12/+12
* Disable the build in the samples directory so that llvmc dependencies don'tReid Spencer2004-10-291-1/+1
* Make sure the LLVM_CONFIG_DIR environment variable is set so we don't getReid Spencer2004-10-291-1/+1
* Make sure the sources get distributed (use EXTRA_DIST)Reid Spencer2004-10-281-5/+3
* Use llvmc to compile the Stacker programsReid Spencer2004-10-281-30/+7
* Add the samples directory to the buildReid Spencer2004-10-281-2/+2
* Get rid of drivel.Reid Spencer2004-10-281-12/+3
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-272-5/+6
* Make sure the samples and test directories get distributed.Reid Spencer2004-10-261-0/+1
* Make sure the include files get distributed.Reid Spencer2004-10-261-4/+1
* Fix nightly build by avoiding shared library construction.Reid Spencer2004-10-231-1/+3
* Adjust to changes in Makefile.rulesReid Spencer2004-10-223-2/+4
* Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman2004-10-111-10/+0
* Fix file header comment; remove sample project (extra-verbose) commentsMisha Brukman2004-10-111-11/+1
* Fix file header commentMisha Brukman2004-10-111-2/+2
* This pass is not needed, as there is only ever one global: the stackChris Lattner2004-10-071-2/+0
* Stacker compiler library doesn't need to be shared and it can causeReid Spencer2004-09-151-1/+0
* Attempt to solve the libtool problem on Solaris.Reid Spencer2004-09-152-4/+16920
* The Sparc linking .so problem extends to the sample project as wellMisha Brukman2004-09-141-0/+1
* Sparc cannot link shared objects (libtool issue) which affects Stacker.Misha Brukman2004-09-131-0/+5
* Use llvm-link to link the .bc with testing.bc. This helps test the newReid Spencer2004-09-111-4/+5
* Added the configuration of the test/Makefile.Reid Spencer2004-09-052-0/+7
* Make sure llvm-test doesn't build automatically so the nightly test canReid Spencer2004-09-041-1/+1
* Convert makefile to use standard LLVM macros for tool namesReid Spencer2004-09-041-22/+13
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-0417-12/+18336
* Make the StackerCompiler and optimizing translator by running specificReid Spencer2004-09-042-3/+92
* Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer2004-09-042-72/+99
* Uh, changing in build dir and committing in src dir doesn't lead to correctReid Spencer2004-09-031-1/+1
* Correct the specification of the DIRS variable to not include the sourceReid Spencer2004-09-031-1/+1
* Unbreak buildBrian Gaeke2004-09-022-2/+2
* Changes For Bug 352Reid Spencer2004-09-014-5/+6
* Must link against new LLVMsystem libraryNate Begeman2004-08-291-1/+1
* RemoveFileOnSignal is now in sys:: namespaceNate Begeman2004-08-291-1/+1
* Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer2004-08-241-1/+5
* Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer2004-08-2320-18489/+0
* Change the makefile back so it descends any directory with a Makefile.Reid Spencer2004-08-231-1/+1
* Avoid building samples. Require explicit list of directory names to build.Reid Spencer2004-08-201-2/+1
* Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner2004-08-201-2/+1
* Only build project dirs with a Makefile in them. This should fix theChris Lattner2004-08-201-2/+2
* Moved these files to "SmallExamples" directory.Reid Spencer2004-08-1917-18271/+0
* Add the fibonacci example provided by Valery Khamenya.Reid Spencer2004-08-192-0/+203
* Make the SmallExamples programs compile in their new home.Reid Spencer2004-08-193-4/+20
* Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner2004-08-152-2/+2
* Simplify code, make it print the constructed module before it is run.Chris Lattner2004-08-152-174/+90
* Fix a copy & paste error .. correct the description of the program.Reid Spencer2004-08-102-8/+4
* Adding a simple example of how to use the JIT.Reid Spencer2004-08-104-0/+336
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-292-8/+2
* Group the hidden command line arguments.Reid Spencer2004-07-101-7/+6
* Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer2004-07-043-0/+3
* Add support for dos-style filesChris Lattner2004-05-271-1/+1