aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
AgeCommit message (Expand)Author
2013-03-15ARM: Fix an old refacto.Benjamin Kramer
2013-02-14Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao
2013-02-13temporarily revert the patch due to some conflictsWeiming Zhao
2013-02-13Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao
2013-01-31Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30This patch implements runtime ARM specificJack Carter
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
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-11-26Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer
2012-11-26Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-10Disable the Thumb no-return call optimization:Evan Cheng
2012-11-08Recommit modified r167540.Amara Emerson
2012-11-07Revert r167540 until regression tests are updated.Amara Emerson
2012-11-07Improve ARM build attribute emission for architectures types.Amara Emerson
2012-10-09Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04ARM: locate user-defined text sections next to default text.Jim Grosbach
2012-08-14This needs braces. Spotted by Bill.Eric Christopher
2012-08-13Add support for the %H output modifier.Eric Christopher
2012-08-04Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-05-30Avoid depending on list orders and register numbering.Jakob Stoklund Olesen
2012-05-21ARM: .end_data_region mismatch in Thumb2.Jim Grosbach
2012-05-18Refactor data-in-code annotations.Jim Grosbach
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