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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...
Benjamin Kramer
2010-08-26
2
-2
/
+2
*
Update clang-interpreter for recent DiagnosticClient ownership changes.
Benjamin Kramer
2010-08-26
1
-2
/
+3
*
Add Serialization dependency to clang-interpreter
Peter Collingbourne
2010-08-24
2
-3
/
+4
*
Fix clang-interpreter build
Peter Collingbourne
2010-07-24
2
-2
/
+2
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-1
/
+1
*
Makefiles: Remove unnecessary early include of Makefile.config.
Daniel Dunbar
2010-06-08
1
-5
/
+0
*
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
1
-1
/
+0
*
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-06-08
1
-3
/
+3
*
Teach the PrintFunctionNames example to be a proper module, so that
Douglas Gregor
2010-06-08
1
-0
/
+2
*
Update LINK_COMPONENTS for examples.
Daniel Dunbar
2010-06-08
1
-1
/
+1
*
Tip of the day: save before commit.
Benjamin Kramer
2010-04-20
1
-2
/
+2
*
Fix -Wcast-qual warnings.
Benjamin Kramer
2010-04-20
1
-3
/
+5
*
Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable
Daniel Dunbar
2010-04-01
1
-1
/
+2
*
Wire up Daniel's new spiffy C interpreter into the CMake build system
Kovarththanan Rajaratnam
2010-02-27
1
-0
/
+30
*
Add comment
Kovarththanan Rajaratnam
2010-02-27
1
-0
/
+2
*
Add a minimal C interpreter example.
Daniel Dunbar
2010-02-25
3
-0
/
+197