aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+35
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+10
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-5/+2
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-181-0/+3
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-201-1/+1
* Use TableGen'erated pseudo lowering for ARM.Jim Grosbach2011-07-081-54/+64
* Add needed braces.Bill Wendling2011-01-261-1/+2
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-8/+18
* Move the ARMAsmPrinter class defintiion into a header file.Jim Grosbach2010-12-011-3/+3
* Trailing whitespace.Jim Grosbach2010-11-301-3/+3
* trim #includes.Chris Lattner2010-11-141-5/+1
* rename LowerToMCInst -> LowerARMMachineInstrToMCInst.Chris Lattner2010-11-141-1/+2
* even more simplifications. ARM MCInstLowering is now justChris Lattner2010-11-141-12/+11
* more shrinkificationChris Lattner2010-11-141-5/+1
* more simplifications.Chris Lattner2010-11-141-84/+17
* simplify and tidy upChris Lattner2010-11-141-27/+10
* 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