aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin
Commit message (Expand)AuthorAgeFilesLines
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-131-1/+1
* Update CMake stuffAnton Korobeynikov2011-01-101-1/+1
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-106-27/+29
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-4/+4
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-4/+4
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-274-16/+20
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-185-27/+35
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-156-77/+146
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-145-23/+2
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-292-0/+53
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-4/+2
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-2/+1
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-1/+2
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-262-10/+7
* Remove empty processFunctionBeforeFrameFinalized(). The defaultJim Grosbach2010-08-062-6/+0
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-32/+0
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-3/+3
* Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.Rafael Espindola2010-07-112-22/+0
* Replace copyRegToReg with copyPhysReg for Blackfin.Jakob Stoklund Olesen2010-07-112-55/+57
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-2/+6
* Propagate debug loc.Devang Patel2010-07-061-2/+2
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-2/+1
* Remove isTwoAddress from Blackfin.Eric Christopher2010-06-211-6/+6
* Change UpdateNodeOperands' operand and return value from SDValue toDan Gohman2010-06-181-2/+2
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-5/+4
* cleanupRafael Espindola2010-06-022-14/+0
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-24/+4
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-4/+24
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-24/+4
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-3/+3
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-4/+4
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-3/+3
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-244-34/+27
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-3/+3
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-3/+13
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-4/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-4/+8
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-19/+21
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+0
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* prune some #includes.Chris Lattner2010-04-051-1/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+3
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-2/+4
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-6/+9
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-11/+13
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-1/+1
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-19/+15