summaryrefslogtreecommitdiffstats
path: root/clang/examples/clang-interpreter/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-241-1/+1
* Fix examples compile break due to rewrite of isa.Manuel Klimek2011-05-231-1/+1
* Fixed build error.John Thompson2011-03-291-2/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-2/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-2/+0
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Unbreak clang-interpreter. (Should there be some automated testing for this?)Eli Friedman2010-11-241-1/+2
* Add a comment explaining why r117813 was needed.Dan Gohman2010-11-171-0/+5
* Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer2010-10-301-1/+1
* These functions don't need external linkage.Dan Gohman2010-10-291-2/+2
* Update clang-interpreter for recent DiagnosticClient ownership changes.Benjamin Kramer2010-08-261-2/+3
* Fix clang-interpreter buildPeter Collingbourne2010-07-241-2/+1
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-1/+1
* Tip of the day: save before commit.Benjamin Kramer2010-04-201-2/+2
* Fix -Wcast-qual warnings.Benjamin Kramer2010-04-201-3/+5
* Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar2010-04-011-1/+2
* Add a minimal C interpreter example.Daniel Dunbar2010-02-251-0/+152
OpenPOWER on IntegriCloud