1. d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
  2. 473e342 Fix compilation of examples after 13680223b9d8 / r352827 by James Y Knight · 7 years ago
  3. 1368022 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  4. fadf250 Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." by James Y Knight · 7 years ago
  5. f47d6b3 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. 24be43d Update examples for API change. NFC. by Rafael Espindola · 8 years ago
  8. 59a2d7b Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 9 years ago
  9. a2a0213 BrainF example: fixing output buffering issue by Boris Ulasevich · 9 years ago
  10. b76f6c2 BrainF example: fixing segfault caused by outdated code with missing MCJIT dependency by Boris Ulasevich · 9 years ago
  11. 5923864 Fix examples files to reflect header split in r286566. by Teresa Johnson · 9 years ago
  12. 2b8e417 Fix some Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  13. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 10 years ago
  14. 5717ecb examples: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  15. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  16. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  17. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  18. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  19. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  20. 7499657 Try to fix the msvc build. by Benjamin Kramer · 12 years ago
  21. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  22. 20d4e6b [cleanup] Re-sort the examples #include lines with my sort_includes script. by Chandler Carruth · 12 years ago
  23. d7cd9ac9 [cleanup] Fix the includes in the examples for r199082. by Chandler Carruth · 12 years ago
  24. f9a2619 Update the examples for an API change. by Rafael Espindola · 12 years ago
  25. 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
  26. 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
  27. 9125493 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 14 years ago
  28. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  29. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  30. 61a8796 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  31. 6973395 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  32. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  33. edb4a70 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
  34. fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  35. 20b34ac Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 16 years ago
  36. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  37. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  38. d24df24 make sure that JIT examples link in their appropriate target. by Chris Lattner · 16 years ago
  39. 8e8eae6 use proper namespace qualifications by Chris Lattner · 17 years ago
  40. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
  41. bcf65db remove attributions from examples. by Chris Lattner · 18 years ago
  42. edf0788 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
  43. 909ef09 add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 18 years ago