- Dec 23, 2009
-
-
Bill Wendling authored
llvm-svn: 91953
-
Ted Kremenek authored
llvm-svn: 91952
-
Douglas Gregor authored
llvm-svn: 91951
-
Gabor Greif authored
llvm-svn: 91950
-
Bill Wendling authored
llvm-svn: 91949
-
Douglas Gregor authored
llvm-svn: 91948
-
Nuno Lopes authored
llvm-svn: 91947
-
Nuno Lopes authored
while at it, remove an outdated FIXME llvm-svn: 91946
-
Jakob Stoklund Olesen authored
llvm-svn: 91945
-
Jakob Stoklund Olesen authored
Certain Thumb instructions require only SP (e.g. tSTRspi). llvm-svn: 91944
-
Jeffrey Yasskin authored
they're available_externally broke VMKit, which was relying on the fact that functions would only be materialized when they were first called. We'll have to wait for http://llvm.org/PR5737 to really fix this. I also added a test for one of the F->isDeclaration() calls which wasn't covered by anything else in the test suite. llvm-svn: 91943
-
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
-