- Dec 05, 2009
-
-
Dan Gohman authored
And separate the directory and file name with a '/'. llvm-svn: 90641
-
Bill Wendling authored
llvm-svn: 90640
-
Bill Wendling authored
llvm-svn: 90639
-
Dan Gohman authored
isn't cluttered with things like "Llabel47:Llabel48: movq (%rsi), %xmm3" llvm-svn: 90638
-
Dan Gohman authored
llvm-svn: 90637
-
Dan Gohman authored
instead of SelectionDAGISel.cpp. llvm-svn: 90636
-
Eli Friedman authored
the side-effects of generating the methods in the vtable (including PR5676). llvm-svn: 90635
-
Dan Gohman authored
MachineBasicBlock::canFallThrough(), which is target-independent and more thorough. llvm-svn: 90634
-
Dan Gohman authored
llvm-svn: 90633
-
Dan Gohman authored
and that Instruction only. Implement this by setting the "current debug position" back to Unknown after processing each instruction. llvm-svn: 90632
-
Dan Gohman authored
Don't print "SrcLine"; just print the filename and line number, which is obvious enough and more informative. llvm-svn: 90631
-
Dan Gohman authored
the column number if it is not known. Handle the case of a missing filename better. llvm-svn: 90630
-
Daniel Dunbar authored
llvm-svn: 90629
-
Dan Gohman authored
llvm-svn: 90628
-
David Greene authored
Remove an unneeded include. llvm-svn: 90627
-
Dan Gohman authored
llvm-svn: 90626
-
David Greene authored
Remove an unneeded include. llvm-svn: 90625
-
Anders Carlsson authored
llvm-svn: 90624
-
Bill Wendling authored
llvm-svn: 90623
-
Mike Stump authored
llvm-svn: 90622
-
Dan Gohman authored
llvm-svn: 90621
-
Bill Wendling authored
llvm-svn: 90619
-
Devang Patel authored
llvm-svn: 90617
-
David Greene authored
Fix a bad merge. llvm-svn: 90616
-
David Greene authored
Update the TargetInstrInfo interfaces so hasLoad/StoreFrom/ToStackSlot can return a MachineMemOperand. llvm-svn: 90615
-
- Dec 04, 2009
-
-
John McCall authored
llvm-svn: 90614
-
Bob Wilson authored
llvm-svn: 90613
-
David Greene authored
Use new interfaces to print spill size. llvm-svn: 90611
-
Benjamin Kramer authored
llvm-svn: 90610
-
David Greene authored
Have hasLoad/StoreFrom/ToStackSlot return the relevant MachineMemOperand. llvm-svn: 90608
-
Anders Carlsson authored
Be a little more clever about inline member functions that are marked inline in the inline class declaration but not in the actual definition: class A { inline void f(); } void A::f() { } This is not the most ideal solution, since it doesn't work 100% with regular functions (as my FIXME comment states). llvm-svn: 90607
-
Anders Carlsson authored
llvm-svn: 90606
-
Anders Carlsson authored
llvm-svn: 90605
-
Mike Stump authored
llvm-svn: 90604
-
Bob Wilson authored
llvm-svn: 90603
-
Daniel Dunbar authored
- I still want to get rid of them, but manually handling them isn't adding value. llvm-svn: 90602
-
Bob Wilson authored
llvm-svn: 90601
-
John Thompson authored
Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized. llvm-svn: 90600
-
Daniel Dunbar authored
llvm-svn: 90599
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=70978 llvm-svn: 90597
-