aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strip the pointer casts from the constants here.Bill Wendling2012-02-151-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-11/+9
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+16
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-3/+2
* ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here.NAKAMURA Takumi2012-01-231-2/+3
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-221-3/+13
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+1
* Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.Evgeniy Stepanov2012-01-191-0/+3
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-121-4/+14
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Align ARM constant pool islands via their basic block.Jakob Stoklund Olesen2011-12-061-2/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-4/+3
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-4/+3