- Dec 08, 2008
-
-
Ted Kremenek authored
llvm-svn: 60722
-
Ted Kremenek authored
llvm-svn: 60721
-
-
- Dec 06, 2008
-
-
Fariborz Jahanian authored
attributes. Example would be, readonly, assign or assign, copy, etc. llvm-svn: 60620
-
- Dec 05, 2008
-
-
Chris Lattner authored
specific targets default them to on. Default blocks to on on 10.6 and later. Add a -fblocks option that allows the user to override the target's default. Use -fblocks in the various testcases that use blocks. llvm-svn: 60563
-
- Dec 04, 2008
-
-
Ted Kremenek authored
llvm-svn: 60548
-
Ted Kremenek authored
llvm-svn: 60547
-
Ted Kremenek authored
llvm-svn: 60544
-
Ted Kremenek authored
llvm-svn: 60522
-
Ted Kremenek authored
llvm-svn: 60521
-
- Dec 03, 2008
-
-
Ted Kremenek authored
- Fix nonsensical logic in AssumeSymGE. When comparing 'sym >= constant' and the constant is the maximum integer value, add the constraint that 'sym == constant' when the path is deemed feasible. All other cases are feasible. - Improve AssumeSymGT. When comparing 'sym > constant' and constant is the maximum integer value we know the path is infeasible. - Add test case for this enhancement to AssumeSymGT. llvm-svn: 60490
-
Ted Kremenek authored
- Fix nonsensical logic in AssumeSymLE. When comparing 'sym <= constant' and the constant is the minimum integer value, add the constraint that 'sym == constant' when the path is deemed feasible. All other cases are feasible. - Improve AssumeSymLT to address <rdar://problem/6407949>. When comparing 'sym < constant' and constant is the minimum integer value we know the path is infeasible. - Add test case for <rdar://problem/6407949>. llvm-svn: 60489
-
- Nov 30, 2008
-
-
Zhongxing Xu authored
llvm-svn: 60282
-
Zhongxing Xu authored
llvm-svn: 60281
-
- Nov 26, 2008
-
-
Nuno Lopes authored
llvm-svn: 60107
-
- Nov 25, 2008
-
-
Fariborz Jahanian authored
a writable property in one of its category. llvm-svn: 60035
-
Zhongxing Xu authored
llvm-svn: 60002
-
Zhongxing Xu authored
llvm-svn: 59995
-
- Nov 24, 2008
-
-
Zhongxing Xu authored
llvm-svn: 59943
-
Zhongxing Xu authored
llvm-svn: 59931
-
Chris Lattner authored
expected-foo strings. Now the only allowed characters between expected-error and {{ is whitespace. llvm-svn: 59925
-
- Nov 23, 2008
-
-
Zhongxing Xu authored
llvm-svn: 59902
-
- Nov 21, 2008
-
-
Ted Kremenek authored
llvm-svn: 59765
-
Ted Kremenek authored
llvm-svn: 59762
-
- Nov 20, 2008
-
-
Zhongxing Xu authored
llvm-svn: 59683
-
- Nov 19, 2008
-
-
Zhongxing Xu authored
llvm-svn: 59620
-
- Nov 18, 2008
-
-
Zhongxing Xu authored
llvm-svn: 59522
-
- Nov 17, 2008
-
-
rdar://problem/6333904Steve Naroff authored
Missing special lookup rule in Sema::ActOnInstanceMessage(). llvm-svn: 59467
-
- Nov 16, 2008
-
-
Zhongxing Xu authored
llvm-svn: 59396
-
- Nov 15, 2008
-
-
Ted Kremenek authored
Add a test case for compound assignments that lazily symbolicate the value of the LHS when the computation type is an integer of more bits. llvm-svn: 59352
-
- Nov 13, 2008
-
-
Ted Kremenek authored
- Temporarily disabled test Analysis/array-struct.c for region store. llvm-svn: 59245
-
Zhongxing Xu authored
llvm-svn: 59239
-
Zhongxing Xu authored
llvm-svn: 59236
-
Zhongxing Xu authored
llvm-svn: 59233
-
Ted Kremenek authored
GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) of vector types. Add explicit checks that when we process integers that they really are scalars. llvm-svn: 59225
-
Ted Kremenek authored
- Don't crash on vector types. - Handle typedefs. llvm-svn: 59220
-
- Nov 11, 2008
-
-
Zhongxing Xu authored
llvm-svn: 59014
-
- Nov 10, 2008
-
-
Zhongxing Xu authored
llvm-svn: 58983
-
- Nov 07, 2008
-
-
Anders Carlsson authored
include alloca.h instead of malloc.h. If this doesn't work for everyone we can just declare alloca directly in the file. llvm-svn: 58853
-
Argyrios Kyrtzidis authored
llvm-svn: 58851
-