| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are ... | Cong Hou | 2015-09-18 | 1 | -10/+17 |
* | Pass BranchProbability/BlockMass by value instead of const& as they are small... | Cong Hou | 2015-09-10 | 1 | -2/+2 |
* | [ARM] Use BranchProbability::scale() to scale an integer with a probability i... | Cong Hou | 2015-08-26 | 1 | -9/+3 |
* | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 2015-08-11 | 1 | -13/+8 |
* | wrap OptSize and MinSize attributes for easier and consistent access (NFCI) | Sanjay Patel | 2015-08-04 | 1 | -4/+3 |
* | Be less conservative about forming IT blocks. | James Molloy | 2015-08-03 | 1 | -1/+1 |
* | Where Triple has a suitable predicate, use it rather than the enum values. NFC. | Daniel Sanders | 2015-07-06 | 1 | -2/+1 |
* | Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstr | Benjamin Kramer | 2015-06-25 | 1 | -8/+4 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | MachineLICM: Use TargetSchedModel instead of just itineraries | Matthias Braun | 2015-06-13 | 1 | -5/+6 |
* | [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC. | Ahmed Bougacha | 2015-06-11 | 1 | -6/+4 |
* | ARM: recommit r237590: allow jump tables to be placed as constant islands. | Tim Northover | 2015-05-31 | 1 | -36/+4 |
* | Use std::bitset for SubtargetFeatures. | Michael Kuperstein | 2015-05-26 | 1 | -1/+1 |
* | Revert r237590, "ARM: allow jump tables to be placed as constant islands." | Peter Collingbourne | 2015-05-21 | 1 | -4/+36 |
* | MachineInstr: Remove unused parameter. | Matthias Braun | 2015-05-19 | 1 | -2/+1 |
* | MachineInstr: Change return value of getOpcode() to unsigned. | Matthias Braun | 2015-05-18 | 1 | -2/+2 |
* | ARM: allow jump tables to be placed as constant islands. | Tim Northover | 2015-05-18 | 1 | -36/+4 |
* | ARM: remove custom jump table UID | Tim Northover | 2015-05-13 | 1 | -1/+1 |
* | Reverting r237234, "Use std::bitset for SubtargetFeatures" | Michael Kuperstein | 2015-05-13 | 1 | -1/+1 |
* | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-05-13 | 1 | -1/+1 |