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