| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [ARM] optimizeSelect should clear kill flags. | Pete Cooper | 2015-04-30 | 1 | -0/+7 |
* | ARM: fix peephole optimisation of TST | Tim Northover | 2015-04-28 | 1 | -10/+0 |
* | ARM: When re-creating a branch via InsertBranch, preserve CPSR flags. | Peter Collingbourne | 2015-04-23 | 1 | -2/+4 |
* | Thumb2: When optimizing for size, do not if-convert branches involving compar... | Peter Collingbourne | 2015-04-23 | 1 | -0/+27 |
* | Revert "Use std::bitset for SubtargetFeatures" | Michael Kuperstein | 2015-03-24 | 1 | -1/+1 |
* | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-03-24 | 1 | -1/+1 |
* | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
* | [ARM] Add support for ARMV6K subtarget (LLVM) | Renato Golin | 2015-03-17 | 1 | -1/+1 |
* | Recommit r231324 with a fix to the ARM execution domain code | Eric Christopher | 2015-03-07 | 1 | -13/+18 |
* | Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. | Michael Kuperstein | 2015-02-19 | 1 | -1/+1 |
* | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-02-19 | 1 | -1/+1 |
* | ARM: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith | 2015-02-14 | 1 | -5/+2 |
* | Fix ARM peephole optimizeCompare to avoid optimizing unsigned cmp to 0. | Jan Wen Voung | 2015-02-02 | 1 | -11/+23 |
* | Peephole opt needs optimizeSelect() to keep track of newly created MIs | Mehdi Amini | 2015-01-13 | 1 | -2/+8 |
* | ARM: add @llvm.arm.space intrinsic for testing ConstantIslands. | Tim Northover | 2014-11-13 | 1 | -0/+2 |
* | Add Forward Control-Flow Integrity. | Tom Roeder | 2014-11-11 | 1 | -23/+0 |
* | Remove a compiler bug workaround from 2007. The affected versions of gcc are ... | Benjamin Kramer | 2014-10-09 | 1 | -11/+1 |
* | ARM: allow copying of CPSR when all else fails. | Tim Northover | 2014-10-01 | 1 | -0/+49 |
* | Fix typos in comments, NFC | Robin Morisset | 2014-08-29 | 1 | -1/+1 |
* | [ARM] Move the implementation of the target hooks related to copy-related | Quentin Colombet | 2014-08-22 | 1 | -0/+69 |
* | [ARM] Enable DP copy, load and store instructions for FPv4-SP | Oliver Stannard | 2014-08-21 | 1 | -2/+7 |
* | ARM: try harder to detect non-IT eligible instructions | Saleem Abdulrasool | 2014-08-11 | 1 | -7/+32 |
* | ARM: correct isPredicable for MULS in ThHUMB mode | Saleem Abdulrasool | 2014-08-10 | 1 | -0/+14 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+1 |