1. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago
  2. 4b3d546 update for recent api changes. I have a hard time believing that this is actually a useful example. by Chris Lattner · 13 years ago
  3. 77613d4 update this to build with a recent IRBuilder change and de-constify types. by Chris Lattner · 13 years ago
  4. 0bd9d3a Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 13 years ago
  5. eb9a85f Change Intrinsic::getDeclaration and friends to take an ArrayRef. by Benjamin Kramer · 13 years ago
  6. e8b323a Remove the const from Type after of Jay deconstify work. by Francois Pichet · 13 years ago
  7. c0f33cb Reverted 134901 because of 134959. Did not use svn merge -r but rather: by Garrison Venn · 13 years ago
  8. a3d57e6 Fix the BrainF build. by Francois Pichet · 13 years ago
  9. d1c2bd8 fix some examples by John Wiegley · 13 years ago
  10. 6e6cdd0 Modified demo to work with non const Type parameters as is required by new by Garrison Venn · 13 years ago
  11. e5dfa8f Modify comment. by Johnny Chen · 13 years ago
  12. c3a627d Have the JIT tutorial use IRBuilder for the IR. by Eric Christopher · 13 years ago
  13. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  14. 18bba84 Added new FIXME note by Garrison Venn · 13 years ago
  15. 2227f15 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 13 years ago
  16. 2a7d4ad Because some systems have reported that this example would not build the by Garrison Venn · 13 years ago
  17. 64cfcef Fixed more best practices, and explicit/implicit style guide issues. by Garrison Venn · 13 years ago
  18. 626ab1c reindent this whole file and do a variety of stylistic cleanups. by Chris Lattner · 13 years ago
  19. cad3f77 fix this to build with the recent StructType changes. by Chris Lattner · 13 years ago
  20. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  21. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 13 years ago
  22. 01b4ccb Fix compiling the ocaml kaleidoscope tutorials by Erick Tryzelaar · 14 years ago
  23. af62935 Do not re-test for the existence of pthread.h. by Oscar Fuentes · 14 years ago
  24. ab7fa08 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 14 years ago
  25. dfa1a79 Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 14 years ago
  26. f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 14 years ago
  27. 18d52f2 Convert a bunch of uses of 'bytecode' into 'bitcode'. This by Duncan Sands · 14 years ago
  28. 161b4c4 Removed TracingBrainF from examples Makefile. by Garrison Venn · 14 years ago
  29. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  30. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  31. 03d1063 fit in 80 columns and don't crash on exit, fixes PR8080 by Chris Lattner · 14 years ago
  32. 060bb6b Remove this from the main tree. I'll host it out of tree. by Owen Anderson · 14 years ago
  33. 37b25ab Add a new example to the LLVM distribution: a trace-based Brainfuck compiler that uses LLVM as its code generator. by Owen Anderson · 14 years ago
  34. 8f2766d Trailing whitespace. by Mikhail Glushenkov · 14 years ago
  35. 9908fec upgrade to use new intrinsics, patch by Dan Hipschman! by Chris Lattner · 14 years ago
  36. 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
  37. 688d580 Fix up the ocaml kaleidoscope example as well. by Eric Christopher · 14 years ago
  38. b0e9ead fix several bugs in the tutorial, patch by Kevin Kelley! by Chris Lattner · 14 years ago
  39. f19f6a9 Remove stray semi-colon. by Daniel Dunbar · 14 years ago
  40. 2632bbf Make kaleidoscope use fp add/sub/mul. by Eric Christopher · 14 years ago
  41. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 14 years ago
  42. ec42dd6 Use provided llvm-defined variables instead of twisting user-controlled knobs. by Nick Lewycky · 14 years ago
  43. 7c43f43 Fix -Wcast-qual warning. by Benjamin Kramer · 14 years ago
  44. d592e1a Fix the ocaml kaleidoscope tutorial to fix linking external libraries. by Erick Tryzelaar · 14 years ago
  45. 7129a67 Don't always run the ocaml kaleidoscope tutorials. by Erick Tryzelaar · 15 years ago
  46. 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 15 years ago
  47. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  48. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  49. c80a1f7 Modified examples Makefile to only build the ExceptionDemo example for by Garrison Venn · 15 years ago
  50. 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 15 years ago
  51. 0f08a27 Prevented build on WINDOWS using default make system. Stopped WINDOWS build by Garrison Venn · 15 years ago
  52. 778086c Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 ) by Garrison Venn · 15 years ago
  53. a2c2f1a Adds a JIT based exception handling example to the examples directory. by Garrison Venn · 15 years ago
  54. f9fba30 Repository access test commit by Garrison Venn · 15 years ago
  55. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  56. bdf49fc This example requires RTTI. by Daniel Dunbar · 15 years ago
  57. 18f0c67 fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier! by Chris Lattner · 15 years ago
  58. 9d0b704 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 15 years ago
  59. df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 15 years ago
  60. 24f934d Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 15 years ago
  61. 046e78c Remove FreeInst. by Victor Hernandez · 15 years ago
  62. 13ad5aa Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 15 years ago
  63. 12adce4 Make ParallelJIT pthreads linking with CMake slightly less broken by Douglas Gregor · 15 years ago
  64. 3e0c99a Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 15 years ago
  65. 96b930d Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 15 years ago
  66. 31c6c5d Add examples for Kaleidoscope chapters 2 through 6. by Erick Tryzelaar · 15 years ago
  67. a4eb1a5 Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial. by Erick Tryzelaar · 15 years ago
  68. fd1ec5e Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 15 years ago
  69. 60130f0 Allocate the module provider in the Kaleidoscope code on the heap, not the stack, so that it can be properly deleted. Also update the tutorial with the new code. This fixes PR4762, hopefully better than the last time. by Reid Kleckner · 15 years ago
  70. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  71. 9e6f3f2 Fixed double free in Kaleidoscope. Fixes PR4762. by Reid Kleckner · 15 years ago
  72. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  73. 22624b1 CMake: LLVMConfig assigns LLVMX86 to the `native' component by Oscar Fuentes · 15 years ago
  74. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  75. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  76. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  77. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  78. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  79. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  80. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  81. 8e9b171 PR4591: Make sure to initialize the pass manager before using it. by Eli Friedman · 15 years ago
  82. e687151 Fix build by Daniel Dunbar · 15 years ago
  83. 6ce6daa Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h by Xerxes Ranby · 15 years ago
  84. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  85. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  86. 001dbfe Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 15 years ago
  87. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  88. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  89. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  90. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
  91. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  92. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  93. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  94. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  95. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  96. 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
  97. da06288 make sure that JIT examples link in their appropriate target. by Chris Lattner · 15 years ago
  98. d25bff6 silence a warning. by Chris Lattner · 15 years ago
  99. 7126702 Get rid of some compile warnings. by Bill Wendling · 15 years ago
  100. 9f85634 Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice by Nick Lewycky · 15 years ago