aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/EDEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-041-0/+7
* TableGen: PointerLikeRegClass can be accepted to operand.NAKAMURA Takumi2011-01-261-1/+2
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-181-0/+2
* Add support to the ARM MC infrastructure to support mcr and friends. This req...Owen Anderson2011-01-131-0/+2
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-1/+1
* Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755Jim Grosbach2010-12-141-0/+1
* The tLDR et al instructions were emitting either a reg/reg or reg/immBill Wendling2010-12-141-6/+8
* Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...Owen Anderson2010-12-141-0/+1
* Revert r121721, which broke buildbots.Owen Anderson2010-12-131-1/+0
* Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson2010-12-131-0/+1
* In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2010-12-131-0/+2
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-1/+1
* Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach2010-12-101-0/+1
* Thumb conditional branch binary encodings. rdar://8745367Jim Grosbach2010-12-101-0/+1
* Thumb needs a few different encoding schemes for branch targets. RenameJim Grosbach2010-12-091-1/+1
* The BLX instruction is encoded differently than the BL, because why not? InBill Wendling2010-12-091-0/+1
* Support the "target" encodings for the CB[N]Z instructions.Bill Wendling2010-12-081-1/+2
* Add support for loading from a constant pool.Bill Wendling2010-12-081-0/+2
* Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach2010-12-061-0/+1
* Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach2010-12-011-0/+1
* Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson2010-11-301-2/+0
* Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson2010-11-301-0/+2
* Fix the encoding of VLD4-dup alignment.Bob Wilson2010-11-301-0/+1
* Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim2010-11-181-0/+1
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-171-0/+4
* ARM fixup encoding for direct call instructions (BL).Jim Grosbach2010-11-111-0/+2
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-031-2/+2
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-9/+7
* Shifter ops are not always free. Do not fold them (especially to formEvan Cheng2010-10-271-0/+1
* Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson2010-10-271-0/+1
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-261-0/+4
* ARM mode encoding information for UBFX and SBFX instructions.Jim Grosbach2010-10-151-0/+1
* Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach2010-10-131-0/+1
* Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.Jim Grosbach2010-10-131-0/+2
* Fix spelling error.Cameron Esfahani2010-10-121-2/+2
* trailing whitespaceJim Grosbach2010-10-051-95/+95
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-081-4/+12
* remove dead code.Chris Lattner2010-09-011-37/+0
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-161-1/+1
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-121-0/+1
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-111-0/+1
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-301-0/+1
* remove option from tablegen for building static header.Chris Lattner2010-07-201-18/+0
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-191-0/+1
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-091-0/+2
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-071-0/+1
* Add support for the x86 instructions "pusha" and "popa".Nico Weber2010-06-231-0/+4
* Next round of tail call changes. Register used in a tailDale Johannesen2010-06-151-0/+1
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-111-4/+1
* Added a QQQQ register file to model 4-consecutive Q registers.Evan Cheng2010-05-141-0/+1