| Commit message (Expand) | Author | Age | Files | Lines |
* | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
* | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
* | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -3/+3 |
* | ARM: take account of possible bundle when erasing an instruction. | Tim Northover | 2016-06-17 | 1 | -1/+1 |
* | Move instances of std::function. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
* | [ARM] Shrink post-indexed LDR and STR to LDM/STM | James Molloy | 2016-06-07 | 1 | -0/+42 |
* | Apply clang-tidy's misc-move-constructor-init throughout LLVM. | Benjamin Kramer | 2016-05-27 | 1 | -2/+3 |
* | [scan-build] fix warnings emitted on LLVM ARM code base | Renato Golin | 2016-05-12 | 1 | -1/+1 |
* | Reverting Thumb2SizeReduction opt bisect change to fix failing buildbots. | Andrew Kaylor | 2016-04-26 | 1 | -2/+1 |
* | Fix build warning | Andrew Kaylor | 2016-04-25 | 1 | -1/+1 |
* | Add optimization bisect opt-in calls for ARM passes | Andrew Kaylor | 2016-04-25 | 1 | -1/+2 |
* | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -0/+5 |
* | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -3/+3 |
* | Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical... | Craig Topper | 2015-12-05 | 1 | -1/+1 |
* | Convert assert(false) into llvm_unreachable where it makes sense. | Benjamin Kramer | 2015-10-25 | 1 | -1/+1 |
* | [ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM. | Scott Douglass | 2015-10-05 | 1 | -1/+18 |
* | Improved the interface of methods commuting operands, improved X86-FMA3 mem-f... | Andrew Kaylor | 2015-09-28 | 1 | -3/+5 |
* | wrap OptSize and MinSize attributes for easier and consistent access (NFCI) | Sanjay Patel | 2015-08-04 | 1 | -9/+7 |
* | 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 |
* | [ARM] Pass a callback to FunctionPass constructors to enable skipping execution | Akira Hatanaka | 2015-06-08 | 1 | -4/+11 |
* | Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM." | Peter Collingbourne | 2015-06-05 | 1 | -18/+1 |
* | Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM. | Peter Collingbourne | 2015-05-28 | 1 | -1/+18 |
* | Use new MachineInstr mayLoadOrStore() API. NFC. | Chad Rosier | 2015-05-22 | 1 | -1/+1 |
* | Thumb2SizeReduction: Check the correct set of registers for LDMIA. | Peter Collingbourne | 2015-05-05 | 1 | -9/+4 |
* | [ARM] Transfer the internal flag in thumb2 size reduction. | Pete Cooper | 2015-05-01 | 1 | -1/+4 |
* | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
* | Cleanup and remove a chunk of getARMSubtarget calls in the | Eric Christopher | 2015-03-05 | 1 | -0/+3 |
* | ARM: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith | 2015-02-14 | 1 | -5/+2 |
* | Migrate ARM except for TTI, AsmPrinter, and frame lowering | Eric Christopher | 2015-01-29 | 1 | -4/+2 |
* | [ARM] Remove redundant assignment. | Tilmann Scheller | 2014-11-05 | 1 | -1/+0 |
* | ARM: don't size-reduce STMs using the LR register. | Tim Northover | 2014-09-10 | 1 | -1/+1 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+2 |
* | Move function dependent resetting of a subtarget variable out of the | Eric Christopher | 2014-07-04 | 1 | -1/+2 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -3/+3 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | ARM: Range based for-loop over block predecessors. | Jim Grosbach | 2014-04-04 | 1 | -3/+2 |
* | Prune includes in ARM target. | Craig Topper | 2014-03-22 | 1 | -2/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-10 | 1 | -2/+2 |
* | Range-ify some for loops. | Owen Anderson | 2014-03-07 | 1 | -8/+4 |
* | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -2/+2 |
* | Fix PR 18369: [Thumbv8] asserts due to inconsistent CPSR liveness of IT blocks | Weiming Zhao | 2014-01-13 | 1 | -0/+3 |
* | ARM: decide whether to use movw/movt based on "minsize" attribute. | Tim Northover | 2013-12-02 | 1 | -2/+1 |
* | ARM: Remove unused variable. | Benjamin Kramer | 2013-04-08 | 1 | -2/+0 |
* | Avoid high-latency false CPSR dependencies even for tMOVSi. | Jakob Stoklund Olesen | 2013-04-04 | 1 | -46/+103 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling | 2012-12-30 | 1 | -3/+5 |
* | On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr, | Evan Cheng | 2012-12-20 | 1 | -77/+92 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 |