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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for declaring pointers to members.
Sebastian Redl
2009-01-24
1
-0
/
+14
*
Fix PR3386 by handling GCC's rules for alignof, which are substantially
Chris Lattner
2009-01-24
1
-0
/
+9
*
Fix invalid evaluation of _Complex float (real & imaginary parts had
Daniel Dunbar
2009-01-24
1
-0
/
+3
*
Handle the 'e' constraint. Fixes PR3385
Anders Carlsson
2009-01-24
1
-0
/
+6
*
Ignore parens when determining if an expr is a string literal. Fixes PR3382.
Anders Carlsson
2009-01-24
1
-0
/
+2
*
Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegi...
Ted Kremenek
2009-01-24
1
-1
/
+13
*
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-24
2
-3
/
+3
*
More APSInt appeasement
Douglas Gregor
2009-01-23
1
-1
/
+1
*
Hopefully the last of the APSInt signedness issues with initializers. Fixes P...
Douglas Gregor
2009-01-23
1
-1
/
+2
*
Allow subtraction of function pointer types in C, as a GNU extension. Fixes r...
Douglas Gregor
2009-01-23
1
-0
/
+5
*
Make sure all of the isUnsigned flags line up when comparing initializer valu...
Douglas Gregor
2009-01-23
1
-0
/
+1
*
Handle pointer arithmetic on function pointers.
Daniel Dunbar
2009-01-23
1
-3
/
+18
*
Properly manage the bit-widths of APInts/APSInts in array initialization.
Douglas Gregor
2009-01-23
2
-1
/
+6
*
Handle any undeclared parameters in a K&R-style function with a
Douglas Gregor
2009-01-23
2
-0
/
+9
*
Implement retrieval of the default value of element and field regions.
Zhongxing Xu
2009-01-23
1
-0
/
+8
*
Add a test case for init expr of array and struct type.
Zhongxing Xu
2009-01-23
1
-0
/
+1
*
Support arithmetic on pointer-to-function types as a GNU
Douglas Gregor
2009-01-23
1
-2
/
+7
*
For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedR...
Ted Kremenek
2009-01-22
2
-4
/
+5
*
Add RegionStore support for the implicit object region that 'self' references...
Ted Kremenek
2009-01-22
2
-2
/
+5
*
Reimplement the handling of the "current object" in designator
Douglas Gregor
2009-01-22
1
-1
/
+37
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+2
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+2
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+3
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+3
*
Enhance test case to test RegionStore with -checker-cfref.
Ted Kremenek
2009-01-22
1
-1
/
+2
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+2
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+3
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+2
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+3
*
This test case now passes with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+3
*
Test more array logic in outofbound.c
Ted Kremenek
2009-01-22
1
-1
/
+2
*
Fix RegionStore::getLValueElement() to handle the case when the base region i...
Ted Kremenek
2009-01-22
2
-3
/
+4
*
These test cases now pass with RegionStore.
Ted Kremenek
2009-01-22
4
-4
/
+8
*
The 'misc-ps.m' test case now passes with RegionStore. One case needed to be...
Ted Kremenek
2009-01-22
3
-15
/
+45
*
Initial implementation of semantic analysis and ASTs for C99
Douglas Gregor
2009-01-22
1
-0
/
+78
*
Allow creation of "dummy" compile units for debug information.
Daniel Dunbar
2009-01-22
1
-0
/
+16
*
Fix <rdar://problem/6512717> by correctly reading the right offset in the tok...
Ted Kremenek
2009-01-21
1
-1
/
+2
*
This test now passes using -analyzer-store-region.
Ted Kremenek
2009-01-21
1
-1
/
+2
*
This test now passes using -analyzer-store-region.
Ted Kremenek
2009-01-21
1
-1
/
+2
*
Get RegionStore to work with the retain/release checker and its test cases.
Ted Kremenek
2009-01-21
6
-24
/
+217
*
Fix an inline asm sema bug that I introduced.
Anders Carlsson
2009-01-21
1
-1
/
+7
*
Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably...
Ted Kremenek
2009-01-20
2
-0
/
+2
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
38
-46
/
+46
*
Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>
Anders Carlsson
2009-01-20
1
-0
/
+11
*
Detailed documentation for encoding of properties and a test
Fariborz Jahanian
2009-01-20
1
-0
/
+43
*
Improving on encoding of objective-c's property types. More to come.
Fariborz Jahanian
2009-01-20
1
-0
/
+29
*
Fix for PR3350: add special-casing for "references" to va_lists in
Eli Friedman
2009-01-20
1
-0
/
+9
*
Remove the TopLevelDecls from TranslationUnit, since all of those decls are o...
Douglas Gregor
2009-01-20
2
-2
/
+0
*
Make test independent of stdint.h
Daniel Dunbar
2009-01-20
1
-7
/
+3
*
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-20
2
-2
/
+3
[next]