- May 09, 2009
-
-
Zhongxing Xu authored
SymbolRegionRValue => SymbolRegionValue SymExpr::RegionRValue => SymExpr::RegionValueKind llvm-svn: 71322
-
Zhongxing Xu authored
TypedRegion::getValueType(). llvm-svn: 71321
-
Ted Kremenek authored
llvm-svn: 71312
-
Ted Kremenek authored
'cf_returns_retained'. llvm-svn: 71311
-
Ted Kremenek authored
llvm-svn: 71309
-
Ted Kremenek authored
ns_returns_retained, but do not include the other ownership attributes we previously had. llvm-svn: 71308
-
Ted Kremenek authored
'autorelease'. llvm-svn: 71307
-
Ted Kremenek authored
GRStmtNodeBuilder::generateNode() where the HasGeneratedNode flag wouldn't properly be set. llvm-svn: 71306
-
Zhongxing Xu authored
RValueType => ObjectType LValueType => LocationType No functionality change. llvm-svn: 71304
-
Ted Kremenek authored
now until ready). llvm-svn: 71303
-
Ted Kremenek authored
llvm-svn: 71301
-
Fariborz Jahanian authored
and we also want to tell which message is actually being sent. llvm-svn: 71296
-
Daniel Dunbar authored
test index. llvm-svn: 71295
-
Ted Kremenek authored
llvm-svn: 71290
-
Zhongxing Xu authored
llvm-svn: 71288
-
Ted Kremenek authored
EvalEndPath. This sets the stage for handling autorelease counts. llvm-svn: 71283
-
Ted Kremenek authored
llvm-svn: 71280
-
Ted Kremenek authored
llvm-svn: 71279
-
Fariborz Jahanian authored
llvm-svn: 71278
-
Daniel Dunbar authored
Makefile. llvm-svn: 71274
-
Daniel Dunbar authored
non-padding fields. llvm-svn: 71273
-
Daniel Dunbar authored
- {return-types,single-args}-{32,64} pass the first 1k ABI tests with bit-fields enabled. llvm-svn: 71272
-
- May 08, 2009
-
-
Daniel Dunbar authored
to use a wide enough type. This might be wider than the "single element"'s type in the presence of padding bit-fields. - Darwin x86_32 now passes the first 1k ABI tests with bit-field generation enabled. llvm-svn: 71270
-
Fariborz Jahanian authored
llvm-svn: 71267
-
Daniel Dunbar authored
element" structures. llvm-svn: 71266
-
Daniel Dunbar authored
- This turns out to be a no-op now that most of the handling for everything else is in place. llvm-svn: 71261
-
Daniel Dunbar authored
- This eliminates 5/1000 failures on return-types-32, on the current ABITest config. llvm-svn: 71250
-
Fariborz Jahanian authored
llvm-svn: 71248
-
Daniel Dunbar authored
Also, tweak default list of bit-fields to try. llvm-svn: 71246
-
Ted Kremenek authored
'autorelease'. This isn't used yet to flag errors. llvm-svn: 71244
-
Fariborz Jahanian authored
use of dot-syntax expression. This is to match gcc's. llvm-svn: 71243
-
Anton Korobeynikov authored
llvm-svn: 71233
-
Chris Lattner authored
llvm-svn: 71227
-
Chris Lattner authored
"This patch fixes message sends to super in categories for the GNU runtime. This used to work, but I broke it when I modified the code to emit the same thing as GCC for message sends to super in classes." Patch by David Chisnall! llvm-svn: 71220
-
Chris Lattner authored
of the underlying _N builtin, not the the type of the pointee of the actual type. This ensures that atomics involving pointers end up using the correct integer type when they are resolved, avoiding aborts in codegen. llvm-svn: 71218
-
Ted Kremenek authored
llvm-svn: 71216
-
Zhongxing Xu authored
incomplete, do not compute its size and return the original region. llvm-svn: 71213
-
Chris Lattner authored
semantic rules that gcc and icc use. This implements the variadic and concrete versions as builtins and has sema do the disambiguation. There are probably a bunch of details to finish up but this seems like a large monotonic step forward :) llvm-svn: 71212
-
Zhongxing Xu authored
llvm-svn: 71206
-
Zhongxing Xu authored
llvm-svn: 71205
-