| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement the emitFrameIndexDebugValue and getDebugValueLocation hooks. | Richard Osborne | 2011-10-11 | 1 | -0/+9 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 1 | -1/+0 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -11/+0 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -0/+11 |
* | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 1 | -2/+2 |
* | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng | 2011-06-28 | 1 | -1/+2 |
* | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 1 | -1/+3 |
* | Move callee-saved regs spills / reloads to TFI | Anton Korobeynikov | 2010-11-27 | 1 | -65/+1 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -27/+0 |
* | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling | 2010-07-16 | 1 | -1/+1 |
* | Replace copyRegToReg with copyPhysReg for XCore. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -26/+20 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -7/+6 |
* | Remove the TargetRegisterClass member from CalleeSavedInfo | Rafael Espindola | 2010-06-02 | 1 | -4/+7 |
* | Implement @llvm.returnaddress. rdar://8015977. | Evan Cheng | 2010-05-22 | 1 | -2/+4 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -3/+2 |
* | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 1 | -4/+6 |
* | simplify code. | Chris Lattner | 2010-04-05 | 1 | -7/+4 |
* | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -5/+5 |
* | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 2010-04-02 | 1 | -1/+14 |
* | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 1 | -5/+3 |
* | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 1 | -1/+2 |
* | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne | 2010-02-23 | 1 | -0/+13 |
* | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman | 2009-12-05 | 1 | -20/+0 |
* | Replace TargetInstrInfo::isInvariantLoad and its target-specific | Dan Gohman | 2009-10-07 | 1 | -24/+0 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 1 | -16/+0 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
* | Remove extra \n from LLVM_UNREACHABLE calls. | Torok Edwin | 2009-07-12 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+5 |
* | Untabification. | Bill Wendling | 2009-05-30 | 1 | -2/+2 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 1 | -1/+1 |
* | Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16. | Dale Johannesen | 2009-02-13 | 1 | -4/+6 |
* | Move debug loc info along when the spiller creates new instructions. | Bill Wendling | 2009-02-12 | 1 | -19/+37 |
* | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng | 2009-02-09 | 1 | -3/+5 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 1 | -1/+4 |
* | Update the operands used when building LDAWSP instructions to match the .td | Richard Osborne | 2009-01-15 | 1 | -1/+1 |
* | Add pseudo instructions to the XCore for (load|store|load address) of a | Richard Osborne | 2009-01-14 | 1 | -15/+7 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 1 | -3/+4 |
* | Add XCore backend. | Richard Osborne | 2008-11-07 | 1 | -0/+506 |