summaryrefslogtreecommitdiff
path: root/examples/HowToUseJIT
Commit message (Expand)AuthorAge
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-20
* Stop using abegin and aend.Alkis Evlogimenos2005-03-15
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-29
* Fix PR456:\Reid Spencer2004-11-18
* Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2004-10-14
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-11
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-11
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-23
* Make the SmallExamples programs compile in their new home.Reid Spencer2004-08-19
* Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner2004-08-15
* Simplify code, make it print the constructed module before it is run.Chris Lattner2004-08-15
* Fix a copy & paste error .. correct the description of the program.Reid Spencer2004-08-10
* Adding a simple example of how to use the JIT.Reid Spencer2004-08-10