aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-221-9/+22
* Enable a few additional asserts in MC instruction lowering.Jim Grosbach2010-09-221-9/+6
* Remove a few commented out bitsJim Grosbach2010-09-221-14/+0
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-171-5/+35
* Make sure to promote single precision floats to double before extracting themJim Grosbach2010-09-161-2/+4
* store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach2010-09-161-1/+2
* Add support for floating point immediates to MC instruction printing. ARMJim Grosbach2010-09-151-0/+4
* Don't ignore the CPSR implicit def when lowering a MachineInstruction to an M...Jim Grosbach2010-09-141-2/+3
* trailing whitespaceJim Grosbach2010-09-131-14/+14
* sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner2010-07-191-0/+162