aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MLxExpansionPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-3/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-3/+3
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-13Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson1-2/+2
2014-03-11Range-ify a loop.Owen Anderson1-4/+1
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-07Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola1-1/+1
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-09-29Add LLVM support for Swift.Bob Wilson1-1/+67
2012-09-13This patch introduces A15 as a target in LLVM.Silviu Baranga1-4/+4
2012-05-07Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen1-1/+3
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng1-2/+2
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng1-2/+2
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng1-13/+13
2011-06-27More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng1-1/+1
2011-04-19This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson1-6/+22
2011-02-22VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng1-13/+7
2010-12-05Eliminate unneeded #include's.Evan Cheng1-2/+0
2010-12-05Remove an unused variable.Evan Cheng1-2/+1
2010-12-05Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng1-0/+324