- Jan 24, 2009
-
-
Nate Begeman authored
llvm-svn: 62940
-
Chris Lattner authored
not the type" semantics. This can definitely be improved, but is better than what we had. llvm-svn: 62939
-
Dale Johannesen authored
more accurate change loses more than it gains on benchmarks. llvm-svn: 62938
-
Sebastian Redl authored
llvm-svn: 62937
-
Chris Lattner authored
llvm-svn: 62936
-
Fariborz Jahanian authored
of class in objc2's nonfragile abi. llvm-svn: 62935
-
Sebastian Redl authored
Add serialization support for ReferenceType. llvm-svn: 62934
-
Chris Lattner authored
alignment must always be a constant. Just let the constant folder do it. llvm-svn: 62933
-
Chris Lattner authored
llvm-svn: 62932
-
Chris Lattner authored
llvm-svn: 62931
-
Chris Lattner authored
llvm-svn: 62930
-
Fariborz Jahanian authored
implemented class in objc2's nonfrigile abi. llvm-svn: 62929
-
Chris Lattner authored
different than those for sizeof. Reject alignof(bitfield) like gcc does. llvm-svn: 62928
-
Chris Lattner authored
llvm-svn: 62927
-
Chris Lattner authored
llvm-svn: 62926
-
Torok Edwin authored
llvm-svn: 62925
-
Daniel Dunbar authored
mismatched semantics). - Enforce this in APValue. llvm-svn: 62924
-
Anders Carlsson authored
llvm-svn: 62923
-
Anders Carlsson authored
llvm-svn: 62922
-
Dan Gohman authored
llvm-svn: 62921
-
Torok Edwin authored
Also it was an empty struct, not a void after all. llvm-svn: 62920
-
Dan Gohman authored
llvm-svn: 62919
-
Torok Edwin authored
Thus we need to check whether the struct is empty before trying to index into it. This fixes PR3381. llvm-svn: 62918
-
Owen Anderson authored
llvm-svn: 62917
-
Daniel Dunbar authored
llvm-svn: 62916
-
Daniel Dunbar authored
- No functionality change, moved behind -use-x86_64-abi option until it becomes non-experimental. llvm-svn: 62915
-
Ted Kremenek authored
llvm-svn: 62914
-
Ted Kremenek authored
Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegion is a typedef and not (directly) a pointer. llvm-svn: 62909
-
Dale Johannesen authored
Little practical effect. llvm-svn: 62908
-
Chris Lattner authored
handling the case in Transforms/InstCombine/cast-store-gep.ll, which is a heavily reduced testcase from Clang on x86-64. llvm-svn: 62904
-
Ted Kremenek authored
More hacking on static analyzer diagnostics. When emitting summary diagnostics the code paths for diagnostics involving paths or single locations are now unified. This patch also constifies many arguments/methods that are touched by this logic, leading to a nice overall code cleanup. llvm-svn: 62903
-
Mike Stump authored
llvm-svn: 62895
-
Fariborz Jahanian authored
meta-data generation. llvm-svn: 62894
-
Evan Cheng authored
llvm-svn: 62893
-
- Jan 23, 2009
-
-
Devang Patel authored
DW_AT_APPLE_optimized flag is set when a compile_unit is optimized. The debugger takes advantage of this information some way. DW_AT_APPLE_flags encodes command line options when certain env. variable is set. This is used by build engineers to track various gcc command lines used by by a project, irrespective of whether the project used makefile, Xcode or something else. llvm-gcc patch is next. llvm-svn: 62888
-
Chris Lattner authored
llvm-svn: 62887
-
Douglas Gregor authored
llvm-svn: 62886
-
Ted Kremenek authored
llvm-svn: 62885
-
Douglas Gregor authored
llvm-svn: 62884
-
Devang Patel authored
llvm-svn: 62883
-