- 9d54400 Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 8 years ago
- df424f7 [MCJIT] Update MCJIT and get the fibonacci example working again. by Lang Hames · 9 years ago
- 578a1d2 Fix some Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
- 7d7668e examples: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 0dbe803 [JIT/Examples] Fix Fibonacci so that it runs again. by Davide Italiano · 10 years ago
- d16725c Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. by Hans Wennborg · 10 years ago
- d5dd8ce Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
- 3f4ed32 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
- aa5b9c0 Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
- 875710a Nuke the old JIT. by Rafael Espindola · 11 years ago
- f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
- 098dd80 [cleanup] Fix the includes in the examples for r199082. by Chandler Carruth · 12 years ago
- 0a08460 Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
- 4ca7e09 Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
- 92b0d8c Test commit access by Quentin Colombet · 13 years ago
- 5791df8 Remove trailing whitespaces by Arnaud A. de Grandmaison · 13 years ago
- 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
- 03d1063 fit in 80 columns and don't crash on exit, fixes PR8080 by Chris Lattner · 15 years ago
- f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
- 18f0c67 fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier! by Chris Lattner · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
- 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
- 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
- 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 16 years ago
- 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
- 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
- fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
- 7cbd8a3 API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
- 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
- 7520fcd Fix an incorrect comment, PR2147. by Chris Lattner · 17 years ago
- fc001bb remove attributions from examples. by Chris Lattner · 18 years ago
- 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 18 years ago
- 34bd70d Adjust for changes in GenericValue type. by Reid Spencer · 19 years ago
- 6a98754 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 19 years ago
- db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
- e4d87aa For PR950: by Reid Spencer · 19 years ago
- b83eb64 For PR950: by Reid Spencer · 19 years ago
- afebb44 Minor corrections. by Jeff Cohen · 19 years ago
- 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
- f6b5c1a Don't forget these are calls by Chris Lattner · 20 years ago
- 47968e4 These are legal for tail calls by Chris Lattner · 20 years ago
- 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 20 years ago
- dadf881 Stop using abegin. by Alkis Evlogimenos · 20 years ago
- 7cf540b Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' by Misha Brukman · 21 years ago
- 3c7d7ee Fix typeo by Chris Lattner · 21 years ago
- 38f024d Cleanup this example, simplifying it and making it conform to LLVM coding by Chris Lattner · 21 years ago
- 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 21 years ago
- e784fa4 Add the fibonacci example provided by Valery Khamenya. by Reid Spencer · 21 years ago