summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAge
* ARM: Fix an old refacto.Benjamin Kramer2013-03-15
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-14
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-13
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-13
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-31
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* This patch implements runtime ARM specificJack Carter2013-01-30
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* 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
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Recommit modified r167540.Amara Emerson2012-11-08
* Revert r167540 until regression tests are updated.Amara Emerson2012-11-07
* Improve ARM build attribute emission for architectures types.Amara Emerson2012-11-07
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* This needs braces. Spotted by Bill.Eric Christopher2012-08-14
* Add support for the %H output modifier.Eric Christopher2012-08-13
* Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov2012-08-04
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Avoid depending on list orders and register numbering.Jakob Stoklund Olesen2012-05-30
* ARM: .end_data_region mismatch in Thumb2.Jim Grosbach2012-05-21
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-11
* Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>Bob Wilson2012-04-07
* Tidy up. 80 columns.Jim Grosbach2012-04-06
* Deduplicate ARM call-related instructions.Jakob Stoklund Olesen2012-04-06
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-26
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-17
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-05
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng2012-02-21
* Strip the pointer casts from the constants here.Bill Wendling2012-02-15
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-24
* ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here.NAKAMURA Takumi2012-01-23
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-22
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.Evgeniy Stepanov2012-01-19
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-12