- Dec 23, 2009
-
-
Bill Wendling authored
is finished. llvm-svn: 91942
-
Douglas Gregor authored
size_t. Also, fix an issue with initialization of parameters in calls, where we weren't removing the cv-qualifiers on the parameter type itself. Fixes PR5823. llvm-svn: 91941
-
Daniel Dunbar authored
used during compilation. - There is no easy way to define this group properly, unfortunately, and maybe this is a losing strategy. For now this is unambiguous more friendly, though. llvm-svn: 91940
-
Jeffrey Yasskin authored
argument to runJITOnFunction(), which caused a null pointer dereference at every call. Patch by Gianluca Guida! llvm-svn: 91939
-
Chris Lattner authored
llvm-svn: 91938
-
Ted Kremenek authored
llvm-svn: 91937
-
- Dec 22, 2009
-
-
Bill Wendling authored
was using "Tmp1" in the first getNode call instead of Node->getOperand(0). llvm-svn: 91936
-
Sean Callanan authored
because the Visual C++ build does not build .c files as C99 llvm-svn: 91935
-
Chris Lattner authored
integer encoding (0123, 0b10101, 42, etc). llvm-svn: 91934
-
Chris Lattner authored
llvm-svn: 91933
-
Douglas Gregor authored
paths. Fixes "cannot compile this unexpected cast lvalue yet" error in llvm/lib/Analysis/IPA/GlobalsModRef.cpp. llvm-svn: 91932
-
Anton Korobeynikov authored
llvm-svn: 91931
-
Douglas Gregor authored
llvm-svn: 91930
-
Chris Lattner authored
llvm-svn: 91929
-
John McCall authored
llvm-svn: 91928
-
Douglas Gregor authored
llvm-svn: 91927
-
Ted Kremenek authored
Add transfer functions support for visiting an Objective-C message expression as an lvalue when the return type is a C++ reference. llvm-svn: 91926
-
Daniel Dunbar authored
llvm-svn: 91924
-
Jakob Stoklund Olesen authored
These checks would often trigger on unreachable statements inserted by bugpoint, leading it astray. It would be nice if we could distinguish unreachable blocks from errors. llvm-svn: 91923
-
Jakob Stoklund Olesen authored
ARM uses these to indicate predicates. llvm-svn: 91922
-
Douglas Gregor authored
InitializationSequence. Fixes the -fsyntax-only failure in llvm/lib/Transforms/Scalar/InstructionCombining.cpp. llvm-svn: 91921
-
Bill Wendling authored
llvm-svn: 91920
-
Sean Callanan authored
Made LEA memory operands emit only 4 MCInst operands. Made the scale operand equal 1 for instructions that have no SIB byte. llvm-svn: 91919
-
Anton Korobeynikov authored
llvm-svn: 91918
-
Chris Lattner authored
load is needed when we have a small store into a large alloca (at which point we get a load/insert/store sequence), but when you do a full-sized store, this load ends up being dead. This dead load is bad in really large nasty testcases where the load ends up causing mem2reg to insert large chains of dependent phi nodes which only ADCE can delete. Instead of doing this, just don't insert the dead load. This fixes rdar://6864035 llvm-svn: 91917
-
Chris Lattner authored
llvm-svn: 91916
-
Jakob Stoklund Olesen authored
llvm-svn: 91914
-
Bob Wilson authored
"indirect" operand is not a pointer. llvm-svn: 91913
-
Douglas Gregor authored
llvm-svn: 91911
-
Evan Cheng authored
Remove target attribute break-sse-dep. Instead, do not fold load into sse partial update instructions unless optimizing for size. llvm-svn: 91910
-
Douglas Gregor authored
for copy-initialization. llvm-svn: 91909
-
Douglas Gregor authored
llvm-svn: 91908
-
Douglas Gregor authored
a size, check whether the transformed type is itself an array type. If so, take the major array bound as the size to allocate. Fixes PR5833. llvm-svn: 91907
-
Douglas Gregor authored
don't have a FunctionDecl) over to InitializationSequence. llvm-svn: 91906
-
Douglas Gregor authored
Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't use the location information but we did spend a bunch of time building faked-up TypeLocs llvm-svn: 91905
-
Sanjiv Gupta authored
While converting one of the operands to a memory operand, we need to check if it is Legal and does not result into a cyclic dep. llvm-svn: 91904
-
Ken Dyck authored
avoid #including CharUnits.h in ASTContext.h. llvm-svn: 91903
-
Douglas Gregor authored
InitializationSequence (when a FunctionDecl is present). This required a few small fixes to initialization sequences: - Make sure to use the adjusted parameter type for initialization of function parameters. - Implement transparent union calling semantics in C llvm-svn: 91902
-
Chris Lattner authored
llvm-svn: 91901
-
Chris Lattner authored
llvm-svn: 91900
-