When a function takes a variable number of pointer arguments, with a zero
[oota-llvm.git] / examples / HowToUseJIT / HowToUseJIT.cpp
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-05-06 Chris LattnerThese are legal for tail calls
2005-04-20 Misha BrukmanRemove trailing whitespace at the end of lines
2005-03-15 Alkis EvlogimenosStop using abegin and aend.
2004-09-11 Reid SpencerCorrect the file header to reflect the new "examples...
2004-08-15 Chris LattnerSwitch to using the JIT now that it can directly call...
2004-08-15 Chris LattnerSimplify code, make it print the constructed module...
2004-08-10 Reid SpencerFix a copy & paste error .. correct the description...
2004-08-10 Reid SpencerAdding a simple example of how to use the JIT.