- Sep 23, 2009
-
-
Anton Korobeynikov authored
This fixes PR5031. Unfortunately, there is no small testcase :( llvm-svn: 82643
-
Anders Carlsson authored
llvm-svn: 82642
-
Bob Wilson authored
llvm-svn: 82641
-
Devang Patel authored
llvm-svn: 82638
-
Evan Cheng authored
llvm-svn: 82637
-
Steve Naroff authored
Next step: Add actual some test cases:-) llvm-svn: 82636
-
Devang Patel authored
llvm-svn: 82635
-
Jeffrey Yasskin authored
same effect that "host-only" used to have, but can be combined with other targets. host-only is still available as a synonym but no longer documented. llvm-svn: 82634
-
David Goodwin authored
Fix bug in kill flag updating for post-register-allocation scheduling. When the kill flag of a superreg needs to be cleared because there are one or more subregs live, we instead add implicit-defs of those subregs and leave the kill flag on the superreg. This allows us to end the live-range of the superreg without ending the live-ranges of the subregs. llvm-svn: 82629
-
Anders Carlsson authored
llvm-svn: 82628
-
Shantonu Sen authored
atomic operations, skip building the blocks runtime llvm-svn: 82627
-
Shantonu Sen authored
llvm-svn: 82626
-
Douglas Gregor authored
that there is one more argument (the one following the comma) and make the candidate non-viable if the function cannot accept any argument in that position. llvm-svn: 82625
-
Torok Edwin authored
because the toplevel 'make check-all' needs the rule for test/lit.site.cfg, and for that test/ must exist. llvm-svn: 82624
-
Gabor Greif authored
llvm-svn: 82623
-
Benjamin Kramer authored
llvm-svn: 82622
-
Daniel Dunbar authored
- Patch by John Thompson! llvm-svn: 82621
-
John McCall authored
pointer, instead of providing independent values modelled on the default implementation. llvm-svn: 82620
-
Evan Cheng authored
of the defs are processed. Also fix a implicit_def propagation bug: a implicit_def of a physical register should be applied to uses of the sub-registers. llvm-svn: 82616
-
Chris Lattner authored
This implements PR5034 and rdar://6836445. llvm-svn: 82614
-
Chris Lattner authored
llvm-svn: 82613
-
Evan Cheng authored
llvm-svn: 82610
-
Edward O'Callaghan authored
llvm-svn: 82609
-
Edward O'Callaghan authored
llvm-svn: 82608
-
Edward O'Callaghan authored
llvm-svn: 82607
-
Edward O'Callaghan authored
llvm-svn: 82606
-
Edward O'Callaghan authored
Fix compile time warning: format '%#lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int' llvm-svn: 82605
-
Edward O'Callaghan authored
llvm-svn: 82604
-
Gabor Greif authored
llvm-svn: 82603
-
Anders Carlsson authored
Add a new variant of EmitCXXAggrConstructorCall that takes a Value that holds the number of elements to construct, to be used when implementing new[]. llvm-svn: 82602
-
Chris Lattner authored
"the jit has not been linked in" if the interpreter failed. This fixes a unit test failure. llvm-svn: 82601
-
Chris Lattner authored
llvm-svn: 82600
-
Dan Gohman authored
two different places for printing MachineMemOperands. Drop the virtual from Value::dump and instead give Value a protected virtual hook that can be overridden by subclasses to implement custom printing. This lets printing be more consistent, and simplifies printing of PseudoSourceValue values. llvm-svn: 82599
-
Ted Kremenek authored
GRExprEngine::VisitDeclRefExpr without 'asLValue' being true). llvm-svn: 82598
-
Dan Gohman authored
llvm-svn: 82597
-
Fariborz Jahanian authored
resolution failed to select a candidate due to ambiguity in type conversion function selection. llvm-svn: 82596
-
Anders Carlsson authored
llvm-svn: 82595
-
Anders Carlsson authored
llvm-svn: 82594
-
Douglas Gregor authored
signature of the function with the current parameter highlighted as a placeholder. llvm-svn: 82593
-
Douglas Gregor authored
results for other, textual completion. For call completion, we now produce enough information to show the function call argument that we are currently on. llvm-svn: 82592
-