summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Add begin-end iterators to MachineInstrJaved Absar2017-07-171-3/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg2017-04-211-3/+1
* Revert r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg2017-04-211-1/+3
* X86: Don't emit zero-byte functions on WindowsHans Wennborg2017-04-211-3/+1
* [ARM] Make RWPI use movw/movt when availableChristof Douma2017-02-071-3/+7
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-261-4/+12
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-38/+0
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+2
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* [xray] Add XRay support for Mach-O in CodeGenKuba Mracek2016-11-231-17/+27
* [XRay] Support for for tail calls for ARM no-ThumbDean Michael Berris2016-10-181-0/+5
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+94
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-87/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-0/+87
* fix indentationEtienne Bergeron2016-06-211-1/+1
* Removing an unused switch statement that has only a default label. This happe...Aaron Ballman2016-06-201-22/+16
* Don't print (PLT) on arm.Rafael Espindola2016-06-161-5/+0
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-9/+9
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-5/+5
* Add support for ARM modified-immediate assembly syntax.Asiri Rathnayake2014-12-021-1/+35
* ARM: use symbolic name for constantSaleem Abdulrasool2014-06-301-1/+1
* Prune includes in ARM target.Craig Topper2014-03-221-0/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-041-1/+1
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-251-4/+7
* 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
OpenPOWER on IntegriCloud