This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-31 16:29:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dfd657064376ff288fe23318ccc51164b61677ef
llvm
/
clang
/
lib
/
Analysis
History
Ted Kremenek
c8f008ac31
Fix another major performance regression in LiveVariables by not canonicalizing the underlying ImmutableSets on every analyzed statement (just at merges). Fixes <rdar://problem/10087538>.
...
llvm-svn: 140958
2011-10-02 01:45:37 +00:00
..
AnalysisContext.cpp
[analyzer] Constify a method.
2011-09-19 23:17:48 +00:00
CFG.cpp
Switch assert(0/false) llvm_unreachable.
2011-09-23 05:06:16 +00:00
CFGReachabilityAnalysis.cpp
…
CFGStmtMap.cpp
…
CMakeLists.txt
Thread Safety: Moving the analysis to a new file
2011-09-09 16:11:56 +00:00
CocoaConventions.cpp
Tweak the interface for analyzing the CF conventions for a name
2011-10-01 00:48:56 +00:00
FormatString.cpp
Removing a bunch of dead returns/breaks after llvm_unreachables.
2011-09-23 20:26:49 +00:00
FormatStringParsing.h
…
LiveVariables.cpp
Fix another major performance regression in LiveVariables by not canonicalizing the underlying ImmutableSets on every analyzed statement (just at merges). Fixes <rdar://problem/10087538>.
2011-10-02 01:45:37 +00:00
Makefile
…
PrintfFormatString.cpp
Switch assert(0/false) llvm_unreachable.
2011-09-23 05:06:16 +00:00
ProgramPoint.cpp
…
PseudoConstantAnalysis.cpp
…
ReachableCode.cpp
…
ScanfFormatString.cpp
…
ThreadSafety.cpp
Test commit
2011-09-20 17:25:59 +00:00
UninitializedValues.cpp
…