summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMCCodeEmitter.cpp
Commit message (Expand)AuthorAge
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* ARM SSAT instruction 5-bit immediate handling.Jim Grosbach2011-07-22
* Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson2011-07-21
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* Most MCCodeEmitter's don't meed MCContext.Evan Cheng2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes2011-05-31
* Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...Mon P Wang2011-05-09
* Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling2011-03-07
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-01
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-08
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-04
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-18
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-14
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Mostly undo r123297, but move the default case in EvaluateAsPCRel to the topMatt Beaumont-Gay2011-01-12
* Prefer llvm_unreachable to assert(0)Matt Beaumont-Gay2011-01-12
* 1. Support ELF pcrel relocations for movw/movt:Jason W Kim2011-01-12
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-16
* Delete an extra "Imm5 = ", caught by GCC's -Wsequence-point but not by ClangMatt Beaumont-Gay2010-12-16
* Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff forBill Wendling2010-12-16
* If we're changing the frame register to a physical register other than SP, weBill Wendling2010-12-15
* Implement cleanups suggested by Daniel.Owen Anderson2010-12-15
* Add fixups for Thumb LDR/STR instructions.Bill Wendling2010-12-15
* thumb adr fixup needs alignment just like the t2 version.Jim Grosbach2010-12-14
* Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755Jim Grosbach2010-12-14
* MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup.Daniel Dunbar2010-12-14
* The tLDR et al instructions were emitting either a reg/reg or reg/immBill Wendling2010-12-14
* Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...Owen Anderson2010-12-14
* Revert r121721, which broke buildbots.Owen Anderson2010-12-13
* Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson2010-12-13
* In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2010-12-13
* Add FIXMEJim Grosbach2010-12-10
* Attempt to get Thumb2 branch fixups working properly.Owen Anderson2010-12-10
* Fix merge error in my last fix to Thumb2 vldr fixups.Owen Anderson2010-12-10
* Fixups for Thumb2 vldr's need to have the effective PC aligned as well.Owen Anderson2010-12-10
* The MCFixupKindInfo table needs to be in the order that the enums wereBill Wendling2010-12-10
* Fix encoding of Thumb1 LDRB and STRB.Owen Anderson2010-12-10
* Trailing whitespace.Jim Grosbach2010-12-10
* Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726Jim Grosbach2010-12-10
* Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach2010-12-10
* Thumb conditional branch binary encodings. rdar://8745367Jim Grosbach2010-12-10
* Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of theBill Wendling2010-12-09
* Use the new IsAligned fixup flag to improve fixup encodings for Thumb2 branch...Owen Anderson2010-12-09
* Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson2010-12-09
* Rename CB/CBZ specific fixup accordingly.Jim Grosbach2010-12-09
* Rename the encoder method for t_cbtarget to match.Jim Grosbach2010-12-09