Age | Commit message (Expand) | Author | Files | Lines |
2014-09-15 | Fix a lot of confusion around inserting nops on empty functions. | Rafael Espindola | 1 | -2/+0 |
2014-09-11 | Provide an implementation of getNoopForMachoTarget for SPARC. | Brad Smith | 1 | -0/+2 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-04-29 | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 1 | -34/+34 |
2013-11-19 | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 1 | -0/+1 |
2013-11-18 | Revert r194865 and r194874. | Alexey Samsonov | 1 | -1/+0 |
2013-11-15 | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 1 | -0/+1 |
2013-06-16 | DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI... | David Blaikie | 1 | -8/+0 |
2013-06-04 | Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., | Venkatraman Govindaraju | 1 | -3/+3 |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 1 | -1/+1 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -1/+1 |
2011-12-25 | Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks. | Venkatraman Govindaraju | 1 | -0/+7 |
2011-07-01 | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 1 | -1/+4 |
2011-01-16 | Implement AnalyzeBranch in Sparc Backend. | Venkatraman Govindaraju | 1 | -2/+9 |
2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 1 | -6/+0 |
2010-07-11 | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 1 | -12/+0 |
2010-07-11 | Replace copyRegToReg with copyPhysReg for Sparc. | Jakob Stoklund Olesen | 1 | -6/+4 |
2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 1 | -1/+2 |
2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 1 | -1/+2 |
2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 1 | -2/+4 |
2009-09-15 | several major improvements to the sparc backend: support for weak linkage | Chris Lattner | 1 | -0/+2 |
2009-07-24 | Remove unused member functions. | Eli Friedman | 1 | -10/+0 |
2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 1 | -4/+4 |
2008-12-03 | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 1 | -8/+8 |
2008-11-18 | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 1 | -2/+4 |
2008-10-16 | Const-ify several TargetInstrInfo methods. | Dan Gohman | 1 | -2/+2 |
2008-08-26 | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson | 1 | -1/+1 |
2008-08-14 | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 1 | -1/+1 |
2008-05-14 | Change target-specific classes to use more precise static types. | Dan Gohman | 1 | -1/+1 |
2008-03-25 | Add explicit keywords. | Dan Gohman | 1 | -1/+1 |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 1 | -1/+1 |
2008-02-08 | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 1 | -2/+4 |
2008-01-07 | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson | 1 | -0/+10 |
2008-01-01 | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 1 | -0/+20 |
2008-01-01 | Fix a problem where lib/Target/TargetInstrInfo.h would include and use | Chris Lattner | 1 | -1/+1 |
2007-12-31 | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson | 1 | -0/+7 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-05-18 | RemoveBranch() and InsertBranch() now returns number of instructions deleted ... | Evan Cheng | 1 | -3/+3 |
2006-10-24 | implement uncond branch insertion for sparc to fix regressions from last night | Chris Lattner | 1 | -0/+5 |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 1 | -1/+1 |
2006-02-05 | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner | 1 | -0/+68 |