- Feb 09, 2010
-
-
Dale Johannesen authored
llvm-svn: 95647
-
Devang Patel authored
llvm-svn: 95646
-
Sean Callanan authored
whitespace tokens in the right places. llvm-svn: 95645
-
Chris Lattner authored
Peter Hawkins! llvm-svn: 95644
-
Chris Lattner authored
llvm-svn: 95643
-
Chris Lattner authored
xform. llvm-svn: 95642
-
Eric Christopher authored
llvm-svn: 95641
-
Douglas Gregor authored
llvm-svn: 95640
-
Sean Callanan authored
library was reporting inaccurate token IDs. llvm-svn: 95639
-
John McCall authored
not *any* base up to now has produced a path. Fixes PR 6254. I'll do the access-control part of this patch RSN. llvm-svn: 95638
-
Chris Lattner authored
movl $3735928559, a ## inst: <MCInst 1273 <MCOperand Reg:0> <MCOperand Imm:1> <MCOperand Reg:0> <MCOperand Expr:(a)> <MCOperand Reg:0> <MCOperand Expr:(3735928559)>> after: movl $3735928559, a ## <MCInst #1273 ## <MCOperand Reg:0> ## <MCOperand Imm:1> ## <MCOperand Reg:0> ## <MCOperand Expr:(a)> ## <MCOperand Reg:0> ## <MCOperand Expr:(3735928559)>> llvm-svn: 95637
-
Lang Hames authored
Previously spill registers, whose def indexes are not defined, would sometimes be improperly marked as coalescable with conflicting registers. The new findCoalesces routine conservatively assumes that any register with at least one undefined def is not coalescable with any register it interferes with. llvm-svn: 95636
-
Douglas Gregor authored
types; we don't want to give an expression reference type. Fixes PR6177. llvm-svn: 95635
-
Chris Lattner authored
llvm-svn: 95634
-
Lang Hames authored
Added copy sensible construction & assignment to PBQP graphs and fixed a memory access bug in the heuristic solver. llvm-svn: 95633
-
Dale Johannesen authored
llvm-svn: 95632
-
Lang Hames authored
llvm-svn: 95631
-
Chris Lattner authored
llvm-svn: 95630
-
Douglas Gregor authored
specialization does not use any of its template parameters, then recover far more gracefully. Fixes PR6181. llvm-svn: 95629
-
Eric Christopher authored
Initial skeleton and SCEVUnknown lowering implemented, the rest should come relatively quickly. Move testcase to new directory. Move pass to right before SimplifyLibCalls - which is moved down a bit so we can take advantage of a few opts. llvm-svn: 95628
-
Chris Lattner authored
llvm-svn: 95627
-
Dan Gohman authored
llvm-svn: 95626
-
Chris Lattner authored
llvm-svn: 95624
-
Jakob Stoklund Olesen authored
At the moment the inlinehint attribute is ignored by the Inliner unless you pass a -respect-inlinehint option. This will soon be the default. The inlinehint attribute is set if the inline keyword is explicitly specified on any declaration. llvm-svn: 95623
-
Chris Lattner authored
cast instead of reinterpret_cast, fixing PR6243. Apparently reinterpret_cast and I aren't getting along today. llvm-svn: 95622
-
Ted Kremenek authored
llvm-svn: 95621
-
Dan Gohman authored
direct MCExpr equivalents. Don't use MCExpr::Shr because it isn't consistent between targets. llvm-svn: 95620
-
Dan Gohman authored
Document that MCExpr::Div, Mod, and the comparison operators are all signed operators. Document that the comparison operators' results are target-dependent. Document that the behavior of shr is target-dependent. llvm-svn: 95619
-
Ted Kremenek authored
llvm-svn: 95618
-
Ted Kremenek authored
llvm-svn: 95617
-
Chris Lattner authored
llvm-svn: 95616
-
Ted Kremenek authored
llvm-svn: 95615
-
Ted Kremenek authored
llvm-svn: 95612
-
Ted Kremenek authored
llvm-svn: 95611
-
Ted Kremenek authored
llvm-svn: 95610
-
Chris Lattner authored
llvm-svn: 95609
-
Chris Lattner authored
llvm-svn: 95608
-
Douglas Gregor authored
non-type template parameter that has reference type, augment the qualifiers of the non-type template argument with those of the referenced type. Fixes PR6250. llvm-svn: 95607
-
Sean Callanan authored
for the new APIs offered by the enhanced disassembler for inspecting operands. llvm-svn: 95606
-
Devang Patel authored
llvm-svn: 95605
-