1. 712e8d2 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 7 years ago
  2. a27771b InstCombine: Fix layering by not including Scalar.h in InstCombine by David Blaikie · 7 years ago
  3. 4ce9866 [ORC] Errorize the ORC APIs. by Lang Hames · 8 years ago
  4. 5305d39 [Kaleidoscope] toy.cpp use after move fix by Peter Szecsi · 8 years ago
  5. bb6805d Update Kaleidoscope tutorial and improve Windows support by Mehdi Amini · 9 years ago
  6. 25bcaba Use print() instead of dump() in code by Matthias Braun · 9 years ago
  7. ae7ac95 [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  8. 2479680 [Kaleidoscope] Fix static global ordering to prevent crash on exit. by Lang Hames · 9 years ago
  9. f981ec4 Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  10. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  11. f9878c5 [Kaleidoscope] Fix 'Error' name clashes. by Lang Hames · 10 years ago
  12. ec5872b [PM] Update Kaleidoscope with the new header file. by Chandler Carruth · 10 years ago
  13. cc9deb4 Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. by Hans Wennborg · 10 years ago
  14. 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
  15. ac9d373 Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one. by NAKAMURA Takumi · 10 years ago
  16. d76e067 Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure by Lang Hames · 10 years ago
  17. a9248a2 Revert r246175 to get builder green again. by Lang Hames · 10 years ago
  18. f624d1a Add Kaleidoscope regression tests. by Lang Hames · 10 years ago
  19. 2d789c3 Big Kaleidoscope tutorial update. by Lang Hames · 10 years ago
  20. 596aec9 [Kaleidoscope] More inter-chapter diff reduction. by Lang Hames · 10 years ago
  21. 59b0da8 [Kaleidoscope] Clang-format the Kaleidoscope tutorials. by Lang Hames · 10 years ago
  22. 09bf4c1 [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials. by Lang Hames · 10 years ago
  23. 17e0bc3 [PM/AA] Hoist the interface for BasicAA into a header file. by Chandler Carruth · 10 years ago
  24. cd253da Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a ref by Mehdi Amini · 10 years ago
  25. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  26. 265ffbe Fix the build of the gold-plugin and examples. by Rafael Espindola · 11 years ago
  27. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  28. 85c9bac llvm/examples: Add missing include according to r230907. by NAKAMURA Takumi · 11 years ago
  29. 7ecd991 [PM] Update the examples to reflect the removal of the by Chandler Carruth · 11 years ago
  30. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
  31. c023936 Fix KS tutorial build failure. by Eric Christopher · 11 years ago
  32. 1b74b65 Fix the JIT code for the Kaleidoscope tutorial. by Eric Christopher · 11 years ago
  33. c435adc Add doInitialization/doFinalization to DataLayoutPass. by Rafael Espindola · 11 years ago
  34. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  35. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  36. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  37. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  38. 339430f Use DataLayout from the module when easily available. by Rafael Espindola · 12 years ago
  39. 9351251 Make DataLayout a plain object, not a pass. by Rafael Espindola · 12 years ago
  40. 20d4e6b [cleanup] Re-sort the examples #include lines with my sort_includes script. by Chandler Carruth · 12 years ago
  41. d7cd9ac9 [cleanup] Fix the includes in the examples for r199082. by Chandler Carruth · 12 years ago
  42. 05c5a93 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
  43. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  44. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  45. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  46. 981af00 Add missing #include's to cctype when using isdigit/alpha/etc. by Will Dietz · 12 years ago
  47. 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
  48. 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
  49. 6bf5825 Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  50. aafe091 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 13 years ago
  51. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  52. c5d1050 Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 14 years ago
  53. 2a0177b fix some examples by John Wiegley · 14 years ago
  54. 5213134 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 15 years ago
  55. e0938d8 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 15 years ago
  56. a230754 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 15 years ago
  57. 56f3a4c Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 15 years ago
  58. 41b4a6b Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  59. 26d7950 fix several bugs in the tutorial, patch by Kevin Kelley! by Chris Lattner · 15 years ago
  60. 95f5652 Make kaleidoscope use fp add/sub/mul. by Eric Christopher · 15 years ago
  61. 8a30324 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 16 years ago
  62. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  63. 21e83ea Add examples for Kaleidoscope chapters 2 through 6. by Erick Tryzelaar · 16 years ago