- Jul 16, 2009
-
-
Jakob Stoklund Olesen authored
The inline asm operands must be parsed from the first flag, you cannot assume that an immediate operand preceeding a register use operand is the flag. PowerPC "m" operands are represented as (flag, imm, reg) triples. isRegTiedToDefOperand() would incorrectly interpret the imm as the flag. llvm-svn: 76101
-
Evan Cheng authored
llvm-svn: 76100
-
Anton Korobeynikov authored
llvm-svn: 76099
-
Ted Kremenek authored
This method is intended to eventually replace the individual Type::getAsXXXType<> methods. The motivation behind this change is twofold: 1) Reduce redundant implementations of Type::getAsXXXType() methods. Most of them are basically copy-and-paste. 2) By centralizing the implementation of the getAs<Type> logic we can more smoothly move over to Doug Gregor's proposed canonical type smart pointer scheme. Along with this patch: a) Removed 'Type::getAsPointerType()'; now clients use getAs<PointerType>. b) Removed 'Type::getAsBlockPointerTypE()'; now clients use getAs<BlockPointerType>. llvm-svn: 76098
-
Owen Anderson authored
llvm-svn: 76097
-
Chris Lattner authored
this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the llvm-gcc distro, it uses the system version. llvm-svn: 76095
-
Evan Cheng authored
With recent MC changes, RIP base register is explicitly modeled. Make sure we add it when x86 V_SET0 / V_SETALLONES (by transforming it into a constpool load) into the use instruction. llvm-svn: 76094
-
Ted Kremenek authored
llvm-svn: 76093
-
Ted Kremenek authored
llvm-svn: 76092
-
Ted Kremenek authored
llvm-svn: 76091
-
Owen Anderson authored
llvm-svn: 76090
-
Owen Anderson authored
our current context-passing stuff, which is also fixed here llvm-svn: 76089
-
Fariborz Jahanian authored
nonfragile abi, instead of crashing. llvm-svn: 76088
-
Kevin Enderby authored
EmitAssemblerFlag API which takes a value from the added AssemblerFlag enumerated constants. llvm-svn: 76087
-
Daniel Dunbar authored
llvm-svn: 76086
-
Dan Gohman authored
analysis. This allows indvars to emit a simpler loop trip count expression. llvm-svn: 76085
-
Kevin Enderby authored
so it is defined with a lifetime that is as short as possible. llvm-svn: 76082
-
Daniel Dunbar authored
- Patch by Ryan Flynn! llvm-svn: 76081
-
Stuart Hastings authored
llvm-svn: 76080
-
Chris Lattner authored
instead of doing it manually (which might end up getting auto-renamed), fixing a FIXME. rdar://7065446 llvm-svn: 76079
-
Steve Naroff authored
llvm-svn: 76078
-
Dan Gohman authored
isLCSSAForm(), to test whether a loop is in the form guaranteed by the LoopSimplify pass. llvm-svn: 76077
-
Steve Naroff authored
Convert all clients to use the new predicate on Type. llvm-svn: 76076
-
Dan Gohman authored
duplication. Also, make setStream honor the old DeleteStream flag. llvm-svn: 76075
-
Dan Gohman authored
llvm-svn: 76074
-
Dan Gohman authored
llvm-svn: 76073
-
Dan Gohman authored
llvm-svn: 76072
-
Dan Gohman authored
llvm-svn: 76070
-
Dan Gohman authored
llvm-svn: 76069
-
Anton Korobeynikov authored
llvm-svn: 76065
-
Anton Korobeynikov authored
llvm-svn: 76064
-
Anton Korobeynikov authored
llvm-svn: 76063
-
Anton Korobeynikov authored
llvm-svn: 76062
-
Anton Korobeynikov authored
llvm-svn: 76061
-
Anton Korobeynikov authored
llvm-svn: 76060
-
Anton Korobeynikov authored
llvm-svn: 76059
-
Anton Korobeynikov authored
llvm-svn: 76058
-
Anton Korobeynikov authored
llvm-svn: 76057
-
Anton Korobeynikov authored
llvm-svn: 76056
-
Anton Korobeynikov authored
llvm-svn: 76055
-