summaryrefslogtreecommitdiff
path: root/projects/Stacker
Commit message (Expand)AuthorAge
* Correct macro names per naming standard in Makefile.rulesReid Spencer2004-10-30
* Disable the build in the samples directory so that llvmc dependencies don'tReid Spencer2004-10-29
* Make sure the LLVM_CONFIG_DIR environment variable is set so we don't getReid Spencer2004-10-29
* Make sure the sources get distributed (use EXTRA_DIST)Reid Spencer2004-10-28
* Use llvmc to compile the Stacker programsReid Spencer2004-10-28
* Add the samples directory to the buildReid Spencer2004-10-28
* Get rid of drivel.Reid Spencer2004-10-28
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Make sure the samples and test directories get distributed.Reid Spencer2004-10-26
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman2004-10-11
* Fix file header comment; remove sample project (extra-verbose) commentsMisha Brukman2004-10-11
* Fix file header commentMisha Brukman2004-10-11
* This pass is not needed, as there is only ever one global: the stackChris Lattner2004-10-07
* Stacker compiler library doesn't need to be shared and it can causeReid Spencer2004-09-15
* Attempt to solve the libtool problem on Solaris.Reid Spencer2004-09-15
* Use llvm-link to link the .bc with testing.bc. This helps test the newReid Spencer2004-09-11
* Added the configuration of the test/Makefile.Reid Spencer2004-09-05
* Convert makefile to use standard LLVM macros for tool namesReid Spencer2004-09-04
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-04
* Make the StackerCompiler and optimizing translator by running specificReid Spencer2004-09-04
* Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer2004-09-04
* Unbreak buildBrian Gaeke2004-09-02
* Changes For Bug 352Reid Spencer2004-09-01
* Must link against new LLVMsystem libraryNate Begeman2004-08-29
* RemoveFileOnSignal is now in sys:: namespaceNate Begeman2004-08-29
* Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer2004-08-24
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Group the hidden command line arguments.Reid Spencer2004-07-10
* Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer2004-07-04
* Add support for dos-style filesChris Lattner2004-05-27
* Header movedChris Lattner2004-05-27
* Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke2004-05-11
* Unbreak the build on X86.Chris Lattner2004-05-11
* Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke2004-05-11
* Do not hardcode the name of gcc, because its full pathname may have beenBrian Gaeke2004-05-11
* Do not depend on the path to bashBrian Gaeke2004-05-11
* Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke2004-05-11
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-09
* If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman2004-04-15
* Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner2004-03-31
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-15
* Fix apparent copy-and-paste-o.Brian Gaeke2003-12-10
* Add a missing semi colon, which breaks bison 1.5Chris Lattner2003-12-08
* Makefile updates contributed by ReidChris Lattner2003-12-08
* * Squelch warning on SunChris Lattner2003-11-27
* Apply patches from PR136Brian Gaeke2003-11-24
* Add a script I missedChris Lattner2003-11-23
* Checkin testsChris Lattner2003-11-23
* Disable test.Chris Lattner2003-11-23