index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
clang-interpreter
Age
Commit message (
Expand
)
Author
2013-03-26
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-16
Use getProcessTriple in clang-interpreter.
Peter Collingbourne
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-04
Sort the #include lines for examples/...
Chandler Carruth
2012-11-27
Fix examples.
Rafael Espindola
2012-10-23
Update clang-interpreter example
Douglas Gregor
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-04-13
Remove clangIndex reference from clang-interpreter CMake build
Douglas Gregor
2012-03-21
clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.
NAKAMURA Takumi
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-13
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-13
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2011-12-22
remove unneeded config.h includes
Dylan Noblesmith
2011-11-01
rename getHostTriple into getDefaultTargetTriple in clang
Sebastian Pop
2011-10-30
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-10-06
Add missing include to clang-interpreter example, to make it work on Windows....
Eli Friedman
2011-10-04
Rip out flags for controlling C++ "production mode" separately.
Bob Wilson
2011-09-27
Fix examples for r140478. PR11021.
Eli Friedman
2011-08-24
Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.
Evan Cheng
2011-06-01
Put Parse before Sema on the link line since parse depends on sema.
Nick Lewycky
2011-05-23
Fix examples compile break due to rewrite of isa.
Manuel Klimek
2011-04-30
Fix Makefile build of examples/clang-interpreter.
Nico Weber
2011-03-29
Fixed build error.
John Thompson
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-14
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
2010-12-22
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
Unbreak clang-interpreter. (Should there be some automated testing for this?)
Eli Friedman
2010-11-17
Add a comment explaining why r117813 was needed.
Dan Gohman
2010-10-30
Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...
Benjamin Kramer
2010-10-29
These functions don't need external linkage.
Dan Gohman
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-08-26
clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...
Benjamin Kramer
2010-08-26
Update clang-interpreter for recent DiagnosticClient ownership changes.
Benjamin Kramer
2010-08-24
Add Serialization dependency to clang-interpreter
Peter Collingbourne
2010-07-24
Fix clang-interpreter build
Peter Collingbourne
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-08
Makefiles: Remove unnecessary early include of Makefile.config.
Daniel Dunbar
2010-06-08
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
[next]