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