1. 59a2d7b Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 9 years ago
  2. 717eacf [MCJIT] Update MCJIT and get the fibonacci example working again. by Lang Hames · 9 years ago
  3. 2b8e417 Fix some Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  4. e49730d Remove autoconf support by Chris Bieneman · 10 years ago
  5. 5717ecb examples: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  6. d178f31 [JIT/Examples] Fix Fibonacci so that it runs again. by Davide Italiano · 10 years ago
  7. cc9deb4 Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. by Hans Wennborg · 10 years ago
  8. d49305b Fix configure and make build of llvm examples. by Iain Sandoe · 11 years ago
  9. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  10. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  11. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  12. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  13. 23b702c [CMake] Update libdeps. by NAKAMURA Takumi · 11 years ago
  14. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  15. d7cd9ac9 [cleanup] Fix the includes in the examples for r199082. by Chandler Carruth · 12 years ago
  16. b5c4b876 [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. by NAKAMURA Takumi · 12 years ago
  17. 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
  18. 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
  19. 301d05a Test commit access by Quentin Colombet · 13 years ago
  20. 503ca9e Remove trailing whitespaces by Arnaud A. de Grandmaison · 13 years ago
  21. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  22. 93c9b2e Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 15 years ago
  23. dc38d36 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 15 years ago
  24. 7b7768a fit in 80 columns and don't crash on exit, fixes PR8080 by Chris Lattner · 15 years ago
  25. 15983e5 Roll back r96959 again. by Jeffrey Yasskin · 16 years ago
  26. 3ac46cc Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 16 years ago
  27. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  28. 4ba8e5d fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier! by Chris Lattner · 16 years ago
  29. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  30. 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
  31. fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  32. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  33. 1e5f00e 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
  34. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  35. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  36. a229b3c Initial support for the CMake build system. by Oscar Fuentes · 17 years ago
  37. 0c19df4 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  38. b9fc3a2 Remove asmprinters from examples by default. This reduces their size by ~5% by Anton Korobeynikov · 17 years ago
  39. 17f7165 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  40. e1f6e4b 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
  41. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
  42. 723f2a1 Fix an incorrect comment, PR2147. by Chris Lattner · 18 years ago
  43. bcf65db remove attributions from examples. by Chris Lattner · 18 years ago
  44. 11cc8b3 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 18 years ago
  45. b0f158c rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 18 years ago
  46. 8a9ae48 Adjust for changes in GenericValue type. by Reid Spencer · 19 years ago
  47. b800b39 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 19 years ago
  48. bc013ba For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  49. 266e42b For PR950: by Reid Spencer · 19 years ago
  50. e0fc4df For PR950: by Reid Spencer · 19 years ago
  51. e63072e Use llvm-config to determine what to link in by Chris Lattner · 19 years ago
  52. e46cbe7 Minor corrections. by Jeff Cohen · 20 years ago
  53. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  54. 5879f9c Don't forget these are calls by Chris Lattner · 21 years ago
  55. eaf625d These are legal for tail calls by Chris Lattner · 21 years ago
  56. 2f72baf Remove trailing whitespace at the end of lines by Misha Brukman · 21 years ago
  57. 84adfd8 Stop using abegin. by Alkis Evlogimenos · 21 years ago
  58. bb9932c Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 21 years ago
  59. 7e9e0b0 Fix PR456:\ by Reid Spencer · 21 years ago
  60. a73e7ca Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' by Misha Brukman · 21 years ago
  61. adb5342 Fix typeo by Chris Lattner · 21 years ago
  62. bd2886d Cleanup this example, simplifying it and making it conform to LLVM coding by Chris Lattner · 21 years ago
  63. f9898d7 Use the shared Makefile.JIT for JIT-enablement, which also enables the examples by Misha Brukman · 21 years ago
  64. 987319d Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 21 years ago
  65. 0bb062e Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 21 years ago
  66. 5b81eea Moved small examples from /projects/SmallExamples to /examples. by Reid Spencer · 21 years ago
  67. b987b7c Moved the "SmallExamples" out of the /projects directory and into a new by Reid Spencer · 21 years ago