| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko | 2017-01-26 | 1 | -29/+42 |
* | [XRay][Arm32] Reduce the portion of the stub and implement more staging for t... | Serge Rogatch | 2017-01-26 | 1 | -0/+13 |
* | [Thumb] Add support for tMUL in the compare instruction peephole optimizer. | Sjoerd Meijer | 2017-01-20 | 1 | -169/+206 |
* | [ARM] Use helpers for adding pred / CC operands. NFC | Diana Picus | 2017-01-20 | 1 | -23/+21 |
* | [ARM] CodeGen: Remove AddDefaultCC. NFC. | Diana Picus | 2017-01-13 | 1 | -10/+12 |
* | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 1 | -12/+16 |
* | [ARM] CodeGen: Remove AddDefaultPred. NFC. | Diana Picus | 2017-01-13 | 1 | -123/+155 |
* | [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently | Sjoerd Meijer | 2016-12-15 | 1 | -1/+5 |
* | Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently" | James Molloy | 2016-11-03 | 1 | -5/+1 |
* | [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently | James Molloy | 2016-11-03 | 1 | -1/+5 |
* | ARM: don't rely on push/pop reglists being in order when folding SP adjust. | Tim Northover | 2016-10-26 | 1 | -8/+19 |
* | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 1 | -2/+2 |
* | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 1 | -2/+2 |
* | AArch64: Use TTI branch functions in branch relaxation | Matt Arsenault | 2016-09-14 | 1 | -2/+7 |
* | Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently" | James Molloy | 2016-09-14 | 1 | -5/+1 |
* | [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently | James Molloy | 2016-09-13 | 1 | -1/+5 |
* | Revert r281215, it caused PR30358. | Nico Weber | 2016-09-12 | 1 | -5/+1 |
* | [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently | James Molloy | 2016-09-12 | 1 | -1/+5 |
* | [CodeGen] Split out the notions of MI invariance and MI dereferenceability. | Justin Lebar | 2016-09-11 | 1 | -1/+3 |
* | [Thumb1] Teach optimizeCompareInstr about thumb1 compares | James Molloy | 2016-09-09 | 1 | -4/+21 |
* | ARM: workaround bundled operation predication | Saleem Abdulrasool | 2016-09-06 | 1 | -0/+3 |
* | [ARM] Add support for embedded position-independent code | Oliver Stannard | 2016-08-08 | 1 | -0/+3 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -2/+2 |
* | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 2016-07-28 | 1 | -2/+2 |
* | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar | 2016-07-15 | 1 | -2/+2 |
* | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 1 | -5/+5 |
* | ARM: Remove implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -5/+4 |
* | ARM: support high registers in __builtin_longjmp on WoA | Saleem Abdulrasool | 2016-07-08 | 1 | -1/+2 |
* | [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags. | Diana Picus | 2016-07-06 | 1 | -14/+4 |
* | CodeGen: Use MachineInstr& in LiveVariables API, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -3/+3 |
* | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -484/+501 |
* | Don't pass a Reloc::Model to GVIsIndirectSymbol. | Rafael Espindola | 2016-06-28 | 1 | -3/+1 |
* | Don't pass Reloc::Model to places that already have it. NFC. | Rafael Espindola | 2016-06-28 | 1 | -6/+4 |
* | [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI | Diana Picus | 2016-06-27 | 1 | -56/+63 |
* | [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI | Diana Picus | 2016-06-23 | 1 | -3/+3 |
* | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -12/+14 |
* | [ARM] Remove redundant check. NFC | Diana Picus | 2016-06-08 | 1 | -1/+1 |
* | ARM: fix handling of SUB immediates in peephole opt. | Tim Northover | 2016-05-02 | 1 | -12/+30 |
* | ARM: follow up improvements for SVN r263118 | Saleem Abdulrasool | 2016-03-10 | 1 | -0/+1 |
* | CodeGen: Change MachineInstr to use MachineInstr&, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -1/+1 |
* | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -48/+48 |
* | CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()... | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -1/+1 |
* | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -8/+8 |
* | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 2016-02-21 | 1 | -7/+7 |
* | CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness() | Matthias Braun | 2015-12-11 | 1 | -13/+2 |
* | ARM/ELF: Better codegen for global variable addresses. | Peter Collingbourne | 2015-10-26 | 1 | -3/+3 |
* | Convert assert(false) into llvm_unreachable where it makes sense. | Benjamin Kramer | 2015-10-25 | 1 | -1/+1 |
* | ARM: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-19 | 1 | -7/+7 |
* | [ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM. | Scott Douglass | 2015-10-05 | 1 | -0/+59 |
* | Improved the interface of methods commuting operands, improved X86-FMA3 mem-f... | Andrew Kaylor | 2015-09-28 | 1 | -5/+6 |