| Commit message (Expand) | Author | Age | Files | Lines |
| * | ARM: move the builtins libcall CC setup | Saleem Abdulrasool | 2016-09-09 | 1 | -0/+2 |
| * | [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and Musl | Diana Picus | 2016-07-18 | 1 | -0/+6 |
| * | CodeGen: Use MachineInstr& in TargetLowering, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -10/+9 |
| * | Refactor a duplicated predicate. NFC. | Rafael Espindola | 2016-06-26 | 1 | -1/+0 |
| * | [ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x) | Pablo Barrio | 2016-06-23 | 1 | -0/+2 |
| * | [ARM] Enable isel of UMAAL | Sam Parker | 2016-06-20 | 1 | -0/+1 |
| * | Add a isPositionIndependent predicate. | Rafael Espindola | 2016-06-20 | 1 | -0/+1 |
| * | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -32/+25 |
| * | ARM: stop emitting blx instructions for most calls on MachO. | Tim Northover | 2016-05-10 | 1 | -1/+0 |
| * | [ARM] Add support for the X asm constraint | Silviu Baranga | 2016-04-25 | 1 | -0/+2 |
| * | Swift Calling Convention: swifterror target support. | Manman Ren | 2016-04-11 | 1 | -0/+4 |
| * | ARM: Better codegen for 64-bit compares. | Peter Collingbourne | 2016-03-21 | 1 | -0/+1 |
| * | Tweak some atomics functions in preparation for larger changes; NFC. | James Y Knight | 2016-03-16 | 1 | -0/+5 |
| * | ARM: support TLS for WoA | Saleem Abdulrasool | 2016-02-03 | 1 | -0/+1 |
| * | CXX_FAST_TLS calling convention: performance improvement for ARM. | Manman Ren | 2016-01-12 | 1 | -0/+9 |
| * | ARM: support TLS accesses on Darwin platforms | Tim Northover | 2016-01-07 | 1 | -0/+2 |
| * | ARM: address WOA unsigned division overflow crash | Martell Malone | 2015-11-26 | 1 | -3/+3 |
| * | ARM: address WoA division overflow crash | Martell Malone | 2015-11-23 | 1 | -3/+3 |
| * | [ARM] Replace ARMISD::RBIT with ISD::BITREVERSE | James Molloy | 2015-11-13 | 1 | -2/+0 |
| * | [ARM] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz() | Sanjay Patel | 2015-11-10 | 1 | -0/+3 |
| * | Reapply "[ARM] Combine CMOV into BFI where possible" | James Molloy | 2015-11-10 | 1 | -0/+1 |
| * | Revert "[ARM] Combine CMOV into BFI where possible" | Renato Golin | 2015-11-09 | 1 | -1/+0 |
| * | [WinEH] Update exception pointer registers | Joseph Tremoulet | 2015-11-07 | 1 | -0/+10 |
| * | [ARM] Combine CMOV into BFI where possible | James Molloy | 2015-11-04 | 1 | -0/+1 |
| * | ARM/ELF: Better codegen for global variable addresses. | Peter Collingbourne | 2015-10-26 | 1 | -1/+0 |
| * | [ARM] Handle the inline asm constraint type 'o' | James Molloy | 2015-10-26 | 1 | -0/+2 |
| * | [ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM. | Scott Douglass | 2015-10-05 | 1 | -0/+4 |
| * | ARM: address WoA division limitation | Saleem Abdulrasool | 2015-09-25 | 1 | -0/+8 |
| * | [ARM] Emit clrex in the expanded cmpxchg fail block. | Ahmed Bougacha | 2015-09-22 | 1 | -0/+2 |
| * | [CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit. | Ahmed Bougacha | 2015-09-11 | 1 | -2/+3 |
| * | [CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind. | Ahmed Bougacha | 2015-09-11 | 1 | -1/+1 |
| * | [ARM] Use AEABI helpers for i64 div and rem | Scott Douglass | 2015-08-24 | 1 | -0/+1 |
| * | [ARM] Replace ARMISD::VMINNM/VMAXNM with ISD::FMINNUM/FMAXNUM | James Molloy | 2015-08-11 | 1 | -4/+0 |
| * | [ARM] Replace ARMISD::FMIN/FMAX with the shiny new ISD::FMINNAN/FMAXNAN. | James Molloy | 2015-08-11 | 1 | -2/+0 |
| * | Fix __builtin_setjmp in combination with sjlj exception handling. | Matthias Braun | 2015-07-16 | 1 | -0/+2 |
| * | Allow {e,r}bp as the target of {read,write}_register. | Pat Gavlin | 2015-07-09 | 1 | -1/+2 |
| * | Make isLegalAddressingMode() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -2/+2 |
| * | Make TargetLowering::getPointerTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -1/+2 |
| * | [TargetLowering] StringRefize asm constraint getters. | Benjamin Kramer | 2015-07-05 | 1 | -6/+4 |
| * | [ARM] Lower interleaved memory accesses to vldN/vstN intrinsics. | Hao Liu | 2015-06-26 | 1 | -0/+9 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
| * | Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM." | Peter Collingbourne | 2015-06-05 | 1 | -4/+0 |
| * | [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory ... | Daniel Sanders | 2015-06-03 | 1 | -2/+25 |
| * | Add address space argument to isLegalAddressingMode | Matt Arsenault | 2015-06-01 | 1 | -1/+2 |
| * | Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM. | Peter Collingbourne | 2015-05-28 | 1 | -0/+4 |
| * | Migrate existing backends that care about software floating point | Eric Christopher | 2015-05-12 | 1 | -0/+1 |
| * | Change getTargetNodeName() to produce compiler warnings for missing cases, fi... | Matthias Braun | 2015-05-07 | 1 | -1/+1 |
| * | Cleanup, remove unused return value | Matthias Braun | 2015-04-28 | 1 | -2/+1 |
| * | [ARM] Remove target-specific ITOFP/FPTOI nodes | James Molloy | 2015-03-23 | 1 | -5/+0 |