summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86RegisterInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix order of operands on a store from reg to [reg+offset].Misha Brukman2002-12-021-2/+2
| | | | llvm-svn: 4857
* Oops. Got the MOVrm and MOVmr mixed up. Fixed. We can now print outMisha Brukman2002-11-221-2/+2
| | | | | | instructions correctly. llvm-svn: 4830
* Added methods to read/write values to stack in .h, fixed implementation inMisha Brukman2002-11-221-14/+27
| | | | | | .cpp to return the iterator correctly. llvm-svn: 4827
* Add definitions for function headers from MRegisterInfo.h:Misha Brukman2002-11-201-0/+26
| | | | | | | | Some functions are in X86RegisterInfo.cpp, others, because of the data they need, are in X86RegisterClasses.cpp, which also defines some register classes: byte, short, and int. llvm-svn: 4784
* Initial checkin of X86 backend.Chris Lattner2002-10-251-0/+19
We can instruction select exactly one instruction 'ret void'. Wow. llvm-svn: 4284
OpenPOWER on IntegriCloud