aboutsummaryrefslogtreecommitdiff
path: root/examples/clang-interpreter/main.cpp
AgeCommit message (Expand)Author
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-16Use getProcessTriple in clang-interpreter.Peter Collingbourne
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-04Sort the #include lines for examples/...Chandler Carruth
2012-11-27Fix examples.Rafael Espindola
2012-10-23Update clang-interpreter exampleDouglas Gregor
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2011-12-22remove unneeded config.h includesDylan Noblesmith
2011-11-01rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop
2011-10-06Add missing include to clang-interpreter example, to make it work on Windows....Eli Friedman
2011-10-04Rip out flags for controlling C++ "production mode" separately.Bob Wilson
2011-09-27Fix examples for r140478. PR11021.Eli Friedman
2011-08-24Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng
2011-05-23Fix examples compile break due to rewrite of isa.Manuel Klimek
2011-03-29Fixed build error.John Thompson
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-24Unbreak clang-interpreter. (Should there be some automated testing for this?)Eli Friedman
2010-11-17Add a comment explaining why r117813 was needed.Dan Gohman
2010-10-30Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer
2010-10-29These functions don't need external linkage.Dan Gohman
2010-08-26Update clang-interpreter for recent DiagnosticClient ownership changes.Benjamin Kramer
2010-07-24Fix clang-interpreter buildPeter Collingbourne
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-04-20Tip of the day: save before commit.Benjamin Kramer
2010-04-20Fix -Wcast-qual warnings.Benjamin Kramer
2010-04-01Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar
2010-02-25Add a minimal C interpreter example.Daniel Dunbar