aboutsummaryrefslogtreecommitdiffstats
path: root/examples/HowToUseJIT
Commit message (Expand)AuthorAgeFilesLines
...
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-112-2/+2
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-111-1/+1
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-231-1/+1
* Make the SmallExamples programs compile in their new home.Reid Spencer2004-08-191-1/+1
* Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner2004-08-151-1/+1
* Simplify code, make it print the constructed module before it is run.Chris Lattner2004-08-151-87/+45
* Fix a copy & paste error .. correct the description of the program.Reid Spencer2004-08-101-4/+2
* Adding a simple example of how to use the JIT.Reid Spencer2004-08-102-0/+168