1. c858748 Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced in rL344572. by Simon Pilgrim · 7 years ago
  2. c39a217 Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI. by Simon Pilgrim · 7 years ago
  3. b6f6192 Convert clang-interpreter to ORC JIT API by Stephane Sezer · 7 years ago
  4. 529ce72 Expand clang-interpreter with example of throwing in and from the JIT for Windows64. by Frederich Munch · 8 years ago
  5. ea4395e Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
  6. 98f0af4 Revert "Fix examples for recent shared_ptrification" by David Blaikie · 9 years ago
  7. bbe146f Fix examples for recent shared_ptrification by David Blaikie · 9 years ago
  8. 4075f6c Driver: Update clang-interpreter example for r218938 by Justin Bogner · 11 years ago
  9. c11bf80 unique_ptrify JobList::Jobs by David Blaikie · 11 years ago
  10. af2b7dc Reinstate "Update for llvm API change."" by Eric Christopher · 11 years ago
  11. aca3be8 Go back to having a takeModule instead of a getModule. by Rafael Espindola · 11 years ago
  12. a296664 Update for llvm api change. by Rafael Espindola · 11 years ago
  13. 3668534 Temporarily Revert "Update for llvm API change." by Eric Christopher · 11 years ago
  14. b0ece4e Update for llvm API change. by Rafael Espindola · 11 years ago
  15. 3175daa Use ELF in the clang-interpreter on windows. by Rafael Espindola · 11 years ago
  16. e89d289 Use MCJIT. by Rafael Espindola · 11 years ago
  17. fb3d5d1 Remove the last use of llvm::ExecutionEngine::create. by Rafael Espindola · 11 years ago
  18. ed412da clang-interpreter: don't check input file existence, we're in-process by Alp Toker · 11 years ago
  19. 60c88cb clang-interpreter: use LLVM interpreter if JIT is unavailable by Alp Toker · 11 years ago
  20. 475f282 clang-interpreter: interpret instead of JITing by Alp Toker · 11 years ago
  21. 1761f11 Eliminate DefaultImageName from the Driver constructor by Alp Toker · 11 years ago
  22. a337444 Fix build break, replace take() with release(). by Ahmed Charles · 12 years ago
  23. dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
  24. af94d56 [C++11] Remove the remaining uses of OwningPtr. by Ahmed Charles · 12 years ago
  25. b212b34 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 12 years ago
  26. e6151cf Remove unused header. by Rafael Espindola · 12 years ago
  27. 9678d27 Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 12 years ago
  28. 1600a53 Include PathV1.h only where it is used. by Rafael Espindola · 12 years ago
  29. f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
  30. e8baf33 Use getProcessTriple in clang-interpreter. by Peter Collingbourne · 13 years ago
  31. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  32. ffd5551 Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 13 years ago
  33. 8675b4a Sort the #include lines for examples/... by Chandler Carruth · 13 years ago
  34. e3cfca7 Fix examples. by Rafael Espindola · 13 years ago
  35. cdb4d69 Update clang-interpreter example by Douglas Gregor · 13 years ago
  36. c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  37. f1a13f2 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 14 years ago
  38. 1cd1069 drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 14 years ago
  39. 1ced737 remove unneeded config.h includes by Dylan Noblesmith · 14 years ago
  40. 8188c8a rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 14 years ago
  41. 4e84e46 Add missing include to clang-interpreter example, to make it work on Windows. Patch by Dean Pavlekovic. by Eli Friedman · 14 years ago
  42. 05de029 Rip out flags for controlling C++ "production mode" separately. by Bob Wilson · 14 years ago
  43. f42db7c Fix examples for r140478. PR11021. by Eli Friedman · 14 years ago
  44. 494eb06 Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. by Evan Cheng · 14 years ago
  45. b66b5ce Fix examples compile break due to rewrite of isa. by Manuel Klimek · 14 years ago
  46. f711730 Fixed build error. by John Thompson · 15 years ago
  47. 8f5cf74 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 15 years ago
  48. a6d2bff Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 15 years ago
  49. 14a552b Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 15 years ago
  50. 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
  51. 9e7baae Unbreak clang-interpreter. (Should there be some automated testing for this?) by Eli Friedman · 15 years ago
  52. ff66a7c Add a comment explaining why r117813 was needed. by Dan Gohman · 15 years ago
  53. 4ab36ba Turns out that we may end up calling dladdr on GetExecutablePath, give it external linkage to make sure the lookup works on all platforms. by Benjamin Kramer · 15 years ago
  54. ba76802 These functions don't need external linkage. by Dan Gohman · 15 years ago
  55. 1921fac Update clang-interpreter for recent DiagnosticClient ownership changes. by Benjamin Kramer · 15 years ago
  56. 5a75e1a Fix clang-interpreter build by Peter Collingbourne · 15 years ago
  57. c1b1729 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago
  58. 6a2542b Tip of the day: save before commit. by Benjamin Kramer · 15 years ago
  59. 25d3d78 Fix -Wcast-qual warnings. by Benjamin Kramer · 15 years ago
  60. e43887b Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
  61. 0076d94 Add a minimal C interpreter example. by Daniel Dunbar · 16 years ago