aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Stacker
Commit message (Expand)AuthorAgeFilesLines
* Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer2005-02-141-2/+2
* Update per new Makefile requirements for projectsReid Spencer2005-01-161-17/+10
* Ignore some filesReid Spencer2005-01-011-0/+2
* Clean up some autoconf cruftReid Spencer2004-12-272-33/+37
* Correct build script for stkr_runtime moduleReid Spencer2004-12-051-1/+1
* Build a module instead of a library so main() is not missedReid Spencer2004-12-051-13/+9
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Use llvmc to compile test casesReid Spencer2004-11-201-18/+11
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
* Change macro names per naming standard in Makefile.rules.Reid Spencer2004-10-301-5/+5
* 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
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-0/+2
* 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
* 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
* 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
* Unbreak buildBrian Gaeke2004-09-022-2/+2
* Changes For Bug 352Reid Spencer2004-09-013-4/+5
* 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
* 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-041-0/+1
* Add support for dos-style filesChris Lattner2004-05-271-1/+1
* Header movedChris Lattner2004-05-271-1/+1
* Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke2004-05-111-2/+1
* Unbreak the build on X86.Chris Lattner2004-05-111-0/+1
* Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke2004-05-111-2/+2
* Do not hardcode the name of gcc, because its full pathname may have beenBrian Gaeke2004-05-111-1/+1
* Do not depend on the path to bashBrian Gaeke2004-05-111-1/+1
* Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke2004-05-111-0/+1
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-095-42/+37
* If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman2004-04-151-2/+2