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