- Jun 03, 2009
-
-
Daniel Dunbar authored
- I know it sounds crazy, but I think all the pass lists are now coalesced into StandardPasses.h. llvm-svn: 72805
-
Eli Friedman authored
llvm-svn: 72803
-
Dan Gohman authored
carry GlobalBaseReg, and GlobalRetAddr too in Alpha's case. This eliminates the need for them to search through the MachineRegisterInfo livein list in order to identify these virtual registers. EmitLiveInCopies is now the only user of the virtual register portion of MachineRegisterInfo's livein data. llvm-svn: 72802
-
Dan Gohman authored
with an accessor method which simply casts the parent class SelectionDAGISel's TM to the target-specific type. llvm-svn: 72801
-
Ted Kremenek authored
llvm-svn: 72799
-
Dan Gohman authored
be simplified to a loop-invariant value. This fixes PR4315. llvm-svn: 72798
-
Mike Stump authored
that puts a new warning in). llvm-svn: 72797
-
Anders Carlsson authored
llvm-svn: 72796
-
Eli Friedman authored
I'll look into cleaning this up a bit as a followup. llvm-svn: 72794
-
Anders Carlsson authored
llvm-svn: 72793
-
Anders Carlsson authored
llvm-svn: 72792
-
Douglas Gregor authored
llvm-svn: 72791
-
Douglas Gregor authored
llvm-svn: 72790
-
Daniel Dunbar authored
- No functionality change, but please check if you don't believe me. llvm-svn: 72789
-
Daniel Dunbar authored
llvm-svn: 72788
-
Daniel Dunbar authored
- One functionality change, the LoopIndexSplit pass is now reenabled (it was disabled in r60089 but we forgot to reenable it). llvm-svn: 72787
-
Daniel Dunbar authored
clang/llvm-gcc. - Implemented as inline functions for linking simplicity. llvm-svn: 72786
-
Bruno Cardoso Lopes authored
llvm-svn: 72785
-
Fariborz Jahanian authored
position to make it consistant and to match gcc's behavior, by placing it at the inner-most pointer. llvm-svn: 72784
-
Bruno Cardoso Lopes authored
llvm-svn: 72783
-
Dan Gohman authored
llvm-svn: 72782
-
Sanjiv Gupta authored
Emit file directives correctly in case of a .bc is generated by llvm-ld after linking in several .bc files. llvm-svn: 72781
-
Daniel Dunbar authored
llvm-svn: 72780
-
Douglas Gregor authored
llvm-svn: 72779
-
Torok Edwin authored
llvm-svn: 72778
-
Sanjiv Gupta authored
Expand it exactly like GlobalAddress. Fix some more crashes (InsertBranch() not being implemented) for compiling hitec libs. llvm-svn: 72776
-
Oscar Fuentes authored
llvm-svn: 72775
-
Oscar Fuentes authored
llvm-svn: 72774
-
Torok Edwin authored
Please correct the documentation if I missed anything. llvm-svn: 72773
-
Duncan Sands authored
llvm-svn: 72772
-
Sanjiv Gupta authored
llvm-svn: 72771
-
Eli Friedman authored
llvm-svn: 72770
-
Eli Friedman authored
-pedantic-errors correctly. llvm-svn: 72769
-
Duncan Sands authored
this function" when using a not-too-smart compiler. llvm-svn: 72768
-
Duncan Sands authored
llvm-svn: 72767
-
Eli Friedman authored
llvm-svn: 72766
-
Eli Friedman authored
this. The correct replacement for "Y" and "Yt" is "x". llvm-svn: 72765
-
Eli Friedman authored
llvm-svn: 72764
-
Jay Foad authored
llvm-svn: 72762
-
Eli Friedman authored
valid declarations and doesn't give an error for autoconf-style invalid redeclarations. This isn't quite ideal, but I don't see any other way easy way to handle it. (The only thing I can think of that's reasonably general is adding a new builtin type FILETy which is only compatible with a type equivalent to FILE, and that seems like overkill.) llvm-svn: 72760
-