| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove exhuberant-style comments which remained from copying file from `sample' | Misha Brukman | 2004-10-11 | 1 | -10/+0 |
* | Fix file header comment; remove sample project (extra-verbose) comments | Misha Brukman | 2004-10-11 | 1 | -11/+1 |
* | Fix file header comment | Misha Brukman | 2004-10-11 | 1 | -2/+2 |
* | This pass is not needed, as there is only ever one global: the stack | Chris Lattner | 2004-10-07 | 1 | -2/+0 |
* | Stacker compiler library doesn't need to be shared and it can cause | Reid Spencer | 2004-09-15 | 1 | -1/+0 |
* | Attempt to solve the libtool problem on Solaris. | Reid Spencer | 2004-09-15 | 2 | -4/+16920 |
* | The Sparc linking .so problem extends to the sample project as well | Misha Brukman | 2004-09-14 | 1 | -0/+1 |
* | Sparc cannot link shared objects (libtool issue) which affects Stacker. | Misha Brukman | 2004-09-13 | 1 | -0/+5 |
* | Use llvm-link to link the .bc with testing.bc. This helps test the new | Reid Spencer | 2004-09-11 | 1 | -4/+5 |
* | Added the configuration of the test/Makefile. | Reid Spencer | 2004-09-05 | 2 | -0/+7 |
* | Make sure llvm-test doesn't build automatically so the nightly test can | Reid Spencer | 2004-09-04 | 1 | -1/+1 |
* | Convert makefile to use standard LLVM macros for tool names | Reid Spencer | 2004-09-04 | 1 | -22/+13 |
* | Make Stacker into a complete project with its own configuration. | Reid Spencer | 2004-09-04 | 17 | -12/+18336 |
* | Make the StackerCompiler and optimizing translator by running specific | Reid Spencer | 2004-09-04 | 2 | -3/+92 |
* | Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with | Reid Spencer | 2004-09-04 | 2 | -72/+99 |
* | Uh, changing in build dir and committing in src dir doesn't lead to correct | Reid Spencer | 2004-09-03 | 1 | -1/+1 |
* | Correct the specification of the DIRS variable to not include the source | Reid Spencer | 2004-09-03 | 1 | -1/+1 |
* | Unbreak build | Brian Gaeke | 2004-09-02 | 2 | -2/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 4 | -5/+6 |
* | Must link against new LLVMsystem library | Nate Begeman | 2004-08-29 | 1 | -1/+1 |
* | RemoveFileOnSignal is now in sys:: namespace | Nate Begeman | 2004-08-29 | 1 | -1/+1 |
* | Add dependent library support for Stacker. It now inserts "stkr_runtime" as | Reid Spencer | 2004-08-24 | 1 | -1/+5 |
* | Moved the "SmallExamples" out of the /projects directory and into a new | Reid Spencer | 2004-08-23 | 20 | -18489/+0 |
* | Change the makefile back so it descends any directory with a Makefile. | Reid Spencer | 2004-08-23 | 1 | -1/+1 |
* | Avoid building samples. Require explicit list of directory names to build. | Reid Spencer | 2004-08-20 | 1 | -2/+1 |
* | Make people explicitly add dirs to this. Remove ModuleMaker as it currently | Chris Lattner | 2004-08-20 | 1 | -2/+1 |
* | Only build project dirs with a Makefile in them. This should fix the | Chris Lattner | 2004-08-20 | 1 | -2/+2 |
* | Moved these files to "SmallExamples" directory. | Reid Spencer | 2004-08-19 | 17 | -18271/+0 |
* | Add the fibonacci example provided by Valery Khamenya. | Reid Spencer | 2004-08-19 | 2 | -0/+203 |
* | Make the SmallExamples programs compile in their new home. | Reid Spencer | 2004-08-19 | 3 | -4/+20 |
* | Switch to using the JIT now that it can directly call zeroarg functions | Chris Lattner | 2004-08-15 | 2 | -2/+2 |
* | Simplify code, make it print the constructed module before it is run. | Chris Lattner | 2004-08-15 | 2 | -174/+90 |
* | Fix a copy & paste error .. correct the description of the program. | Reid Spencer | 2004-08-10 | 2 | -8/+4 |
* | Adding a simple example of how to use the JIT. | Reid Spencer | 2004-08-10 | 4 | -0/+336 |
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 2 | -8/+2 |
* | Group the hidden command line arguments. | Reid Spencer | 2004-07-10 | 1 | -7/+6 |
* | Add #include <iostream> since Value.h doesn't include it any more. | Reid Spencer | 2004-07-04 | 3 | -0/+3 |
* | Add support for dos-style files | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Header moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Use inttypes.h, which exists on all of Linux, Solaris and Darwin. | Brian Gaeke | 2004-05-11 | 1 | -2/+1 |
* | Unbreak the build on X86. | Chris Lattner | 2004-05-11 | 1 | -0/+1 |
* | Squash warnings on Solaris/sparc... the test suite is not working for me so I | Brian Gaeke | 2004-05-11 | 1 | -2/+2 |
* | Do not hardcode the name of gcc, because its full pathname may have been | Brian Gaeke | 2004-05-11 | 1 | -1/+1 |
* | Do not depend on the path to bash | Brian Gaeke | 2004-05-11 | 1 | -1/+1 |
* | Include <sys/types.h> to get the definition of int64_t on Solaris. | Brian Gaeke | 2004-05-11 | 1 | -0/+1 |
* | Changes to make the Stacker Stack use 64 bit values. This *should* get | Reid Spencer | 2004-05-09 | 5 | -42/+37 |
* | If we're going to use tabs, use them consistently. Maybe doxygen will find the | Misha Brukman | 2004-04-15 | 1 | -2/+2 |
* | Avoid TRUE and FALSE which apparently conflict with some macros on OSX | Chris Lattner | 2004-03-31 | 3 | -9/+9 |
* | Remove dependence on the return type of ConstantArray::get | Chris Lattner | 2004-02-15 | 1 | -7/+7 |
* | Fix apparent copy-and-paste-o. | Brian Gaeke | 2003-12-10 | 1 | -4/+2 |