- Aug 21, 2010
-
-
Michael J. Spencer authored
llvm-svn: 111748
-
Fariborz Jahanian authored
Build qualified version of ObjC pointers (not pointers) when doing overload resolution. llvm-svn: 111740
-
Benjamin Kramer authored
llvm-svn: 111738
-
Zhongxing Xu authored
llvm-svn: 111737
-
Zhongxing Xu authored
llvm-svn: 111736
-
Zhongxing Xu authored
llvm-svn: 111735
-
Zhongxing Xu authored
with the same binding key. The only trick here is that sometimes the Symbolic region is stored in with an LocAsInteger wrapper. We unwrap that in SVal::getAsLocSymbol(). llvm-svn: 111734
-
John McCall authored
llvm-svn: 111733
-
Zhongxing Xu authored
region and its base region as the same binding key. llvm-svn: 111732
-
Zhongxing Xu authored
llvm-svn: 111731
-
Zhongxing Xu authored
relavant any more, because we set its default value to a symbol, and the type of default symbolic value is irrelavant. llvm-svn: 111730
-
Michael J. Spencer authored
llvm-svn: 111729
-
John McCall authored
llvm-svn: 111727
-
Daniel Dunbar authored
- Fixes PR5598. - Review appreciated. llvm-svn: 111726
-
Daniel Dunbar authored
llvm-svn: 111725
-
Daniel Dunbar authored
llvm-svn: 111724
-
Daniel Dunbar authored
llvm-svn: 111723
-
Daniel Dunbar authored
llvm-svn: 111722
-
Daniel Dunbar authored
llvm-svn: 111721
-
Daniel Dunbar authored
field (I think). - Doug, please check. llvm-svn: 111720
-
Daniel Dunbar authored
llvm-svn: 111719
-
Daniel Dunbar authored
llvm-svn: 111718
-
Daniel Dunbar authored
IRgen: Switch more MakeAddr() users to MakeAddrLValue; this time for calls which were previously not computing the qualifier list. In most cases, I don't think it matters, but I believe this is conservatively more correct / consistent. llvm-svn: 111717
-
Daniel Dunbar authored
llvm-svn: 111716
-
Daniel Dunbar authored
llvm-svn: 111715
-
Daniel Dunbar authored
the qualifiers. Also, add CodeGenFunction::MakeAddrLValue() helper function which passes in the ASTContext. llvm-svn: 111714
-
Daniel Dunbar authored
llvm-svn: 111712
-
Dan Gohman authored
llvm-svn: 111711
-
Daniel Dunbar authored
llvm-svn: 111710
-
Daniel Dunbar authored
llvm-svn: 111708
-
Daniel Dunbar authored
update callers as best I can. - This is a work in progress, our alignment handling is very horrible / sketchy -- I am just aiming for monotonic improvement. - Serious review appreciated. llvm-svn: 111707
-
Daniel Dunbar authored
llvm-svn: 111705
-
Chris Lattner authored
llvm-svn: 111702
-
Chris Lattner authored
swallowing extension. llvm-svn: 111701
-
Fariborz Jahanian authored
by Jean-Daniel Dupas. llvm-svn: 111700
-
Fariborz Jahanian authored
objctive-c pointer conversions. Fixes pr7936. llvm-svn: 111699
-
Argyrios Kyrtzidis authored
Fix an issue with writing to PCH another included PCH, introduced by the "using an AST on-disk hash table for name lookup" commit. When including a PCH and later re-emitting to another PCH, the name lookup tables of DeclContexts may be incomplete, since we now lazily deserialize the visible decls of a particular name. Fix the issue by iterating over the un-deserialized visible decls and completing the lookup tables of DeclContexts before writing them out. llvm-svn: 111698
-
Argyrios Kyrtzidis authored
llvm-svn: 111697
-
Fariborz Jahanian authored
llvm-svn: 111693
-
Benjamin Kramer authored
Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. llvm-svn: 111692
-