Age | Commit message (Expand) | Author |
2012-04-11 | Clean up ARM fused multiply + add/sub support some more: rename some isel | Evan Cheng |
2012-04-07 | Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543> | Bob Wilson |
2012-04-06 | Tidy up. 80 columns. | Jim Grosbach |
2012-04-06 | Deduplicate ARM call-related instructions. | Jakob Stoklund Olesen |
2012-03-26 | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper |
2012-03-17 | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper |
2012-03-05 | updated patch for the ARM fused multiply add/sub | Sebastian Pop |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-21 | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng |
2012-02-15 | Strip the pointer casts from the constants here. | Bill Wendling |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-26 | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy |
2012-01-24 | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth |
2012-01-23 | ARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHABI was also here. | NAKAMURA Takumi |
2012-01-22 | Add fused multiple+add instructions from VFPv4. | Anton Korobeynikov |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-19 | Emit ARM EHABI unwinding instructions for 3 more Thumb instructions. | Evgeniy Stepanov |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
2011-12-12 | Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006> | Bob Wilson |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
2011-12-06 | Align ARM constant pool islands via their basic block. | Jakob Stoklund Olesen |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky |
2011-11-06 | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer |
2011-10-04 | Teach the MC to output code/data region marker labels in MachO and ELF modes.... | Owen Anderson |
2011-10-01 | Use the ARMConstantPoolMBB class to handle the MBB values. | Bill Wendling |
2011-10-01 | Use the new ARMConstantPoolSymbol class to handle external symbols. | Bill Wendling |
2011-10-01 | Switch over to using ARMConstantPoolConstant for global variables, functions, | Bill Wendling |
2011-09-29 | Create a machine basic block in the constant pool and retrieve the symbol for... | Bill Wendling |
2011-09-21 | Lower ARM adds/subs to add/sub after adding optional CPSR operand. | Andrew Trick |
2011-09-09 | Thumb unconditional branches are allowed in IT blocks, and therefore should h... | Owen Anderson |
2011-09-02 | Tidy up. Formatting. | Jim Grosbach |
2011-08-31 | Static relocation model Thumb jump table interworking. | Jim Grosbach |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-08-23 | Move ARM frame-unwinding EHABI handling a touch earlier. | Jim Grosbach |
2011-08-10 | Add support for the R and Q constraints. | Rafael Espindola |
2011-08-09 | Emitting ARM build attributes and values as ULEB, rather than char. | Renato Golin |
2011-07-26 | Split am2offset into register addend and immediate addend forms, necessary fo... | Owen Anderson |
2011-07-25 | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng |
2011-07-20 | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng |
2011-07-08 | Use tPseudoExpand for tTAILJMPrND and tTAILJMPr. | Jim Grosbach |
2011-07-08 | Use tPseudoExpand for tTAILJMPd and tTAILJMPdND. | Jim Grosbach |
2011-07-08 | Use ARMPseudoExpand for ARM tail calls. | Jim Grosbach |
2011-07-08 | Use ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and BXr9_pred. | Jim Grosbach |
2011-07-08 | Use TableGen'erated pseudo lowering for ARM. | Jim Grosbach |
2011-07-07 | The VMLA instruction and its friends are not actually fused; they're plain old | Cameron Zwarich |
2011-07-06 | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng |
2011-06-30 | Refact ARM Thumb1 tMOVr instruction family. | Jim Grosbach |
2011-06-30 | Thumb1 register to register MOV instruction is predicable. | Jim Grosbach |