- Dec 05, 2009
-
-
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
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=70926 llvm-svn: 90596
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=70922 llvm-svn: 90595
-
Alexis Hunt authored
llvm-svn: 90594
-
Daniel Dunbar authored
collate the options inside that group. llvm-svn: 90592
-
Daniel Dunbar authored
llvm-svn: 90591
-
Bill Wendling authored
llvm-svn: 90588
-
Alexis Hunt authored
a) legal b) likely to be chosen as the official mangling This will break ABI compatibility with all literal operator names, so you may need to recompile any such code. Sorry. llvm-svn: 90587
-
Mike Stump authored
llvm-svn: 90586
-
Ted Kremenek authored
llvm-svn: 90585
-
Ted Kremenek authored
llvm-svn: 90584
-
Ted Kremenek authored
llvm-svn: 90583
-
Ted Kremenek authored
llvm-svn: 90582
-
Victor Hernandez authored
llvm-svn: 90581
-
Anders Carlsson authored
When generating a virtual destructor, don't try to make a virtual call to the base class destructor because then we'll just re-enter the same destructor! This was done to fix PR5619, so I went ahead and passed a dummy VTT pointer for now. llvm-svn: 90578
-
Rafael Espindola authored
llvm-svn: 90577
-
Mike Stump authored
llvm-svn: 90576
-
Evan Cheng authored
llvm-svn: 90575
-
Mike Stump authored
the end of all the catches. llvm-svn: 90574
-
Anders Carlsson authored
llvm-svn: 90573
-
Victor Hernandez authored
llvm-svn: 90572
-
Anders Carlsson authored
llvm-svn: 90571
-
Anders Carlsson authored
llvm-svn: 90570
-
Anders Carlsson authored
llvm-svn: 90569
-