summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMCInstLower.cpp
Commit message (Expand)AuthorAge
* trim #includes.Chris Lattner2010-11-14
* rename LowerToMCInst -> LowerARMMachineInstrToMCInst.Chris Lattner2010-11-14
* even more simplifications. ARM MCInstLowering is now justChris Lattner2010-11-14
* more shrinkificationChris Lattner2010-11-14
* more simplifications.Chris Lattner2010-11-14
* simplify and tidy upChris Lattner2010-11-14
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-22
* Enable a few additional asserts in MC instruction lowering.Jim Grosbach2010-09-22
* Remove a few commented out bitsJim Grosbach2010-09-22
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-17
* Make sure to promote single precision floats to double before extracting themJim Grosbach2010-09-16
* store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach2010-09-16
* Add support for floating point immediates to MC instruction printing. ARMJim Grosbach2010-09-15
* Don't ignore the CPSR implicit def when lowering a MachineInstruction to an M...Jim Grosbach2010-09-14
* trailing whitespaceJim Grosbach2010-09-13
* sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner2010-07-19