summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMCInstLower.cpp
Commit message (Expand)AuthorAge
* Prune includes in ARM target.Craig Topper2014-03-22
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-18
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Use TableGen'erated pseudo lowering for ARM.Jim Grosbach2011-07-08
* Add needed braces.Bill Wendling2011-01-26
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Move the ARMAsmPrinter class defintiion into a header file.Jim Grosbach2010-12-01
* Trailing whitespace.Jim Grosbach2010-11-30
* 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