index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
examples
/
clang-interpreter
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update clang-interpreter example to incorporate changes in ce2207abaf9.
Lang Hames
2020-01-29
1
-1
/
+2
*
Fix the clang interpreter example which was broken by 4fc68b9b7f3e0.
Lang Hames
2019-12-05
1
-3
/
+4
*
Fixup build of clang-interpreter example after change in r370122.
Douglas Yung
2019-08-28
1
-5
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[ORC] Fix clang-interpreter example code broken by r368707.
Douglas Yung
2019-08-14
1
-3
/
+4
*
Update the SimpleJIT class in the clang-interpreter example to use ORCv2.
Lang Hames
2019-07-18
1
-44
/
+53
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced...
Simon Pilgrim
2018-10-16
1
-3
/
+3
*
Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI.
Simon Pilgrim
2018-10-12
1
-1
/
+1
*
Convert clang-interpreter to ORC JIT API
Stephane Sezer
2018-05-25
1
-52
/
+84
*
Expand clang-interpreter with example of throwing in and from the JIT for Win...
Frederich Munch
2018-03-14
1
-47
/
+62
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-1
/
+1
*
Revert "Fix examples for recent shared_ptrification"
David Blaikie
2017-01-06
1
-1
/
+1
*
Fix examples for recent shared_ptrification
David Blaikie
2017-01-05
1
-1
/
+1
*
Driver: Update clang-interpreter example for r218938
Justin Bogner
2014-10-03
1
-2
/
+2
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-4
/
+4
*
Reinstate "Update for llvm API change.""
Eric Christopher
2014-09-02
1
-1
/
+0
*
Go back to having a takeModule instead of a getModule.
Rafael Espindola
2014-08-19
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-08-19
1
-13
/
+15
*
Temporarily Revert "Update for llvm API change."
Eric Christopher
2014-08-07
1
-0
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-08-07
1
-1
/
+0
*
Use ELF in the clang-interpreter on windows.
Rafael Espindola
2014-07-24
1
-1
/
+8
*
Use MCJIT.
Rafael Espindola
2014-07-24
1
-1
/
+4
*
Remove the last use of llvm::ExecutionEngine::create.
Rafael Espindola
2014-07-24
1
-2
/
+9
*
clang-interpreter: don't check input file existence, we're in-process
Alp Toker
2014-07-09
1
-0
/
+1
*
clang-interpreter: use LLVM interpreter if JIT is unavailable
Alp Toker
2014-07-01
1
-3
/
+3
*
clang-interpreter: interpret instead of JITing
Alp Toker
2014-07-01
1
-3
/
+3
*
Eliminate DefaultImageName from the Driver constructor
Alp Toker
2014-05-15
1
-1
/
+1
*
Fix build break, replace take() with release().
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Remove the remaining uses of OwningPtr.
Ahmed Charles
2014-03-09
1
-5
/
+5
*
Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
2013-09-12
1
-2
/
+2
*
Remove unused header.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Use llvm::sys::fs::getMainExecutable.
Rafael Espindola
2013-06-26
1
-4
/
+5
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-20
1
-1
/
+1
*
Use getProcessTriple in clang-interpreter.
Peter Collingbourne
2013-01-16
1
-2
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort the #include lines for examples/...
Chandler Carruth
2012-12-04
1
-7
/
+6
*
Fix examples.
Rafael Espindola
2012-11-27
1
-1
/
+1
*
Update clang-interpreter example
Douglas Gregor
2012-10-23
1
-3
/
+4
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-13
1
-1
/
+1
*
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2012-02-13
1
-4
/
+4
*
remove unneeded config.h includes
Dylan Noblesmith
2011-12-22
1
-2
/
+0
*
rename getHostTriple into getDefaultTargetTriple in clang
Sebastian Pop
2011-11-01
1
-1
/
+1
*
Add missing include to clang-interpreter example, to make it work on Windows....
Eli Friedman
2011-10-06
1
-0
/
+1
*
Rip out flags for controlling C++ "production mode" separately.
Bob Wilson
2011-10-04
1
-2
/
+1
*
Fix examples for r140478. PR11021.
Eli Friedman
2011-09-27
1
-1
/
+1
[next]