aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-221-0/+17
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-281-2/+22
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-271-4/+14
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-1/+3
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-261-9/+2
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-191-3/+4
* Reduce indentation.David Blaikie2013-06-181-53/+55
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-39/+1
* Revert r181009.Amara Emerson2013-05-031-8/+8
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-031-8/+8
* ARM: Fix an old refacto.Benjamin Kramer2013-03-151-1/+1
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-141-6/+9
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-131-9/+6
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-131-6/+9
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-311-6/+2
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-0/+7
* This patch implements runtime ARM specificJack Carter2013-01-301-0/+11
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-5/+5
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-114/+78
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-376/+298
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-101-25/+0
* Recommit modified r167540.Amara Emerson2012-11-081-4/+19
* Revert r167540 until regression tests are updated.Amara Emerson2012-11-071-21/+4
* Improve ARM build attribute emission for architectures types.Amara Emerson2012-11-071-4/+21
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-091-20/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-041-4/+20
* This needs braces. Spotted by Bill.Eric Christopher2012-08-141-1/+2
* Add support for the %H output modifier.Eric Christopher2012-08-131-2/+15
* Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov2012-08-041-2/+8
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* Avoid depending on list orders and register numbering.Jakob Stoklund Olesen2012-05-301-6/+9
* ARM: .end_data_region mismatch in Thumb2.Jim Grosbach2012-05-211-2/+5
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-21/+34
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-111-1/+1
* Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>Bob Wilson2012-04-071-2/+2
* Tidy up. 80 columns.Jim Grosbach2012-04-061-1/+2
* Deduplicate ARM call-related instructions.Jakob Stoklund Olesen2012-04-061-5/+0
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-261-4/+0
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-171-1/+1
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-051-2/+2
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-0/+54
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-54/+0
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-0/+54
* Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng2012-02-211-3/+1