Age | Commit message (Expand) | Author | Files | Lines |
2014-12-02 | Add support for ARM modified-immediate assembly syntax. | Asiri Rathnayake | 1 | -0/+22 |
2014-06-19 | Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the... | Craig Topper | 1 | -2/+1 |
2014-05-21 | MC: correct IMAGE_REL_ARM_MOV32T relocation emission | Saleem Abdulrasool | 1 | -3/+0 |
2014-04-27 | Add WoA object file emission support | Saleem Abdulrasool | 1 | -0/+4 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-04-18 | Change the ARM assembler to require a :lower16: or :upper16 on non-constant | Kevin Enderby | 1 | -5/+5 |
2014-04-01 | ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th... | Christian Pirker | 1 | -2/+2 |
2014-03-29 | Recommitted fix for PR18931, with extended tests set. | Stepan Dyatkovskiy | 1 | -1/+19 |
2014-03-29 | Completely rewrite ELFObjectWriter::RecordRelocation. | Rafael Espindola | 1 | -37/+6 |
2014-03-28 | Add ARM big endian Target (armeb, thumbeb) | Christian Pirker | 1 | -9/+17 |
2014-03-27 | Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86... | Stepan Dyatkovskiy | 1 | -17/+1 |
2014-03-27 | Fix for pr18931: Crash using integrated assembler with immediate arithmetic | Stepan Dyatkovskiy | 1 | -1/+17 |
2014-03-21 | This reverts commit r203762, "ARM: support emission of complex SO expressions". | Jiangning Liu | 1 | -14/+2 |
2014-03-13 | ARM: ignore unused variable to fix -Wunused-variable builds | Saleem Abdulrasool | 1 | -0/+1 |
2014-03-13 | ARM: support emission of complex SO expressions | Saleem Abdulrasool | 1 | -2/+13 |
2014-03-10 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -1/+1 |
2014-01-28 | Delete MCSubtargetInfo data members from target MCCodeEmitter classes | David Woodhouse | 1 | -28/+25 |
2014-01-28 | Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr() | David Woodhouse | 1 | -136/+250 |
2014-01-28 | Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() | David Woodhouse | 1 | -2/+4 |
2014-01-11 | ARM IAS: support emitting constant values in target expressions | Saleem Abdulrasool | 1 | -0/+15 |
2014-01-06 | ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks. | Tim Northover | 1 | -5/+5 |
2013-10-28 | Return early from getUnconditionalBranchTargetOpValue if the branch target is | Lang Hames | 1 | -1/+1 |
2013-08-29 | Clean up some usage of Triple. The base class has methods for determining if... | Cameron Esfahani | 1 | -2/+1 |
2013-08-16 | Add support for Thumb2 literal loads with negative zero offset | Mihai Popa | 1 | -2/+4 |
2013-08-13 | Fix signed overflow in when computing encodings for ADR instructions | Mihai Popa | 1 | -1/+1 |
2013-08-09 | Fix assembling of Thumb2 branch instructions. | Mihai Popa | 1 | -2/+8 |
2013-07-17 | [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. | Joey Gouly | 1 | -0/+13 |
2013-06-18 | ARM: fix literal load with positive offset encoding | Amaury de la Vieuville | 1 | -1/+1 |
2013-06-18 | Use pointers to the MCAsmInfo and MCRegInfo. | Bill Wendling | 1 | -31/+31 |
2013-05-24 | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 1 | -2/+2 |
2013-02-27 | ARM: permit full range of valid ADR immediates. | Tim Northover | 1 | -2/+15 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -3/+3 |
2012-09-22 | Fix the handling of edge cases in ARM shifted operands. | Tim Northover | 1 | -0/+4 |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper | 1 | -2/+2 |
2012-08-24 | Fix undefined behavior (negation of INT_MIN) in ARM backend. | Richard Smith | 1 | -1/+1 |
2012-08-09 | Remove getARMRegisterNumbering and replace with calls into | Eric Christopher | 1 | -32/+34 |
2012-08-02 | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu | 1 | -7/+17 |
2012-05-15 | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach | 1 | -0/+1 |
2012-05-01 | ARM: allow vanilla expressions for movw/movt. | Jim Grosbach | 1 | -4/+16 |
2012-04-25 | Unify internal representation of ARM instructions with a register right-shift... | Richard Barton | 1 | -2/+1 |
2012-03-30 | Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond... | James Molloy | 1 | -2/+6 |
2012-03-27 | Remove unnecessary llvm:: qualifications | Craig Topper | 1 | -2/+2 |
2012-02-27 | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach | 1 | -8/+15 |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper | 1 | -3/+3 |
2012-01-26 | Keep source information, if available, around for ARM Fixups. | Jim Grosbach | 1 | -6/+6 |
2012-01-24 | Widen the instruction encoder that TblGen emits to a 64 bits, which should ac... | Owen Anderson | 1 | -1/+1 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -3/+1 |
2012-01-18 | Thumb2 alternate syntax for LDR(literal) and friends. | Jim Grosbach | 1 | -0/+1 |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 1 | -1/+0 |
2011-12-19 | ARM assembly parsing and encoding support for LDRD(label). | Jim Grosbach | 1 | -1/+14 |