| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add support for floating point immediates to MC instruction printing. ARM | Jim Grosbach | 2010-09-15 | 1 | -0/+4 | |
| | | | | | | | | | | | | VFP instructions use it for loading some constants, so implement that handling. Not thrilled with adding a member to MCOperand, but not sure there's much of a better option that's not pretty fragile (like putting a double in the union instead and just assuming that's good enough). Suggestions welcome... llvm-svn: 113996 | |||||
| * | Don't ignore the CPSR implicit def when lowering a MachineInstruction to an ↵ | Jim Grosbach | 2010-09-14 | 1 | -2/+3 | |
| | | | | | | | MCInst. llvm-svn: 113847 | |||||
| * | trailing whitespace | Jim Grosbach | 2010-09-13 | 1 | -14/+14 | |
| | | | | | llvm-svn: 113768 | |||||
| * | sink the arm implementations of ASmPrinter and MCInstLower | Chris Lattner | 2010-07-19 | 1 | -0/+162 | |
| out of the AsmPrinter directory into libarm. Now the ARM InstPrinters depend jsut on the MC stuff, not on vmcore or codegen. llvm-svn: 108783 | ||||||

