aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner1-0/+1
2014-11-13This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar1-0/+4
2014-09-18Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman1-1/+0
2014-09-18Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman1-0/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-19/+0
2014-07-01Move the subtarget dependent features from SystemZTargetMachineEric Christopher1-18/+8
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford1-8/+8
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-9/+8
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-07-08[SystemZ] Use MVC for memcpyRichard Sandiford1-2/+2
2013-05-06[SystemZ] Add back endUlrich Weigand1-0/+74
2011-10-24Remove the SystemZ backend.Dan Gohman1-68/+0
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-1/+2
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-2/+2
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-1/+1
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-4/+6
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov1-4/+2
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman1-0/+6
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman1-2/+2
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner1-4/+0
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar1-2/+2
2009-07-16UnbreakAnton Korobeynikov1-4/+1
2009-07-16Provide proper stack offsets for outgoing argumentsAnton Korobeynikov1-1/+1
2009-07-16Let's start another backend :)Anton Korobeynikov1-0/+68