Age | Commit message (Expand) | Author | Files | Lines |
2016-09-13 | [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently | James Molloy | 1 | -1/+5 |
2016-09-12 | Revert r281215, it caused PR30358. | Nico Weber | 1 | -5/+1 |
2016-09-12 | [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently | James Molloy | 1 | -1/+5 |
2016-09-11 | [CodeGen] Split out the notions of MI invariance and MI dereferenceability. | Justin Lebar | 1 | -1/+3 |
2016-09-09 | [Thumb1] Teach optimizeCompareInstr about thumb1 compares | James Molloy | 1 | -4/+21 |
2016-09-06 | ARM: workaround bundled operation predication | Saleem Abdulrasool | 1 | -0/+3 |
2016-08-08 | [ARM] Add support for embedded position-independent code | Oliver Stannard | 1 | -0/+3 |
2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 1 | -2/+2 |
2016-07-28 | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 1 | -2/+2 |
2016-07-15 | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar | 1 | -2/+2 |
2016-07-15 | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 1 | -5/+5 |
2016-07-08 | ARM: Remove implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -5/+4 |
2016-07-08 | ARM: support high registers in __builtin_longjmp on WoA | Saleem Abdulrasool | 1 | -1/+2 |
2016-07-06 | [ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags. | Diana Picus | 1 | -14/+4 |
2016-07-01 | CodeGen: Use MachineInstr& in LiveVariables API, NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2016-06-30 | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 1 | -484/+501 |
2016-06-28 | Don't pass a Reloc::Model to GVIsIndirectSymbol. | Rafael Espindola | 1 | -3/+1 |
2016-06-28 | Don't pass Reloc::Model to places that already have it. NFC. | Rafael Espindola | 1 | -6/+4 |
2016-06-27 | [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI | Diana Picus | 1 | -56/+63 |
2016-06-23 | [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI | Diana Picus | 1 | -3/+3 |
2016-06-12 | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 1 | -12/+14 |
2016-06-08 | [ARM] Remove redundant check. NFC | Diana Picus | 1 | -1/+1 |
2016-05-02 | ARM: fix handling of SUB immediates in peephole opt. | Tim Northover | 1 | -12/+30 |
2016-03-10 | ARM: follow up improvements for SVN r263118 | Saleem Abdulrasool | 1 | -0/+1 |
2016-02-27 | CodeGen: Change MachineInstr to use MachineInstr&, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-02-23 | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 1 | -48/+48 |
2016-02-22 | CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()... | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-02-22 | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 1 | -8/+8 |
2016-02-21 | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 1 | -7/+7 |
2015-12-11 | CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness() | Matthias Braun | 1 | -13/+2 |
2015-10-26 | ARM/ELF: Better codegen for global variable addresses. | Peter Collingbourne | 1 | -3/+3 |
2015-10-25 | Convert assert(false) into llvm_unreachable where it makes sense. | Benjamin Kramer | 1 | -1/+1 |
2015-10-19 | ARM: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -7/+7 |
2015-10-05 | [ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM. | Scott Douglass | 1 | -0/+59 |
2015-09-28 | Improved the interface of methods commuting operands, improved X86-FMA3 mem-f... | Andrew Kaylor | 1 | -5/+6 |
2015-09-18 | Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are ... | Cong Hou | 1 | -10/+17 |
2015-09-10 | Pass BranchProbability/BlockMass by value instead of const& as they are small... | Cong Hou | 1 | -2/+2 |
2015-08-26 | [ARM] Use BranchProbability::scale() to scale an integer with a probability i... | Cong Hou | 1 | -9/+3 |
2015-08-11 | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 1 | -13/+8 |
2015-08-04 | wrap OptSize and MinSize attributes for easier and consistent access (NFCI) | Sanjay Patel | 1 | -4/+3 |
2015-08-03 | Be less conservative about forming IT blocks. | James Molloy | 1 | -1/+1 |
2015-07-06 | Where Triple has a suitable predicate, use it rather than the enum values. NFC. | Daniel Sanders | 1 | -2/+1 |
2015-06-25 | Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstr | Benjamin Kramer | 1 | -8/+4 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-06-13 | MachineLICM: Use TargetSchedModel instead of just itineraries | Matthias Braun | 1 | -5/+6 |
2015-06-11 | [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC. | Ahmed Bougacha | 1 | -6/+4 |
2015-05-31 | ARM: recommit r237590: allow jump tables to be placed as constant islands. | Tim Northover | 1 | -36/+4 |
2015-05-26 | Use std::bitset for SubtargetFeatures. | Michael Kuperstein | 1 | -1/+1 |
2015-05-21 | Revert r237590, "ARM: allow jump tables to be placed as constant islands." | Peter Collingbourne | 1 | -4/+36 |