- Oct 14, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 84076
-
Chris Lattner authored
llvm-svn: 84075
-
Evan Cheng authored
llvm-svn: 84074
-
Zhongxing Xu authored
llvm-svn: 84073
-
Evan Cheng authored
llvm-svn: 84072
-
Zhongxing Xu authored
* Make all Base value the last argument. llvm-svn: 84071
-
-
Evan Cheng authored
llvm-svn: 84069
-
Fariborz Jahanian authored
Removes a FIXME. llvm-svn: 84068
-
Edward O'Callaghan authored
llvm-svn: 84067
-
Dale Johannesen authored
llvm-svn: 84066
-
Dan Gohman authored
and convert it to FileCheck. llvm-svn: 84065
-
Ted Kremenek authored
'CVPixelBufferCreateWithPlanarBytes()' and 'CVPixelBufferCreateWithBytes' (Core Video API) can indirectly release a pixel buffer object via a callback. This fixes <rdar://problem/7283567>. llvm-svn: 84064
-
Dale Johannesen authored
llvm-svn: 84063
-
Dan Gohman authored
(for uses marked kill and defs marked dead) a few instructions in addition to forwards. Also, increase the maximum number of instructions to scan, as it appears to help in a fair number of cases. llvm-svn: 84061
-
Dan Gohman authored
to remat non-load instructions as loads, and the remat code now uses the UnmodeledSideEffects flags, MachineMemOperands, and similar things to decide which instructions are valid for rematerialization. llvm-svn: 84060
-
Dan Gohman authored
llvm-svn: 84059
-
Douglas Gregor authored
llvm-svn: 84058
-
Douglas Gregor authored
are never copy constructors or copy assignment operators. llvm-svn: 84057
-
Dan Gohman authored
just the NumBlocks field. llvm-svn: 84056
-
Kevin Enderby authored
llvm-svn: 84055
-
Devang Patel authored
s/DebugLoc.InlinedLoc/DebugLoc.InlinedAtLoc/g llvm-svn: 84054
-
Douglas Gregor authored
unknown type name, e.g., foo::bar x; when "bar" does not refer to a type in "foo". With this change, the parser now calls into the action to perform diagnostics and can try to recover by substituting in an appropriate type. For example, this allows us to easily diagnose some missing "typename" specifiers, which we now do: test/SemaCXX/unknown-type-name.cpp:29:1: error: missing 'typename' prior to dependent type name 'A<T>::type' A<T>::type A<T>::f() { return type(); } ^~~~~~~~~~ typename Fixes PR3990. llvm-svn: 84053
-
Edward O'Callaghan authored
llvm-svn: 84051
-
Devang Patel authored
llvm-svn: 84050
-
Devang Patel authored
llvm-svn: 84049
-
Anders Carlsson authored
llvm-svn: 84048
-
Ted Kremenek authored
the data argument) should not be tracked further until we support full IPA. (fixes <rdar://problem/7299394>) llvm-svn: 84047
-
Mike Stump authored
covariant thunks. WIP. llvm-svn: 84046
-
Anders Carlsson authored
llvm-svn: 84043
-
Bob Wilson authored
by creating TargetConstants during instruction selection instead of during legalization. llvm-svn: 84042
-
Anders Carlsson authored
Check the return type of operator[]() and fix a thinko that lead to a crash in SemaCXX/overloaded-operator.cpp. llvm-svn: 84041
-
Kevin Enderby authored
Also fixed a couple of coding style things that crept in. And added more to the temporary hacked up ARMAsmParser::MatchInstruction() method for testing. llvm-svn: 84040
-
Chris Lattner authored
llvm-svn: 84039
-
Evan Cheng authored
Teach basic AA about PHI nodes. If all operands of a phi NoAlias another value than it's safe to declare the PHI NoAlias the value. Ditto for MustAlias. llvm-svn: 84038
-
- Oct 13, 2009
-
-
Dale Johannesen authored
worse than the rest of the asm documentation. llvm-svn: 84037
-
Bob Wilson authored
multiple instructions, the expansion is done during selection so there is no need to do anything special during legalization. llvm-svn: 84036
-
Anders Carlsson authored
llvm-svn: 84034
-
Devang Patel authored
Do not check use_empty() before replaceAllUsesWith(). This gives ValueHandles a chance to get properly updated. llvm-svn: 84033
-
Jeffrey Yasskin authored
4406. Patch by Nick Lewycky! llvm-svn: 84032
-