Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix order of operands on a store from reg to [reg+offset]. | Misha Brukman | 2002-12-02 | 1 | -2/+2 | |
| | | | | llvm-svn: 4857 | |||||
* | Oops. Got the MOVrm and MOVmr mixed up. Fixed. We can now print out | Misha Brukman | 2002-11-22 | 1 | -2/+2 | |
| | | | | | | instructions correctly. llvm-svn: 4830 | |||||
* | Added methods to read/write values to stack in .h, fixed implementation in | Misha Brukman | 2002-11-22 | 1 | -14/+27 | |
| | | | | | | .cpp to return the iterator correctly. llvm-svn: 4827 | |||||
* | Add definitions for function headers from MRegisterInfo.h: | Misha Brukman | 2002-11-20 | 1 | -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 Lattner | 2002-10-25 | 1 | -0/+19 | |
We can instruction select exactly one instruction 'ret void'. Wow. llvm-svn: 4284 |