summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAge
...
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-13
* Remove unused private member in ARMAsmPrinter.cpp.Logan Chien2013-09-10
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-22
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-28
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-26
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* Reduce indentation.David Blaikie2013-06-18
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* 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