aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMCInstLower.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-08Use TableGen'erated pseudo lowering for ARM.Jim Grosbach
2011-01-26Add needed braces.Bill Wendling
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng
2010-12-01Move the ARMAsmPrinter class defintiion into a header file.Jim Grosbach
2010-11-30Trailing whitespace.Jim Grosbach
2010-11-14trim #includes.Chris Lattner
2010-11-14rename LowerToMCInst -> LowerARMMachineInstrToMCInst.Chris Lattner
2010-11-14even more simplifications. ARM MCInstLowering is now justChris Lattner
2010-11-14more shrinkificationChris Lattner
2010-11-14more simplifications.Chris Lattner
2010-11-14simplify and tidy upChris Lattner
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