aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-28/+0
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-2/+2
* Remove redundant branch. Thanks, Anton!Jakob Stoklund Olesen2010-07-111-2/+0
* Replace copyRegToReg with copyPhysReg for SystemZ.Jakob Stoklund Olesen2010-07-112-58/+28
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-3/+9
* Propagate debug loc.Devang Patel2010-07-061-3/+3
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-4/+8
* Revert r107655.Dan Gohman2010-07-061-8/+4
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-4/+8
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-1/+1
* Remove isTwoAddress from SystemZ.Eric Christopher2010-06-212-8/+9
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-4/+4
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-9/+7
* cleanupRafael Espindola2010-06-022-19/+0
* Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndicesJakob Stoklund Olesen2010-05-284-11/+9
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-31/+18
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-18/+31
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-31/+18
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-5/+5
* Use enums instead of literals for SystemZ subregistersJakob Stoklund Olesen2010-05-251-11/+11
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-16/+16
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-5/+6
* Use SubRegIndex in SystemZ.Jakob Stoklund Olesen2010-05-243-17/+10
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-222-4/+8
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-141-5/+5
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-5/+5
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-4/+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-6/+11
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-8/+2
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-31/+34
* 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-152-2/+2
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-082-4/+6
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-061-1/+1
* prune some #includes.Chris Lattner2010-04-051-1/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-5/+0
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-2/+2
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-8/+4
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-3/+5
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-17/+20
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-3/+3
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-13/+11
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-0/+4
* Improve systemz to model cmp and ucmp nodes as returningChris Lattner2010-03-282-43/+33
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-191-1/+1
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-2/+2