aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMCInstLower.cpp
AgeCommit message (Expand)Author
2010-09-22Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach
2010-09-22Enable a few additional asserts in MC instruction lowering.Jim Grosbach
2010-09-22Remove a few commented out bitsJim Grosbach
2010-09-17handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach
2010-09-16Make sure to promote single precision floats to double before extracting themJim Grosbach
2010-09-16store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach
2010-09-15Add support for floating point immediates to MC instruction printing. ARMJim Grosbach
2010-09-14Don't ignore the CPSR implicit def when lowering a MachineInstruction to an M...Jim Grosbach
2010-09-13trailing whitespaceJim Grosbach
2010-07-19sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner