Age | Commit message (Expand) | Author | Files | Lines |
2015-08-11 | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 1 | -10/+8 |
2015-06-11 | [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC. | Ahmed Bougacha | 1 | -1/+1 |
2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 1 | -2/+1 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -1/+2 |
2014-06-27 | Remove uses and caches of the target machine and subtarget from | Eric Christopher | 1 | -2/+2 |
2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper | 1 | -2/+2 |
2014-04-22 | [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some | Chandler Carruth | 1 | -2/+2 |
2014-03-07 | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 1 | -1/+1 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -2/+2 |
2013-11-19 | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 1 | -1/+4 |
2013-11-18 | Revert r194865 and r194874. | Alexey Samsonov | 1 | -4/+1 |
2013-11-15 | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 1 | -1/+4 |
2013-06-07 | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 1 | -1/+1 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -1/+1 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -1/+1 |
2012-06-06 | Remove unused private fields found by clang's new -Wunused-private-field. | Benjamin Kramer | 1 | -1/+1 |
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 |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper | 1 | -7/+3 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -2/+0 |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 1 | -5/+4 |
2011-11-15 | Make use of MachinePointerInfo::getFixedStack. This removes all mention | Jay Foad | 1 | -5/+2 |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 1 | -1/+1 |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 1 | -11/+0 |
2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 1 | -0/+11 |
2011-07-01 | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 1 | -2/+2 |
2011-06-28 | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng | 1 | -1/+2 |
2011-06-28 | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 1 | -1/+3 |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 1 | -5/+5 |
2010-11-27 | Move callee-saved regs spills / reloads to TFI | Anton Korobeynikov | 1 | -42/+0 |
2010-09-21 | convert targets to the new MF.getMachineMemOperand interface. | Chris Lattner | 1 | -4/+6 |
2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 1 | -21/+0 |
2010-07-16 | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling | 1 | -1/+1 |
2010-07-11 | Replace copyRegToReg with copyPhysReg for MSP430. | Jakob Stoklund Olesen | 1 | -20/+13 |
2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 1 | -4/+2 |
2010-05-22 | Implement @llvm.returnaddress. rdar://8015977. | Evan Cheng | 1 | -2/+4 |
2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 1 | -4/+2 |
2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 1 | -2/+4 |
2010-05-01 | Implement indirect branches on MSP430 | Anton Korobeynikov | 1 | -1/+8 |
2010-04-07 | Educate GetInstrSizeInBytes implementations that | Dale Johannesen | 1 | -0/+1 |
2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 1 | -9/+9 |
2010-04-02 | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 1 | -0/+5 |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 1 | -5/+5 |
2010-01-15 | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov | 1 | -0/+42 |
2009-12-05 | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman | 1 | -11/+0 |
2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 1 | -2/+2 |
2009-11-07 | Add few pseudo-source-values | Anton Korobeynikov | 1 | -4/+20 |
2009-10-21 | RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di... | Anton Korobeynikov | 1 | -1/+0 |
2009-10-21 | Implement branch folding | Anton Korobeynikov | 1 | -1/+165 |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 1 | -3/+3 |