index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
clang-interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...
NAKAMURA Takumi
2013-12-10
1
-24
/
+7
*
Add ObjCARCOpts to LINK_COMPONENTS.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
*
Add irreader to the component list, because ParseIR is called.
Bill Wendling
2013-10-19
1
-2
/
+2
*
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
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-1
/
+1
*
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-03-26
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
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
2
-2
/
+3
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
1
-28
/
+31
*
Remove clangIndex reference from clang-interpreter CMake build
Douglas Gregor
2012-04-13
1
-1
/
+0
*
clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.
NAKAMURA Takumi
2012-03-21
1
-1
/
+2
*
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 support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-10-30
2
-1
/
+2
*
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
*
Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Put Parse before Sema on the link line since parse depends on sema.
Nick Lewycky
2011-06-01
1
-2
/
+3
*
Fix examples compile break due to rewrite of isa.
Manuel Klimek
2011-05-23
1
-1
/
+1
*
Fix Makefile build of examples/clang-interpreter.
Nico Weber
2011-04-30
1
-1
/
+1
*
Fixed build error.
John Thompson
2011-03-29
1
-2
/
+1
*
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
1
-2
/
+0
*
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-19
1
-0
/
+2
*
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-18
1
-2
/
+0
*
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
2011-02-14
2
-1
/
+2
*
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-02-10
1
-2
/
+0
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
2
-3
/
+3
*
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
2010-12-23
2
-3
/
+3
*
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...
Argyrios Kyrtzidis
2010-12-22
2
-1
/
+2
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
2
-2
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Unbreak clang-interpreter. (Should there be some automated testing for this?)
Eli Friedman
2010-11-24
1
-1
/
+2
*
Add a comment explaining why r117813 was needed.
Dan Gohman
2010-11-17
1
-0
/
+5
*
Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...
Benjamin Kramer
2010-10-30
1
-1
/
+1
*
These functions don't need external linkage.
Dan Gohman
2010-10-29
1
-2
/
+2
*
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-13
1
-18
/
+28
*
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-10
1
-28
/
+18
[next]