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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...
Nico Weber
2011-01-26
2
-5
/
+11
*
Fix name to match reality.
Nick Lewycky
2011-01-19
1
-1
/
+1
*
Get clang-wpa to build in TOT (reflecting updates
Ted Kremenek
2011-01-18
1
-6
/
+11
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
5
-8
/
+8
*
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
2010-12-23
5
-8
/
+8
*
[analyzer] Refactoring: Drop the 'GR' prefix.
Argyrios Kyrtzidis
2010-12-22
1
-4
/
+4
*
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...
Argyrios Kyrtzidis
2010-12-22
5
-2
/
+5
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
5
-5
/
+5
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-4
/
+4
*
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
*
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...
Tom Care
2010-09-14
1
-1
/
+1
*
PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.
Michael J. Spencer
2010-09-14
1
-0
/
+28
*
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-13
3
-36
/
+39
*
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-10
3
-39
/
+36
*
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 back clang-wpa. It is useful for experimenting with inter-file analysis.
Zhongxing Xu
2010-08-25
3
-0
/
+199
*
Add Serialization dependency to clang-interpreter
Peter Collingbourne
2010-08-24
2
-3
/
+4
*
Remove wpa 'example', it isn't being maintained.
Daniel Dunbar
2010-08-11
5
-199
/
+1
*
Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
Daniel Dunbar
2010-08-02
1
-4
/
+16
*
Make a variable static.
Dan Gohman
2010-07-26
1
-1
/
+1
*
Use an export file. Plugins must export llvm::Registry symbols.
Dan Gohman
2010-07-26
2
-3
/
+9
*
Fix clang-interpreter build
Peter Collingbourne
2010-07-24
2
-2
/
+2
*
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-22
1
-0
/
+4
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-2
/
+2
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-2
/
+2
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-2
/
+2
*
PrintFunctionNames is a plugin, it should pull in symbols from the clang binary
Nick Lewycky
2010-07-10
1
-1
/
+0
*
Fix CMake build
Peter Collingbourne
2010-07-09
1
-0
/
+2
*
Add skeleton code to make wpa call the analysis engine.
Zhongxing Xu
2010-07-06
2
-4
/
+34
*
Collect function definitions in the Indexer when indexing through the ASTs.
Zhongxing Xu
2010-07-06
1
-0
/
+7
*
Create a ASTUnitTU class to interface ASTUnit to the Indexer.
Zhongxing Xu
2010-07-02
1
-2
/
+37
*
add -analyze-function option.
Zhongxing Xu
2010-07-02
1
-2
/
+12
*
add -view-call-graph option to wpa.
Zhongxing Xu
2010-07-02
1
-5
/
+11
*
Change CallGraph::Prog to be a reference. idx::Program means to be a global o...
Zhongxing Xu
2010-07-02
1
-1
/
+3
*
Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...
Daniel Dunbar
2010-06-16
1
-1
/
+14
*
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
3
-15
/
+0
*
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
3
-4
/
+0
*
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-06-08
4
-11
/
+11
*
Teach the PrintFunctionNames example to be a proper module, so that
Douglas Gregor
2010-06-08
2
-19
/
+5
*
Update LINK_COMPONENTS for examples.
Daniel Dunbar
2010-06-08
2
-2
/
+2
*
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
*
clang-wpa fixes for Diagnostic
Douglas Gregor
2010-04-06
1
-4
/
+2
*
Unbreak build
Douglas Gregor
2010-04-06
1
-2
/
+3
[next]