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
/
lib
/
Analysis
/
RValues.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename:
Zhongxing Xu
2008-10-21
1
-399
/
+0
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-122
/
+122
*
Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...
Ted Kremenek
2008-10-17
1
-51
/
+3
*
This is the first step to build a better evaluation model for GRExprEngine. A
Zhongxing Xu
2008-10-16
1
-0
/
+1
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-13
/
+12
*
Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue"...
Ted Kremenek
2008-10-01
1
-1
/
+1
*
adjust to changes in various APIs from LLVM. We can't print
Chris Lattner
2008-08-23
1
-3
/
+4
*
various updates to match r54873 on mainline.
Chris Lattner
2008-08-17
1
-4
/
+3
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Fix 80 col violation
Ted Kremenek
2008-07-18
1
-5
/
+5
*
Fix regression by explicitly checking if we are negating a SymIntConstantVal.
Ted Kremenek
2008-07-18
1
-0
/
+14
*
More cleanups with ObjCQualifiedIdType in the static analyzer.
Ted Kremenek
2008-04-30
1
-1
/
+2
*
Add lval::ArrayOffset, which represent the locations of entries in an array.
Ted Kremenek
2008-04-29
1
-0
/
+9
*
Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...
Ted Kremenek
2008-04-29
1
-1
/
+14
*
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-22
1
-0
/
+10
*
Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...
Ted Kremenek
2008-04-22
1
-1
/
+12
*
simplify some code by using PointerLikeType.
Chris Lattner
2008-04-02
1
-3
/
+2
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+389