Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update to autoconf 2.59 standards. | Reid Spencer | 2005-01-01 | 2 | -112/+239 | |
| | | | | llvm-svn: 19207 | |||||
* | Clean up some autoconf cruft | Reid Spencer | 2004-12-27 | 2 | -33/+37 | |
| | | | | | | | | * Make the source detection use a file unique to Stacker * Configure Makefile.common.in with AC_CONFIG_FILES not AC_CONFIG_MAKEFILE * Use new autoconf format for invoking AC_OUTPUT llvm-svn: 19165 | |||||
* | Correct build script for stkr_runtime module | Reid Spencer | 2004-12-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 18526 | |||||
* | Build a module instead of a library so main() is not missed | Reid Spencer | 2004-12-05 | 1 | -13/+9 | |
| | | | | llvm-svn: 18525 | |||||
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 18255 | |||||
* | Use llvmc to compile test cases | Reid Spencer | 2004-11-20 | 1 | -18/+11 | |
| | | | | llvm-svn: 18053 | |||||
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 17798 | |||||
* | Change macro names per naming standard in Makefile.rules. | Reid Spencer | 2004-10-30 | 1 | -5/+5 | |
| | | | | llvm-svn: 17361 | |||||
* | Correct macro names per naming standard in Makefile.rules | Reid Spencer | 2004-10-30 | 1 | -12/+12 | |
| | | | | llvm-svn: 17360 | |||||
* | Disable the build in the samples directory so that llvmc dependencies don't | Reid Spencer | 2004-10-29 | 1 | -1/+1 | |
| | | | | | | mess up the build. llvm-svn: 17342 | |||||
* | Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get | Reid Spencer | 2004-10-29 | 1 | -1/+1 | |
| | | | | | | error messages from the compiler. llvm-svn: 17335 | |||||
* | Make sure the sources get distributed (use EXTRA_DIST) | Reid Spencer | 2004-10-28 | 1 | -5/+3 | |
| | | | | | | Add the goof.st sample. llvm-svn: 17312 | |||||
* | Use llvmc to compile the Stacker programs | Reid Spencer | 2004-10-28 | 1 | -30/+7 | |
| | | | | llvm-svn: 17300 | |||||
* | Add the samples directory to the build | Reid Spencer | 2004-10-28 | 1 | -2/+2 | |
| | | | | llvm-svn: 17299 | |||||
* | Get rid of drivel. | Reid Spencer | 2004-10-28 | 1 | -12/+3 | |
| | | | | | | | Ensure the lex/yacc output are specified as BUILT_SOURCES so they get built first. llvm-svn: 17290 | |||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 2 | -5/+6 | |
| | | | | llvm-svn: 17286 | |||||
* | Make sure the samples and test directories get distributed. | Reid Spencer | 2004-10-26 | 1 | -0/+1 | |
| | | | | llvm-svn: 17248 | |||||
* | Make sure the include files get distributed. | Reid Spencer | 2004-10-26 | 1 | -4/+1 | |
| | | | | llvm-svn: 17247 | |||||
* | Fix nightly build by avoiding shared library construction. | Reid Spencer | 2004-10-23 | 1 | -1/+3 | |
| | | | | llvm-svn: 17187 | |||||
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 3 | -2/+4 | |
| | | | | llvm-svn: 17167 | |||||
* | Remove exhuberant-style comments which remained from copying file from `sample' | Misha Brukman | 2004-10-11 | 1 | -10/+0 | |
| | | | | llvm-svn: 16909 | |||||
* | Fix file header comment; remove sample project (extra-verbose) comments | Misha Brukman | 2004-10-11 | 1 | -11/+1 | |
| | | | | llvm-svn: 16908 | |||||
* | Fix file header comment | Misha Brukman | 2004-10-11 | 1 | -2/+2 | |
| | | | | llvm-svn: 16907 | |||||
* | This pass is not needed, as there is only ever one global: the stack | Chris Lattner | 2004-10-07 | 1 | -2/+0 | |
| | | | | llvm-svn: 16800 | |||||
* | Stacker compiler library doesn't need to be shared and it can cause | Reid Spencer | 2004-09-15 | 1 | -1/+0 | |
| | | | | | | problems on some platforms (like Solaris). llvm-svn: 16365 | |||||
* | Attempt to solve the libtool problem on Solaris. | Reid Spencer | 2004-09-15 | 2 | -4/+16920 | |
| | | | | llvm-svn: 16364 | |||||
* | The Sparc linking .so problem extends to the sample project as well | Misha Brukman | 2004-09-14 | 1 | -0/+1 | |
| | | | | llvm-svn: 16342 | |||||
* | Sparc cannot link shared objects (libtool issue) which affects Stacker. | Misha Brukman | 2004-09-13 | 1 | -0/+5 | |
| | | | | llvm-svn: 16320 | |||||
* | Use llvm-link to link the .bc with testing.bc. This helps test the new | Reid Spencer | 2004-09-11 | 1 | -4/+5 | |
| | | | | | | llvm-link dependent libraries feature. llvm-svn: 16276 | |||||
* | Added the configuration of the test/Makefile. | Reid Spencer | 2004-09-05 | 2 | -0/+7 | |
| | | | | llvm-svn: 16185 | |||||
* | Make sure llvm-test doesn't build automatically so the nightly test can | Reid Spencer | 2004-09-04 | 1 | -1/+1 | |
| | | | | | | finish its build phase without building and running all the tests. llvm-svn: 16172 | |||||
* | Convert makefile to use standard LLVM macros for tool names | Reid Spencer | 2004-09-04 | 1 | -22/+13 | |
| | | | | | | Utilize new stkrc -O4 option for optimization during translation. llvm-svn: 16168 | |||||
* | Make Stacker into a complete project with its own configuration. | Reid Spencer | 2004-09-04 | 17 | -12/+18336 | |
| | | | | llvm-svn: 16167 | |||||
* | Make the StackerCompiler and optimizing translator by running specific | Reid Spencer | 2004-09-04 | 2 | -3/+92 | |
| | | | | | | | optimizations after construction of the Module. The OptLevel argument to the compile function controls the level of optimization. llvm-svn: 16166 | |||||
* | Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with | Reid Spencer | 2004-09-04 | 2 | -72/+99 | |
| | | | | | | | the compiler driver interface as an optimizing translator. Also clean up error message handling. llvm-svn: 16165 | |||||
* | Uh, changing in build dir and committing in src dir doesn't lead to correct | Reid Spencer | 2004-09-03 | 1 | -1/+1 | |
| | | | | | | commits. Fix it so it actually works. llvm-svn: 16158 | |||||
* | Correct the specification of the DIRS variable to not include the source | Reid Spencer | 2004-09-03 | 1 | -1/+1 | |
| | | | | | | | | directory prefix, just the name of the subdirectory. This prevents the makefile from trying to find makefiles (like Makefile.common) in the wrong place. llvm-svn: 16157 | |||||
* | Unbreak build | Brian Gaeke | 2004-09-02 | 2 | -2/+2 | |
| | | | | llvm-svn: 16139 | |||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 4 | -5/+6 | |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | |||||
* | Must link against new LLVMsystem library | Nate Begeman | 2004-08-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 16104 | |||||
* | RemoveFileOnSignal is now in sys:: namespace | Nate Begeman | 2004-08-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 16103 | |||||
* | Add dependent library support for Stacker. It now inserts "stkr_runtime" as | Reid Spencer | 2004-08-24 | 1 | -1/+5 | |
| | | | | | | a dependent library. llvm-svn: 16040 | |||||
* | Moved the "SmallExamples" out of the /projects directory and into a new | Reid Spencer | 2004-08-23 | 20 | -18489/+0 | |
| | | | | | | | /examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002 | |||||
* | Change the makefile back so it descends any directory with a Makefile. | Reid Spencer | 2004-08-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 15999 | |||||
* | Avoid building samples. Require explicit list of directory names to build. | Reid Spencer | 2004-08-20 | 1 | -2/+1 | |
| | | | | llvm-svn: 15937 | |||||
* | Make people explicitly add dirs to this. Remove ModuleMaker as it currently | Chris Lattner | 2004-08-20 | 1 | -2/+1 | |
| | | | | | | does not build (it must be configured before it will work) llvm-svn: 15936 | |||||
* | Only build project dirs with a Makefile in them. This should fix the | Chris Lattner | 2004-08-20 | 1 | -2/+2 | |
| | | | | | | | problem where Depend or Debug directories prevent CVS from nuking an obsolete project dir llvm-svn: 15935 | |||||
* | Moved these files to "SmallExamples" directory. | Reid Spencer | 2004-08-19 | 17 | -4/+4 | |
| | | | | llvm-svn: 15925 | |||||
* | Add the fibonacci example provided by Valery Khamenya. | Reid Spencer | 2004-08-19 | 2 | -0/+203 | |
| | | | | llvm-svn: 15924 | |||||
* | Make the SmallExamples programs compile in their new home. | Reid Spencer | 2004-08-19 | 1 | -0/+16 | |
| | | | | llvm-svn: 15923 |