1. 9d7c776 Merging r195092: by Bill Wendling · 11 years ago
  2. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  3. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 11 years ago
  4. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  5. e3ba15c Add missing #include's to cctype when using isdigit/alpha/etc. by Will Dietz · 11 years ago
  6. c16babf ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  7. dbbbccc Adding example source to support MCJIT/Kaleidoscope blog posts. by Andrew Kaylor · 11 years ago
  8. 5d3041f Remove unused fields. by Rafael Espindola · 11 years ago
  9. 3659fd3 Fix exception demo: Add mcjit to link component. by Logan Chien · 11 years ago
  10. 61cf158 Update the examples for an API change. by Rafael Espindola · 11 years ago
  11. 3c2b0e1 ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager. by NAKAMURA Takumi · 11 years ago
  12. e449654 Remove exception handling support from the old JIT. by Rafael Espindola · 11 years ago
  13. c8b9551 Port ExceptionDemo to MCJIT. by Rafael Espindola · 11 years ago
  14. 58c3aa2 Add support for other typeinfo encodings in the ExceptionDemo. by Rafael Espindola · 11 years ago
  15. fbb2c7a The exception demo needs its symbols exported. by Rafael Espindola · 11 years ago
  16. a6f1031 Update links to "Itanium C++ ABI: Exception Handling" document by Dmitri Gribenko · 12 years ago
  17. 0a08460 Update the examples for the new header file locations. by Chandler Carruth · 12 years ago
  18. 4ca7e09 Sort the #include lines of the examples/... tree. by Chandler Carruth · 12 years ago
  19. 250ab62 Fix gcc's -Wunused-but-set-variable warnings. by Rafael Espindola · 12 years ago
  20. b8bce92 Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! by Micah Villmow · 12 years ago
  21. 2f87640 Delete a directory that wasn't supposed to be checked in yet. by Micah Villmow · 12 years ago
  22. 92b0d8c Test commit access by Quentin Colombet · 12 years ago
  23. 4c856ee ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated. by NAKAMURA Takumi · 12 years ago
  24. 9f469a0 ExceptionDemo.cpp: Whitespace. by NAKAMURA Takumi · 12 years ago
  25. 2b4b44e Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  26. 06cb8ed Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 12 years ago
  27. 5791df8 Remove trailing whitespaces by Arnaud A. de Grandmaison · 12 years ago
  28. d9b0b02 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  29. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  30. 637f949 Switch to a more idiomatic way of silencing unused variable warnings in by Chandler Carruth · 13 years ago
  31. 793a32d Update ExceptionDemo to use ConstantDataArray. by Peter Collingbourne · 13 years ago
  32. 08e8db4 Update to the new EH system...remove OLD EH code. by Bill Wendling · 13 years ago
  33. a093577 Fix BrainF compilation. by Francois Pichet · 13 years ago
  34. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  35. d40e103 EngineBuilder: support for custom TargetOptions. Fixes the by Peter Collingbourne · 13 years ago
  36. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  37. 113aa86 Changed comments on foreign C++ exceptions (generated with type info 7), by Garrison Venn · 13 years ago
  38. 9cb5086 Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume. by Garrison Venn · 13 years ago
  39. 8550071 Converted Exception demo over to using new 3.0 landingpad instruction. This by Garrison Venn · 13 years ago
  40. aae66fa This is a hack to get the demo working with the new 3.0 exception by Garrison Venn · 13 years ago
  41. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  42. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago
  43. 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
  44. 77613d4 update this to build with a recent IRBuilder change and de-constify types. by Chris Lattner · 13 years ago
  45. 0bd9d3a Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 13 years ago
  46. eb9a85f Change Intrinsic::getDeclaration and friends to take an ArrayRef. by Benjamin Kramer · 13 years ago
  47. e8b323a Remove the const from Type after of Jay deconstify work. by Francois Pichet · 13 years ago
  48. c0f33cb Reverted 134901 because of 134959. Did not use svn merge -r but rather: by Garrison Venn · 13 years ago
  49. a3d57e6 Fix the BrainF build. by Francois Pichet · 13 years ago
  50. d1c2bd8 fix some examples by John Wiegley · 13 years ago
  51. 6e6cdd0 Modified demo to work with non const Type parameters as is required by new by Garrison Venn · 13 years ago
  52. e5dfa8f Modify comment. by Johnny Chen · 13 years ago
  53. c3a627d Have the JIT tutorial use IRBuilder for the IR. by Eric Christopher · 13 years ago
  54. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  55. 18bba84 Added new FIXME note by Garrison Venn · 13 years ago
  56. 2227f15 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 13 years ago
  57. 2a7d4ad Because some systems have reported that this example would not build the by Garrison Venn · 13 years ago
  58. 64cfcef Fixed more best practices, and explicit/implicit style guide issues. by Garrison Venn · 13 years ago
  59. 626ab1c reindent this whole file and do a variety of stylistic cleanups. by Chris Lattner · 13 years ago
  60. cad3f77 fix this to build with the recent StructType changes. by Chris Lattner · 13 years ago
  61. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  62. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 14 years ago
  63. 01b4ccb Fix compiling the ocaml kaleidoscope tutorials by Erick Tryzelaar · 14 years ago
  64. af62935 Do not re-test for the existence of pthread.h. by Oscar Fuentes · 14 years ago
  65. ab7fa08 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 14 years ago
  66. dfa1a79 Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 14 years ago
  67. f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 14 years ago
  68. 18d52f2 Convert a bunch of uses of 'bytecode' into 'bitcode'. This by Duncan Sands · 14 years ago
  69. 161b4c4 Removed TracingBrainF from examples Makefile. by Garrison Venn · 14 years ago
  70. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  71. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  72. 03d1063 fit in 80 columns and don't crash on exit, fixes PR8080 by Chris Lattner · 14 years ago
  73. 060bb6b Remove this from the main tree. I'll host it out of tree. by Owen Anderson · 14 years ago
  74. 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
  75. 8f2766d Trailing whitespace. by Mikhail Glushenkov · 14 years ago
  76. 9908fec upgrade to use new intrinsics, patch by Dan Hipschman! by Chris Lattner · 14 years ago
  77. 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
  78. 688d580 Fix up the ocaml kaleidoscope example as well. by Eric Christopher · 14 years ago
  79. b0e9ead fix several bugs in the tutorial, patch by Kevin Kelley! by Chris Lattner · 14 years ago
  80. f19f6a9 Remove stray semi-colon. by Daniel Dunbar · 14 years ago
  81. 2632bbf Make kaleidoscope use fp add/sub/mul. by Eric Christopher · 14 years ago
  82. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 14 years ago
  83. ec42dd6 Use provided llvm-defined variables instead of twisting user-controlled knobs. by Nick Lewycky · 14 years ago
  84. 7c43f43 Fix -Wcast-qual warning. by Benjamin Kramer · 14 years ago
  85. d592e1a Fix the ocaml kaleidoscope tutorial to fix linking external libraries. by Erick Tryzelaar · 15 years ago
  86. 7129a67 Don't always run the ocaml kaleidoscope tutorials. by Erick Tryzelaar · 15 years ago
  87. 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 15 years ago
  88. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  89. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  90. c80a1f7 Modified examples Makefile to only build the ExceptionDemo example for by Garrison Venn · 15 years ago
  91. 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 15 years ago
  92. 0f08a27 Prevented build on WINDOWS using default make system. Stopped WINDOWS build by Garrison Venn · 15 years ago
  93. 778086c Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 ) by Garrison Venn · 15 years ago
  94. a2c2f1a Adds a JIT based exception handling example to the examples directory. by Garrison Venn · 15 years ago
  95. f9fba30 Repository access test commit by Garrison Venn · 15 years ago
  96. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  97. bdf49fc This example requires RTTI. by Daniel Dunbar · 15 years ago
  98. 18f0c67 fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier! by Chris Lattner · 15 years ago
  99. 9d0b704 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 15 years ago
  100. df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 15 years ago