1. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  2. 0bd9d3a Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 13 years ago
  3. d1c2bd8 fix some examples by John Wiegley · 13 years ago
  4. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  5. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 14 years ago
  6. ab7fa08 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 14 years ago
  7. dfa1a79 Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 14 years ago
  8. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  9. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  10. 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
  11. b0e9ead fix several bugs in the tutorial, patch by Kevin Kelley! by Chris Lattner · 14 years ago
  12. 2632bbf Make kaleidoscope use fp add/sub/mul. by Eric Christopher · 14 years ago
  13. 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 15 years ago
  14. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  15. 31c6c5d Add examples for Kaleidoscope chapters 2 through 6. by Erick Tryzelaar · 15 years ago