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-02-01 08:56:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
48ffd760a7c6506ce512e28983fbbf2a6db20152
llvm
/
clang
/
lib
/
Analysis
History
John McCall
1c9c3fd50a
Death to blocks, or at least the word "block" in one particular obnoxiously
...
ambiguous context. llvm-svn: 116567
2010-10-15 04:57:14 +00:00
..
AnalysisContext.cpp
Added two new command line arguments:
2010-09-30 07:41:24 +00:00
CFG.cpp
* Simplify code
2010-10-05 08:38:06 +00:00
CFGStmtMap.cpp
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
2010-09-16 01:25:47 +00:00
CMakeLists.txt
Revert "CMake: Update to use standard CMake dependency tracking facilities instead"
2010-09-13 23:54:41 +00:00
FormatString.cpp
…
FormatStringParsing.h
…
LiveVariables.cpp
Add alternate version of LiveVariables analysis that does not kill liveness at assignments. This 'relaxed' liveness is useful in path sensitive analysis for situations where the resulting extended liveness allows us to find some bugs.
2010-08-27 22:30:10 +00:00
Makefile
…
PrintfFormatString.cpp
…
PseudoConstantAnalysis.cpp
Add missing null checks in PseudoConstantAnalysis
2010-08-25 22:46:03 +00:00
ReachableCode.cpp
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
2010-09-16 01:25:47 +00:00
ScanfFormatString.cpp
…
UninitializedValues.cpp
Death to blocks, or at least the word "block" in one particular obnoxiously
2010-10-15 04:57:14 +00:00