- May 01, 2009
-
-
Misha Brukman authored
llvm-svn: 70569
-
Fariborz Jahanian authored
class/protocol and implementation which could be an imm. implementation or down in the inheritance hierarchy. llvm-svn: 70568
-
Anders Carlsson authored
llvm-svn: 70567
-
Anders Carlsson authored
llvm-svn: 70566
-
Ted Kremenek authored
- Don't layer TypedViewRegions on top of any region except SymbolicRegions and AllocaRegions. This follows from my offline discussion within Zhongxing about how TypedViewRegions really only represent memory getting re-appropriated for a new purpose. Fallout from this change: - Move test case from xfail_rdar_6440393.m to misc-ps-64.m (it now passes). - test/Analysis/fields.c now fails for region store (crash). Marking XFAIL. - test/Analysis/rdar-6441136-region.c now fails (only runs with region store). Marking XFAIL. Diagnosis: The analyzer now correctly identifies an early out-of-bounds memory access then the one flagged: rdar-6541136-region.c:17:3: warning: Load or store into an out-of-bound memory position. *p = 1; ^~ Changing the line: char *p = (void*) &wonky[1]; to char *p = (void*) &wonky[0]; (which should delay the buffer overrun) causes region store to crash, probably because it expects a TypedViewRegion. - test/Analysis/casts.c (region store) now fails (crash). Marking XFAIL. llvm-svn: 70565
-
Ted Kremenek authored
llvm-svn: 70564
-
Ted Kremenek authored
llvm-svn: 70563
-
Anders Carlsson authored
llvm-svn: 70562
-
Bob Wilson authored
Changes to take advantage of this will come later. llvm-svn: 70560
-
Ted Kremenek authored
llvm-svn: 70559
-
Ted Kremenek authored
file name, thus causing the test case to hang). llvm-svn: 70558
-
Dan Gohman authored
llvm-svn: 70557
-
Dan Gohman authored
is associated with a SCEV expansion. llvm-svn: 70556
-
Dan Gohman authored
target hooks canLosslesslyBitCastTo and isTruncateFree. This allows targets to avoid worrying about handling all combinations of integer and pointer types. llvm-svn: 70555
-
Dan Gohman authored
artificial "ptrtoint", as it tends to clutter up complicated expressions. The cast operators now print both source and destination types, which is usually sufficient. llvm-svn: 70554
-
Dan Gohman authored
always folded by the regular constant folder because it doesn't have TargetData information. llvm-svn: 70553
-
Dan Gohman authored
Instructions. llvm-svn: 70552
-
Dan Gohman authored
llvm-svn: 70551
-
Dan Gohman authored
llvm-svn: 70550
-
Dan Gohman authored
avoids duplicate scevs that differ only in type. llvm-svn: 70549
-
Dan Gohman authored
llvm-svn: 70548
-
Chris Lattner authored
llvm-svn: 70547
-
Dan Gohman authored
llvm-svn: 70546
-
Ted Kremenek authored
location context. This allows us to postpone the decision of whether or not a context should add a control-flow piece to the diagnostics when inspecting its subexpressions. llvm-svn: 70545
-
Douglas Gregor authored
llvm-svn: 70544
-
Douglas Gregor authored
llvm-svn: 70543
-
Ted Kremenek authored
llvm-svn: 70542
-
Bill Wendling authored
llvm-svn: 70539
-
Bill Wendling authored
llvm-svn: 70537
-
Torok Edwin authored
gone lost during the pImpl conversion. llvm-svn: 70536
-
Bill Wendling authored
llvm-svn: 70534
-
Bill Wendling authored
llvm-svn: 70533
-
Ted Kremenek authored
llvm-svn: 70532
-
Eli Friedman authored
and other pointer-like types. llvm-svn: 70531
-
Mike Stump authored
llvm-svn: 70529
-
Chris Lattner authored
llvm-svn: 70528
-
Chris Lattner authored
llvm-svn: 70527
-
Chris Lattner authored
llvm-svn: 70526
-
Mike Stump authored
Radar 6838889 llvm-svn: 70525
-
Evan Cheng authored
llvm-svn: 70524
-