summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreInstrInfo.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-14
* XCore target: addMemOperand as necessaryRobert Lytton2014-02-18
* XCore target: Refactor the loading of constants into a registerRobert Lytton2014-01-06
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Implement the emitFrameIndexDebugValue and getDebugValueLocation hooks.Richard Osborne2011-10-11
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-27
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-16
* Replace copyRegToReg with copyPhysReg for XCore.Jakob Stoklund Olesen2010-07-11
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* simplify code.Chris Lattner2010-04-05
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-02
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-14
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-14
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-14
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-23
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman2009-10-07
* This void is implicit in C++.Dan Gohman2009-08-12
* Remove unused member functions.Eli Friedman2009-07-24
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-12
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Untabification.Bill Wendling2009-05-30
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-13
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-13
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-12
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20