| Commit message (Expand) | Author | Age | Files | Lines |
* | Use MCRegister in copyPhysReg | Matt Arsenault | 2019-11-11 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
* | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 1 | -2/+2 |
* | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 1 | -1/+1 |
* | AArch64: Use TTI branch functions in branch relaxation | Matt Arsenault | 2016-09-14 | 1 | -2/+4 |
* | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 1 | -2/+2 |
* | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -3/+3 |
* | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -4/+3 |
* | [SPARC] [SSP] Add support for LOAD_STACK_GUARD. | Marcin Koscielnicki | 2016-04-26 | 1 | -0/+3 |
* | [SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition. | James Y Knight | 2016-01-13 | 1 | -0/+3 |
* | 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] ArrayRef'ize cond/pred in various TII APIs. NFC. | Ahmed Bougacha | 2015-06-11 | 1 | -2/+1 |
* | Remove the need to cache the subtarget in the Sparc TargetRegisterInfo | Eric Christopher | 2015-03-12 | 1 | -0/+2 |
* | Fix a lot of confusion around inserting nops on empty functions. | Rafael Espindola | 2014-09-15 | 1 | -2/+0 |
* | Provide an implementation of getNoopForMachoTarget for SPARC. | Brad Smith | 2014-09-11 | 1 | -0/+2 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -34/+34 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 1 | -0/+1 |
* | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 1 | -1/+0 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 1 | -0/+1 |
* | DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI... | David Blaikie | 2013-06-16 | 1 | -8/+0 |
* | Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., | Venkatraman Govindaraju | 2013-06-04 | 1 | -3/+3 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks. | Venkatraman Govindaraju | 2011-12-25 | 1 | -0/+7 |
* | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 1 | -1/+4 |
* | Implement AnalyzeBranch in Sparc Backend. | Venkatraman Govindaraju | 2011-01-16 | 1 | -2/+9 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -6/+0 |
* | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -12/+0 |
* | Replace copyRegToReg with copyPhysReg for Sparc. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -6/+4 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -1/+2 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -1/+2 |
* | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 1 | -2/+4 |
* | several major improvements to the sparc backend: support for weak linkage | Chris Lattner | 2009-09-15 | 1 | -0/+2 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 1 | -10/+0 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 1 | -4/+4 |
* | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 2008-12-03 | 1 | -8/+8 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 1 | -2/+4 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 1 | -2/+2 |
* | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson | 2008-08-26 | 1 | -1/+1 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 1 | -1/+1 |
* | Change target-specific classes to use more precise static types. | Dan Gohman | 2008-05-14 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 1 | -1/+1 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -1/+1 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 1 | -2/+4 |
* | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson | 2008-01-07 | 1 | -0/+10 |
* | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 2008-01-01 | 1 | -0/+20 |
* | Fix a problem where lib/Target/TargetInstrInfo.h would include and use | Chris Lattner | 2008-01-01 | 1 | -1/+1 |