aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
AgeCommit message (Expand)Author
2012-04-11Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng
2012-04-07Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>Bob Wilson
2012-04-06Tidy up. 80 columns.Jim Grosbach
2012-04-06Deduplicate ARM call-related instructions.Jakob Stoklund Olesen
2012-03-26Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper
2012-03-17Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper
2012-03-05updated patch for the ARM fused multiply add/subSebastian Pop
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-21Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng
2012-02-15Strip the pointer casts from the constants here.Bill Wendling
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-24Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth
2012-01-23ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here.NAKAMURA Takumi
2012-01-22Add fused multiple+add instructions from VFPv4.Anton Korobeynikov
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-19Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.Evgeniy Stepanov
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-12-12Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-06Align ARM constant pool islands via their basic block.Jakob Stoklund Olesen
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-10-01Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling
2011-10-01Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling
2011-10-01Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling
2011-09-29Create a machine basic block in the constant pool and retrieve the symbol for...Bill Wendling
2011-09-21Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick
2011-09-09Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson
2011-09-02Tidy up. Formatting.Jim Grosbach
2011-08-31Static relocation model Thumb jump table interworking.Jim Grosbach
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-23Move ARM frame-unwinding EHABI handling a touch earlier.Jim Grosbach
2011-08-10Add support for the R and Q constraints.Rafael Espindola
2011-08-09Emitting ARM build attributes and values as ULEB, rather than char.Renato Golin
2011-07-26Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-08Use tPseudoExpand for tTAILJMPrND and tTAILJMPr.Jim Grosbach
2011-07-08Use tPseudoExpand for tTAILJMPd and tTAILJMPdND.Jim Grosbach
2011-07-08Use ARMPseudoExpand for ARM tail calls.Jim Grosbach
2011-07-08Use ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and BXr9_pred.Jim Grosbach
2011-07-08Use TableGen'erated pseudo lowering for ARM.Jim Grosbach
2011-07-07The VMLA instruction and its friends are not actually fused; they're plain oldCameron Zwarich
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-06-30Refact ARM Thumb1 tMOVr instruction family.Jim Grosbach
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach