| Commit message (Expand) | Author | Age | Files | Lines |
| * | ARM: validate immediate branch targets in AsmParser. | Tim Northover | 2016-07-11 | 5 | -51/+93 |
| * | Fix branch relaxation in 16-bit mode. | Nirav Dave | 2016-07-11 | 2 | -2/+5 |
| * | Give helper classes/functions internal linkage. NFC. | Benjamin Kramer | 2016-07-10 | 1 | -9/+14 |
| * | ARM: Remove implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 8 | -135/+124 |
| * | ARM: support high registers in __builtin_longjmp on WoA | Saleem Abdulrasool | 2016-07-08 | 2 | -4/+34 |
| * | [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 1 flag | Diana Picus | 2016-07-07 | 4 | -12/+23 |
| * | [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags. | Diana Picus | 2016-07-06 | 4 | -14/+20 |
| * | [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI | Diana Picus | 2016-07-06 | 5 | -7/+40 |
| * | ARM: fix `-mlong-calls` for WoA | Saleem Abdulrasool | 2016-07-05 | 1 | -1/+1 |
| * | [Thumb] Reapply r272251 with a fix for PR28348 (mk 2) | James Molloy | 2016-07-05 | 1 | -1/+43 |
| * | Revert "[Thumb] Reapply r272251 with a fix for PR28348" | James Molloy | 2016-07-04 | 1 | -40/+1 |
| * | [Thumb] Reapply r272251 with a fix for PR28348 | James Molloy | 2016-07-04 | 1 | -1/+40 |
| * | Revert r274347 "[ARM] Refactor Thumb2 mul instruction descs" | Hans Wennborg | 2016-07-01 | 1 | -144/+327 |
| * | [ARM] Refactor Thumb2 mul instruction descs | Sam Parker | 2016-07-01 | 1 | -327/+144 |
| * | [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin... | Craig Topper | 2016-07-01 | 1 | -3/+3 |
| * | CodeGen: Use MachineInstr& in LiveVariables API, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -3/+3 |
| * | CodeGen: Use MachineInstr& in TargetLowering, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 2 | -96/+99 |
| * | Delete MCCodeGenInfo. | Rafael Espindola | 2016-06-30 | 1 | -12/+0 |
| * | Delete unused includes. NFC. | Rafael Espindola | 2016-06-30 | 3 | -3/+0 |
| * | Use ShuffleVectorSDNode::isSplat member method instead of static method isSpl... | Craig Topper | 2016-06-30 | 1 | -1/+1 |
| * | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 8 | -540/+563 |
| * | Revert r272251, it caused PR28348. | Nico Weber | 2016-06-29 | 1 | -40/+1 |
| * | [ARM] Fix 28282: cost computation for constant hoisting | Weiming Zhao | 2016-06-28 | 1 | -1/+1 |
| * | Don't pass a Reloc::Model to GVIsIndirectSymbol. | Rafael Espindola | 2016-06-28 | 7 | -19/+10 |
| * | Don't pass Reloc::Model to places that already have it. NFC. | Rafael Espindola | 2016-06-28 | 8 | -36/+31 |
| * | NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'. | Nick Lewycky | 2016-06-28 | 1 | -1/+1 |
| * | Move shouldAssumeDSOLocal to Target. | Rafael Espindola | 2016-06-27 | 3 | -13/+4 |
| * | Move isPositionIndependent up to AsmPrinter. | Rafael Espindola | 2016-06-27 | 2 | -5/+0 |
| * | [ARM] Use member initializers in ARMSubtarget. NFCI | Diana Picus | 2016-06-27 | 2 | -103/+78 |
| * | [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI | Diana Picus | 2016-06-27 | 5 | -63/+174 |
| * | Use isPositionIndependent. NFC. | Rafael Espindola | 2016-06-26 | 1 | -1/+1 |
| * | Refactor a duplicated predicate. NFC. | Rafael Espindola | 2016-06-26 | 2 | -5/+0 |
| * | Add support for musl-libc on ARM Linux. | Rafael Espindola | 2016-06-24 | 4 | -5/+17 |
| * | [ARM] Remove dead SDNodes. NFC. | Ahmed Bougacha | 2016-06-24 | 1 | -7/+0 |
| * | [ARM] Use aapcs_vfp for ___truncdfhf2 on v7k. | Ahmed Bougacha | 2016-06-24 | 1 | -11/+13 |
| * | [ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x) | Pablo Barrio | 2016-06-23 | 4 | -1/+141 |
| * | [ARM] Use member initializers in ARMSubtarget. NFCI | Diana Picus | 2016-06-23 | 1 | -66/+22 |
| * | [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI | Diana Picus | 2016-06-23 | 6 | -25/+91 |
| * | [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee | Krzysztof Parzyszek | 2016-06-22 | 2 | -7/+6 |
| * | Delete more dead code. | Rafael Espindola | 2016-06-21 | 2 | -77/+0 |
| * | fix indentation | Etienne Bergeron | 2016-06-21 | 1 | -1/+1 |
| * | Define a isPositionIndependent helper for ARMAsmPrinter. NFC. | Rafael Espindola | 2016-06-21 | 2 | -2/+8 |
| * | Replace silly uses of 'signed' with 'int' | David Majnemer | 2016-06-21 | 1 | -2/+2 |
| * | Add a isPositionIndependent helper to ARMFastISel. NFC. | Rafael Espindola | 2016-06-20 | 1 | -8/+13 |
| * | Use shouldAssumeDSOLocal. | Rafael Espindola | 2016-06-20 | 1 | -1/+3 |
| * | Simplify. NFC. | Rafael Espindola | 2016-06-20 | 1 | -6/+2 |
| * | [ARM] Enable isel of UMAAL | Sam Parker | 2016-06-20 | 5 | -10/+133 |
| * | Add a isPositionIndependent predicate. | Rafael Espindola | 2016-06-20 | 2 | -17/+20 |
| * | Removing an unused switch statement that has only a default label. This happe... | Aaron Ballman | 2016-06-20 | 1 | -22/+16 |
| * | ARM: take account of possible bundle when erasing an instruction. | Tim Northover | 2016-06-17 | 1 | -1/+1 |