- May 09, 2009
-
-
Duncan Sands authored
will make it more obvious what it represents, and stop it being confused with the StoreSize. llvm-svn: 71349
-
Ted Kremenek authored
llvm-svn: 71348
-
Sanjiv Gupta authored
Use 16 bit arithmetic while retrieving the address of callee's frame during indirect function calls, and set pclath before every call to retrieve the frame address. llvm-svn: 71323
-
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
-
Evan Cheng authored
llvm-svn: 71305
-
Zhongxing Xu authored
RValueType => ObjectType LValueType => LocationType No functionality change. llvm-svn: 71304
-
Ted Kremenek authored
now until ready). llvm-svn: 71303
-
Dan Gohman authored
llvm-svn: 71302
-
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
-
Evan Cheng authored
llvm-svn: 71291
-
Ted Kremenek authored
llvm-svn: 71290
-
Zhongxing Xu authored
llvm-svn: 71288
-
Dan Gohman authored
overflow checks. llvm-svn: 71284
-
Ted Kremenek authored
EvalEndPath. This sets the stage for handling autorelease counts. llvm-svn: 71283
-
Evan Cheng authored
llvm-svn: 71282
-
Mike Stump authored
llvm-svn: 71281
-
Ted Kremenek authored
llvm-svn: 71280
-
Ted Kremenek authored
llvm-svn: 71279
-
Fariborz Jahanian authored
llvm-svn: 71278
-
Dan Gohman authored
llvm-svn: 71277
-
Mike Stump authored
llvm-svn: 71275
-
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
-
Bill Wendling authored
inlined function or the end of a function. Before, this was never executing the "inlined" version of the Record method. This will become important once the inlined Dwarf writer patch lands. llvm-svn: 71268
-
Fariborz Jahanian authored
llvm-svn: 71267
-
Daniel Dunbar authored
element" structures. llvm-svn: 71266
-
Dan Gohman authored
add-recurrence to be exposed. Add a new SCEV folding rule to help simplify expressions in the presence of these extra truncs. llvm-svn: 71264
-
Bill Wendling authored
concrete instance of an inlined function, we can get the actual address of the abstract instance inside of the compile unit. This isn't currently used, but will be by a future check-in. llvm-svn: 71263
-
Dan Gohman authored
constant exprs as well as instructions. llvm-svn: 71262
-