summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAge
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* 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
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-21
* zap dead code.Chris Lattner2010-09-04
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* Constify some arguments.Eric Christopher2010-07-20
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Remove redundant branch. Thanks, Anton!Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with copyPhysReg for SystemZ.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
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Revert r107655.Dan Gohman2010-07-06
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-06
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* Remove isTwoAddress from SystemZ.Eric Christopher2010-06-21
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* cleanupRafael Espindola2010-06-02
* Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndicesJakob Stoklund Olesen2010-05-28
* 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
* Use enums instead of literals for SystemZ subregistersJakob 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
* Use SubRegIndex in SystemZ.Jakob Stoklund Olesen2010-05-24
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-19
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-14
* 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
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* 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
* 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
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-06
* prune some #includes.Chris Lattner2010-04-05
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-05
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-04
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04