1. de2d869 Update aosp/master LLVM for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. f3ef533 Update aosp/master LLVM for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. 6948897 Update aosp/master LLVM for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  4. 0c7f116 Update aosp/master LLVM for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  5. 4c5e43d Update aosp/master llvm for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  6. ebe69fe Update aosp/master LLVM for rebase to r230699. by Stephen Hines · 9 years ago
  7. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  8. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  9. 9d7c776 Merging r195092: by Bill Wendling · 11 years ago
  10. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  11. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 11 years ago
  12. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  13. e3ba15c Add missing #include's to cctype when using isdigit/alpha/etc. by Will Dietz · 11 years ago
  14. dbbbccc Adding example source to support MCJIT/Kaleidoscope blog posts. by Andrew Kaylor · 11 years ago
  15. 5d3041f Remove unused fields. by Rafael Espindola · 11 years ago
  16. 0a08460 Update the examples for the new header file locations. by Chandler Carruth · 11 years ago
  17. 4ca7e09 Sort the #include lines of the examples/... tree. by Chandler Carruth · 12 years ago
  18. 2b4b44e Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  19. 06cb8ed Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 12 years ago
  20. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  21. 0bd9d3a Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 13 years ago
  22. d1c2bd8 fix some examples by John Wiegley · 13 years ago
  23. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  24. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 13 years ago
  25. ab7fa08 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 14 years ago
  26. dfa1a79 Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 14 years ago
  27. f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 14 years ago
  28. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  29. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  30. 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
  31. b0e9ead fix several bugs in the tutorial, patch by Kevin Kelley! by Chris Lattner · 14 years ago
  32. 2632bbf Make kaleidoscope use fp add/sub/mul. by Eric Christopher · 14 years ago
  33. 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 14 years ago
  34. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 14 years ago
  35. bdf49fc This example requires RTTI. by Daniel Dunbar · 14 years ago
  36. 31c6c5d Add examples for Kaleidoscope chapters 2 through 6. by Erick Tryzelaar · 15 years ago
  37. a4eb1a5 Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial. by Erick Tryzelaar · 15 years ago
  38. fd1ec5e Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 15 years ago
  39. 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
  40. 9e6f3f2 Fixed double free in Kaleidoscope. Fixes PR4762. by Reid Kleckner · 15 years ago
  41. 22624b1 CMake: LLVMConfig assigns LLVMX86 to the `native' component by Oscar Fuentes · 15 years ago
  42. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  43. 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
  44. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  45. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  46. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  47. 8e9b171 PR4591: Make sure to initialize the pass manager before using it. by Eli Friedman · 15 years ago
  48. e687151 Fix build by Daniel Dunbar · 15 years ago
  49. 6ce6daa Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h by Xerxes Ranby · 15 years ago
  50. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  51. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  52. 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
  53. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
  54. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  55. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  56. da06288 make sure that JIT examples link in their appropriate target. by Chris Lattner · 15 years ago
  57. d25bff6 silence a warning. by Chris Lattner · 15 years ago
  58. 7126702 Get rid of some compile warnings. by Bill Wendling · 15 years ago
  59. 9f85634 Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice by Nick Lewycky · 15 years ago