| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] Move MVEVPTBlockPass to a separate file. NFC | David Green | 2019-08-28 | 1 | -143/+0 |
* | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -3/+3 |
* | [ARM] Fix for MVE VPT block pass | David Green | 2019-07-22 | 1 | -3/+18 |
* | [ARM] MVE VPT Blocks | Sjoerd Meijer | 2019-06-25 | 1 | -4/+12 |
* | [ARM] Rename MVE instructions in Tablegen for consistency. | Simon Tatham | 2019-06-18 | 1 | -1/+1 |
* | [ARM] Some Thumb2ITBlock clean ups. NFC | Sjoerd Meijer | 2019-06-18 | 1 | -48/+40 |
* | [ARM] MVE VPT Block Pass | Sjoerd Meijer | 2019-06-14 | 1 | -0/+120 |
* | [ARM] Refactor handling of IT mask operands. | Simon Tatham | 2019-06-13 | 1 | -3/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -2/+2 |
* | [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko | 2017-01-26 | 1 | -2/+19 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
* | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
* | 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 |
* | CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()... | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -1/+2 |
* | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -2/+1 |
* | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 2016-02-21 | 1 | -1/+1 |
* | ARM: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-19 | 1 | -2/+2 |
* | 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 |
* | CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands | Matthias Braun | 2015-05-29 | 1 | -4/+4 |
* | [ARM] IT block insertion needs to update kill flags | Pete Cooper | 2015-05-04 | 1 | -0/+14 |
* | Cleanup and remove a chunk of getARMSubtarget calls in the | Eric Christopher | 2015-03-05 | 1 | -0/+2 |
* | Migrate ARM except for TTI, AsmPrinter, and frame lowering | Eric Christopher | 2015-01-29 | 1 | -5/+5 |
* | Work around bugs in MSVC "14" CTP 3's conversion logic | Reid Kleckner | 2014-10-31 | 1 | -1/+1 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+3 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-10 | 1 | -2/+2 |
* | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -1/+1 |
* | Enable generating legacy IT block for AArch32 | Weiming Zhao | 2013-11-13 | 1 | -4/+5 |
* | [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode. | Joey Gouly | 2013-09-09 | 1 | -28/+34 |
* | Simplify logic now that r182490 is in place. No functional change intended. | Chad Rosier | 2013-05-22 | 1 | -4/+4 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Remove unused private fields found by clang's new -Wunused-private-field. | Benjamin Kramer | 2012-06-06 | 1 | -2/+0 |
* | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen | 2012-06-01 | 1 | -4/+2 |
* | Revert r153516: "Invalidate liveness in Thumb2ITBlockPass." | Jakob Stoklund Olesen | 2012-03-28 | 1 | -4/+0 |
* | Invalidate liveness in Thumb2ITBlockPass. | Jakob Stoklund Olesen | 2012-03-27 | 1 | -0/+4 |
* | Remove unnecessary llvm:: qualifications | Craig Topper | 2012-03-27 | 1 | -3/+3 |
* | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper | 2012-03-05 | 1 | -2/+2 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing | Evan Cheng | 2012-01-19 | 1 | -1/+2 |
* | Rename Finalizebundle to finalizeBundle to conform to coding guideline. | Evan Cheng | 2012-01-19 | 1 | -1/+1 |
* | - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function | Evan Cheng | 2011-12-14 | 1 | -0/+4 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -2/+2 |
* | Simplify check that optional def is there and is CPSR. | Bill Wendling | 2011-10-11 | 1 | -5/+4 |
* | If the CPSR is defined by a copy, then we don't want to merge it into an IT | Bill Wendling | 2011-10-10 | 1 | -0/+22 |
* | Refact ARM Thumb1 tMOVr instruction family. | Jim Grosbach | 2011-06-30 | 1 | -3/+0 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |