[go: nahoru, domu]

  1. 86e7a05 PR35705: Fix Chapter 9 example code for API changes to DIBuilder by David Blaikie · 7 years ago
  2. 95ed232 [ORC][Kaleidoscope] Update ORCJit tutorial. by Don Hinton · 7 years ago
  3. a7007af [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORC by Lang Hames · 7 years ago
  4. d6a9e4a [docs] NFC: Fix links in the tutorial by Kirill Bobyrev · 7 years ago
  5. 99aada9 Remove redundant code block and update comment. by Sylvestre Ledru · 7 years ago
  6. e0ae1ed Update Kaleidoscope tutorial and improve Windows support by Mehdi Amini · 7 years ago
  7. d6da5db Use print() instead of dump() in code by Matthias Braun · 7 years ago
  8. 6a92b76 [Docs] Fix a broken link in the Kaleidoscope tutorial. by Davide Italiano · 8 years ago
  9. 297f179 Fix some typos in the doc by Sylvestre Ledru · 8 years ago
  10. 32217d6 [BuildingAJIT] Fix a couple of typos in the Chapter 3 draft. by Lang Hames · 8 years ago
  11. 075c1e2 [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. by Lang Hames · 8 years ago
  12. 5a04b09 [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3. by Lang Hames · 8 years ago
  13. 46f9c27 Fixed errors in docs. by Alexander Kornienko · 8 years ago
  14. 8e1c20f [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3. by Lang Hames · 8 years ago
  15. e0f2f60 fix some various typos in the doc by Sylvestre Ledru · 8 years ago
  16. f9c643b New Kaleidoscope chapter: Creating object files by Wilfred Hughes · 8 years ago
  17. 6c2d562 [Kaleidoscope][BuildingAJIT] Remove some superfluous commas in Chapter 2. by Lang Hames · 8 years ago
  18. 4cf102d [Kaleidoscope][BuildingAJIT] Fix a punctuation mistake in Chapter 2. by Lang Hames · 8 years ago
  19. 0c4f69f Remove the ScalarReplAggregates pass by David Majnemer · 8 years ago
  20. e09bd44 Fix some typos in the Kaleidoscope tutorial (PR28120) by Hans Wennborg · 8 years ago
  21. 8abe734 [Kaleidoscope] Update Chapter 3 of the "Implementing a Language" tutorial to by Lang Hames · 8 years ago
  22. eaf5ddf [Kaleidoscope][BuildingAJIT] Fix hyphenation in chapter 2 title. by Lang Hames · 8 years ago
  23. 5d3458a [Kaleidoscope][BuildingAJIT] More cleanup of Chapter 2. by Lang Hames · 8 years ago
  24. bae1eaf [Kaleidoscope][BuildingAJIT] Clean up sentence, remove comments from code block. by Lang Hames · 8 years ago
  25. 30bfbc3 [Kaleidoscope][BuildingAJIT] Split up the code-block describing the substitution by Lang Hames · 8 years ago
  26. 0115784 [Kaleidoscope][BuildingAJIT] Fix code-blocks in Chapter 2. by Lang Hames · 8 years ago
  27. 608095d [Kaleidoscope][BuildingAJIT] Add tutorial text for Chapter 2. by Lang Hames · 8 years ago
  28. 1fa1983 [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol. by Lang Hames · 8 years ago
  29. 9dd9c9c [Kaleidoscope][BuildingAJIT] Finish off Chapter 1. by Lang Hames · 8 years ago
  30. f43e7e4 [Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text. by Lang Hames · 8 years ago
  31. 7ac928f [Kaleidoscope][BuildingAJIT] Add stub chapter text for Building A JIT Chapter 4. by Lang Hames · 8 years ago
  32. 26ec8e8 [Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace. by Lang Hames · 8 years ago
  33. 71d351f [Kaleidoscope][BuildingAJIT] Add docs for Chapter 3 of the Building A JIT by Lang Hames · 8 years ago
  34. df5dfe2 [Kaleidoscope][BuildingAJIT] Add a stub Chapter 2 doc. by Lang Hames · 8 years ago
  35. 630552d [KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1. by Lang Hames · 8 years ago
  36. bdbb8ee [Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorial by Lang Hames · 8 years ago
  37. e483441 [Kaleidoscope][BuildingAJIT] Fix code-block indents. by Lang Hames · 8 years ago
  38. ba9118a [Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModule by Lang Hames · 8 years ago
  39. 5d82919 [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter. by Lang Hames · 8 years ago
  40. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 8 years ago
  41. 215b61f [Kaleidoscope] Rename Error -> LogError in Chapters 2-5. by Lang Hames · 8 years ago
  42. d7b240a [Kaleidoscope] Fix 'Error' name clashes. by Lang Hames · 8 years ago
  43. 0a1bf1d Remove obselete reference to TypeResolve from the tutorial. by Wilfred Hughes · 8 years ago
  44. 656df23 Minor grammar fix in kaleidoscope tutorial. by Wilfred Hughes · 8 years ago
  45. c2e48fb Further typo fixes in kaleidoscope tutorial. by Wilfred Hughes · 8 years ago
  46. a66f9eb Fix typo in kaleidoscope tutorial. by Wilfred Hughes · 8 years ago
  47. 3c5ec72 Fix some typos in the llvm doc by Sylvestre Ledru · 8 years ago
  48. 022b109 LLVM tutorial: fix broken links/anchors by Alex Denisov · 9 years ago
  49. fd671c1 [Docs] Fix typo by Alex Denisov · 9 years ago
  50. 2c641c0 Update tutorial for debug info IR change. by Peter Collingbourne · 9 years ago
  51. 8c46d79 Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure by Lang Hames · 9 years ago
  52. 38941a6 Revert r246175 to get builder green again. by Lang Hames · 9 years ago
  53. b325a1a Add Kaleidoscope regression tests. by Lang Hames · 9 years ago
  54. 548643e [Kaleidoscope] Fix a typo in Chapter 5. by Lang Hames · 9 years ago
  55. 2838831 Big Kaleidoscope tutorial update. by Lang Hames · 9 years ago
  56. 1356c79 [Kaleidoscope] More inter-chapter diff reduction. by Lang Hames · 9 years ago
  57. 44364a3 [Kaleidoscope] Clang-format the Kaleidoscope tutorials. by Lang Hames · 9 years ago
  58. afae23b [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials. by Lang Hames · 9 years ago
  59. 377a984 Rename all references to old mailing lists to new lists.llvm.org address. by Tanya Lattner · 9 years ago
  60. aa50fa7 DI: Rewrite the DIBuilder local variable API by Duncan P. N. Exon Smith · 9 years ago
  61. cbfbb3e DI/Verifier: Fix argument bitrot in DILocalVariable by Duncan P. N. Exon Smith · 9 years ago
  62. e56023a IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 9 years ago
  63. 603fc8c docs: Update Kaleidoscope for recent DI changes by Duncan P. N. Exon Smith · 9 years ago
  64. ffc045a Correct 'teh' and other typos / repeated words. by Ed Maste · 9 years ago
  65. 06c06df [docs] Fix typo. by Sean Silva · 9 years ago
  66. b04877c [docs] Fix some malformed links. by Sean Silva · 9 years ago
  67. 092251c Rename the 'Extending the Language: Debug Information' to 'Adding Debug Information' since this isn't actually modifying/extending the language. by David Blaikie · 9 years ago
  68. c7efed6 Fixup debug information references. by Charlie Turner · 9 years ago
  69. 7f58cf3 Update references to lines of code count. by Charlie Turner · 9 years ago
  70. aa73f89 The Kaleidoscope tutorial should be using "mcjit" for the library, by Eric Christopher · 10 years ago
  71. 772e538 Add argument variable support to the debug info tutorial by Eric Christopher · 10 years ago
  72. abe81e4 Clean up the rst for the debug info tutorial by Eric Christopher · 10 years ago
  73. 23cf05a Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds by Eric Christopher · 10 years ago
  74. 6c100e7 [Docs][JIT] Update the clang++ invocation lines in the kaleidoscope docs. by Lang Hames · 10 years ago
  75. 7a8ca27 [docs] Clean up some more llvm-gcc stuff by Sean Silva · 10 years ago
  76. 2251469 [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst by Peter Zotov · 11 years ago
  77. d6e7dae [docs] Fix broken link. by Sean Silva · 11 years ago
  78. 2dce4f2 Update code listings in LLVM tutorial. by Logan Chien · 11 years ago
  79. f2403bb Fix spelling by Nikola Smiljanic · 11 years ago
  80. 6ccdfc5 [docs] Remove explicit authorship. by Sean Silva · 11 years ago
  81. d3afa9b docs: Update title of external tutorial. by Sean Silva · 11 years ago
  82. 6fa16e1 docs: Move link to the new "external tutorials" area. by Sean Silva · 12 years ago
  83. d63c668 docs: Add link to external LLVM backend tutorial. by Sean Silva · 12 years ago
  84. ee47edf docs: Sphinxify `docs/tutorial/` by Sean Silva · 12 years ago
  85. 91b9763 docs: Begin Sphinxification of docs/tutorial/ by Sean Silva · 12 years ago
  86. 791cfc2 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  87. 3f5054f Fix some minor typos by Sylvestre Ledru · 12 years ago
  88. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  89. 06cb8ed Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 12 years ago
  90. f2c696f [docs] Include the Kaleidescope tutorial in the Sphinx docs build. by Daniel Dunbar · 12 years ago
  91. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  92. 9cabfa6 Install the PNG file as well. PR4780. by Bill Wendling · 13 years ago
  93. 545a2be Update tutorial to reflect the current APIs. Also correct a small omission in by Bill Wendling · 13 years ago
  94. c7d93be Tell people using the tutorial how to make it actually work. by David Chisnall · 13 years ago
  95. bc7d598 A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches by Damien Schoof! by Eli Friedman · 13 years ago
  96. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  97. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 13 years ago
  98. 4d6deb0 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 13 years ago
  99. 073d025 docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8. by NAKAMURA Takumi · 13 years ago
  100. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 13 years ago