| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ARM] Armv8.2-A FP16 code generation (part 1/3) | Sjoerd Meijer | 2018-01-26 | 1 | -3/+70 |
| * | [ARM] Expand long shifts for Thumb1 to __aeabi_ calls | Weiming Zhao | 2018-01-24 | 1 | -0/+7 |
| * | [ARM] Call __chkstk for dynamic stack allocation in all windows environments | Martin Storsjo | 2018-01-24 | 1 | -2/+2 |
| * | [ARM] Optimize {s,u}mul.with.overflow. | Joel Galenson | 2018-01-17 | 1 | -5/+32 |
| * | [ARM] Add codegen for SMMULR, SMMLAR and SMMLSR | Andre Vieira | 2018-01-12 | 1 | -55/+98 |
| * | [ARM] Optimize {s,u}{add,sub}.with.overflow. | Joel Galenson | 2017-12-20 | 1 | -2/+71 |
| * | [ARM] Lower unsigned saturation to USAT | Florian Hahn | 2017-12-20 | 1 | -7/+28 |
| * | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -1/+1 |
| * | X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI | Matthias Braun | 2017-12-18 | 1 | -17/+7 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -28/+28 |
| * | TLI: Allow using PSV for intrinsic mem operands | Matt Arsenault | 2017-12-14 | 1 | -0/+1 |
| * | DAG: Expose all MMO flags in getTgtMemIntrinsic | Matt Arsenault | 2017-12-14 | 1 | -18/+8 |
| * | [MachineOperand][MIR] Add isRenamable to MachineOperand. | Geoff Berry | 2017-12-12 | 1 | -1/+4 |
| * | [ARM] Use ADDCARRY / SUBCARRY | Roger Ferrer Ibanez | 2017-12-11 | 1 | -19/+167 |
| * | [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. | Francis Visoiu Mistrih | 2017-12-07 | 1 | -1/+1 |
| * | Fix function pointer tail calls in armv8-M.base | Pablo Barrio | 2017-12-04 | 1 | -0/+7 |
| * | [ARM] Allow using emulated tls on platforms other than ELF | Martin Storsjo | 2017-12-04 | 1 | -4/+4 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -4/+4 |
| * | [ARM] 't' asm constraint should accept i32 | Yi Kong | 2017-11-16 | 1 | -1/+1 |
| * | [ARM, AArch64] Fix an assert message, Darwin isn't the only target supporting... | Martin Storsjo | 2017-11-14 | 1 | -1/+2 |
| * | [arm] Fix Unnecessary reloads from GOT. | Evgeniy Stepanov | 2017-11-13 | 1 | -20/+4 |
| * | [ARM] Place jump table as the first operand in additions | Momchil Velikov | 2017-11-13 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [ARM] and, or, xor and add with shl combine | Sam Parker | 2017-11-02 | 1 | -7/+120 |
| * | Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY" | Roger Ferrer Ibanez | 2017-11-01 | 1 | -166/+19 |
| * | [ARM] Honor -mfloat-abi for libcall calling convention | Eli Friedman | 2017-10-26 | 1 | -9/+1 |
| * | [ARM] OrCombineToBFI function | Sam Parker | 2017-10-25 | 1 | -92/+109 |
| * | [ARM] Swap cmp operands for automatic shifts | Sam Parker | 2017-10-25 | 1 | -0/+6 |
| * | ISel type legalization: add debug messages. NFCI. | Sjoerd Meijer | 2017-10-03 | 1 | -0/+1 |
| * | [ARM] isTruncateFree fix | Sam Parker | 2017-09-27 | 1 | -6/+6 |
| * | [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin... | Eugene Zelenko | 2017-09-20 | 1 | -19/+11 |
| * | [ARM] Use ADDCARRY / SUBCARRY | Roger Ferrer Ibanez | 2017-09-19 | 1 | -19/+167 |
| * | [ARM] Implement isTruncateFree | Sam Parker | 2017-09-18 | 1 | -0/+20 |
| * | Revert r313009 "[ARM] Use ADDCARRY / SUBCARRY" | Hans Wennborg | 2017-09-12 | 1 | -166/+19 |
| * | [ARM] Fix typo when creating ISD::SUB nodes | Roger Ferrer Ibanez | 2017-09-12 | 1 | -5/+5 |
| * | [ARM] Use ADDCARRY / SUBCARRY | Roger Ferrer Ibanez | 2017-09-12 | 1 | -19/+166 |
| * | Revert r312898 "[ARM] Use ADDCARRY / SUBCARRY" | Hans Wennborg | 2017-09-11 | 1 | -166/+19 |
| * | [ARM] Use ADDCARRY / SUBCARRY | Roger Ferrer Ibanez | 2017-09-11 | 1 | -19/+166 |
| * | Move static helper into ARMTargetLowering. NFC | Diana Picus | 2017-09-01 | 1 | -1/+1 |
| * | [ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddressingMode from accepting... | Evgeny Astigeevich | 2017-08-24 | 1 | -4/+18 |
| * | [ARM] Call setBooleanContents(ZeroOrOneBooleanContent) | Renato Golin | 2017-08-22 | 1 | -0/+1 |
| * | Fix a typo in r311435. | Chandler Carruth | 2017-08-22 | 1 | -1/+1 |
| * | Use report_fatal_error for unsupported calling conventions | Alex Bradbury | 2017-08-22 | 1 | -2/+2 |
| * | [ARM] Factorize the calculation of WhichResult in isV*Mask. NFC. | Martin Storsjo | 2017-08-19 | 1 | -24/+13 |
| * | [ARM] Check the right order for halves of VZIP/VUZP if both parts are used | Martin Storsjo | 2017-08-19 | 1 | -4/+16 |
| * | ARM: mark CPSR as clobbered for Windows VLAs | Saleem Abdulrasool | 2017-08-17 | 1 | -0/+4 |
| * | [X86][ARM][TargetLowering] Add SrcVT to isExtractSubvectorCheap | Craig Topper | 2017-08-13 | 1 | -1/+1 |
| * | [ARM] Clarify legal addressing modes for ARM and Thumb2. NFC | Eli Friedman | 2017-08-10 | 1 | -3/+11 |
| * | Revert r309923, it caused PR34045. | Nico Weber | 2017-08-03 | 1 | -154/+12 |
| * | [ARM] Use ADDCARRY / SUBCARRY | Roger Ferrer Ibanez | 2017-08-03 | 1 | -12/+154 |